Searched refs:ether_header (Results 1 – 4 of 4) sorted by relevance
118 BWL_PRE_PACKED_STRUCT struct ether_header { struct202 struct ether_header t; \203 t = *(struct ether_header *)(s); \204 *(struct ether_header *)(d) = t; \
85 struct ether_header eth;91 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
33 struct ether_header eth; /* 802.3/Ethernet header */
1124 struct ether_header *eh; in pktsetprio()1133 eh = (struct ether_header *) pktdata; in pktsetprio()1172 uint8 *ip_body = pktdata + sizeof(struct ether_header); in pktsetprio()