Searched defs:llc_snap_hdr (Results 1 – 2 of 2) sorted by relevance
63 struct llc_snap_hdr { struct65 __u8 dsap; /* Destination Service Access Point (0xAA) */66 __u8 ssap; /* Source Service Access Point (0xAA) */67 __u8 ui; /* Unnumbered Information (0x03) */68 __u8 org[3]; /* Organizational identification (0x000000) */69 __u8 type[2]; /* Ether type (for IP) (0x0800) */
467 struct llc_snap_hdr { in parse_ethertype() struct468 u8 dsap; /* Always 0xAA */ in parse_ethertype()469 u8 ssap; /* Always 0xAA */ in parse_ethertype()470 u8 ctrl; in parse_ethertype()471 u8 oui[3]; in parse_ethertype()472 __be16 ethertype; in parse_ethertype()