Searched refs:ether_header (Results 1 – 6 of 6) sorted by relevance
68 struct ether_header eth;74 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
90 BWL_PRE_PACKED_STRUCT struct ether_header { struct
27 struct ether_header eth; /* 802.3/Ethernet header */
336 struct ether_header *eh; in dhd_prot_hdrpush()351 eh = (struct ether_header *)PKTDATA(dhd->osh, pktbuf); in dhd_prot_hdrpush()
853 struct ether_header *eh = (struct ether_header *)pktdata; in dhd_sendpkt()1066 struct ether_header *eh; in dhd_txcomplete()1071 eh = (struct ether_header *)PKTDATA(dhdp->osh, txp); in dhd_txcomplete()
904 struct ether_header *eh; in pktsetprio()913 eh = (struct ether_header *) pktdata; in pktsetprio()952 uint8 *ip_body = pktdata + sizeof(struct ether_header); in pktsetprio()