Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dethernet.h118 BWL_PRE_PACKED_STRUCT struct ether_header { struct
202 struct ether_header t; \
203 t = *(struct ether_header *)(s); \
204 *(struct ether_header *)(d) = t; \
H A Dbcmevent.h85 struct ether_header eth;
91 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
H A Deapol.h33 struct ether_header eth; /* 802.3/Ethernet header */
/aosp12/bionic/libc/include/net/
H A Dethernet.h70 struct ether_header { struct
/aosp12/packages/modules/NetworkStack/jni/
H A Dnetwork_stack_utils_jni.cpp43 static const uint32_t kEtherTypeOffset = offsetof(ether_header, ether_type);
44 static const uint32_t kEtherHeaderLen = sizeof(ether_header);
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1124 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()