Searched defs:trllc (Results 1 – 2 of 2) sorted by relevance
47 struct trllc { struct48 __u8 dsap; /* destination SAP */49 __u8 ssap; /* source SAP */50 __u8 llc; /* LLC control field */51 __u8 protid[3]; /* protocol id */52 __be16 ethertype; /* ether type field */
48 struct trllc struct50 u_int8_t dsap; /* destination SAP */51 u_int8_t ssap; /* source SAP */52 u_int8_t llc; /* LLC control field */53 u_int8_t protid[3]; /* protocol id */54 u_int16_t ethertype; /* ether type field */