Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-ether.c39 struct ether_header { struct
47 * "struct ether_header" to a multiple of 4 bytes, for example, so argument
/dflybsd-src/stand/lib/
H A Dif_ether.h52 struct ether_header { struct
53 u_int8_t ether_dhost[ETHER_ADDR_LEN];
54 u_int8_t ether_shost[ETHER_ADDR_LEN];
55 u_int16_t ether_type;
/dflybsd-src/sys/net/
H A Dethernet.h79 struct ether_header { struct
80 u_char ether_dhost[ETHER_ADDR_LEN];
81 u_char ether_shost[ETHER_ADDR_LEN];
82 u_short ether_type;