Home
last modified time | relevance | path

Searched refs:ether_header (Results 1 – 6 of 6) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/include/proto/
Dbcmevent.h68 struct ether_header eth;
74 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
Dethernet.h90 BWL_PRE_PACKED_STRUCT struct ether_header { struct
Deapol.h27 struct ether_header eth; /* 802.3/Ethernet header */
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_cdc.c336 struct ether_header *eh; in dhd_prot_hdrpush()
351 eh = (struct ether_header *)PKTDATA(dhd->osh, pktbuf); in dhd_prot_hdrpush()
Ddhd_linux.c853 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()
/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmutils.c904 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()