Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Detherfun.h53 struct ether_header { struct
54 u_char ether_dhost[6];
55 u_char ether_shost[6];
56 u_short ether_type;
/netbsd-src/sys/net/
H A Dif_ether.h87 struct ether_header { struct
88 uint8_t ether_dhost[ETHER_ADDR_LEN];
89 uint8_t ether_shost[ETHER_ADDR_LEN];
90 uint16_t ether_type;