Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/
H A Dether.h42 struct ether_header { struct
50 * compilers may pad "struct ether_header" to a multiple of 4 bytes, argument
/minix3/sys/net/
H A Dif_ether.h81 struct ether_header { struct
82 uint8_t ether_dhost[ETHER_ADDR_LEN];
83 uint8_t ether_shost[ETHER_ADDR_LEN];
84 uint16_t ether_type;