Searched defs:dot3_mac_llc_snap_header (Results 1 – 6 of 6) sorted by relevance
41 BWL_PRE_PACKED_STRUCT struct dot3_mac_llc_snap_header { struct42 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */43 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */44 uint16 length; /* frame length incl header */45 uint8 dsap; /* always 0xAA */46 uint8 ssap; /* always 0xAA */47 uint8 ctl; /* always 0x03 */48 uint8 oui[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x0051 uint16 type; /* ethertype */
33 BWL_PRE_PACKED_STRUCT struct dot3_mac_llc_snap_header { struct34 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */35 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */36 uint16 length; /* frame length incl header */37 uint8 dsap; /* always 0xAA */38 uint8 ssap; /* always 0xAA */39 uint8 ctl; /* always 0x03 */40 uint8 oui[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x0043 uint16 type; /* ethertype */
40 BWL_PRE_PACKED_STRUCT struct dot3_mac_llc_snap_header { struct41 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */42 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */43 uint16 length; /* frame length incl header */44 uint8 dsap; /* always 0xAA */45 uint8 ssap; /* always 0xAA */46 uint8 ctl; /* always 0x03 */47 uint8 oui[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x0050 uint16 type; /* ethertype */