Home
last modified time | relevance | path

Searched defs:ether_header (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/net/
H A Dethernet.h70 struct ether_header { struct
71 u_int8_t ether_dhost[ETHER_ADDR_LEN];
72 u_int8_t ether_shost[ETHER_ADDR_LEN];
73 u_int16_t ether_type;
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dethernet.h118 BWL_PRE_PACKED_STRUCT struct ether_header { struct
119 uint8 ether_dhost[ETHER_ADDR_LEN];
120 uint8 ether_shost[ETHER_ADDR_LEN];
121 uint16 ether_type;