Home
last modified time | relevance | path

Searched defs:ether_arp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dif_ether.h72 struct ether_arp { struct
80 CTASSERT(sizeof(struct ether_arp) == 28); argument
/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Detherfun.h59 struct ether_arp { struct
60 u_short ar_hrd; /* format of hardware address */
61 u_short ar_pro; /* format of protocol address */
62 u_char ar_hln; /* length of hardware address */
63 u_char ar_pln; /* length of protocol address */
64 u_short ar_op;
65 u_char arp_sha[6]; /* sender hardware address */
66 u_char arp_spa[4]; /* sender protocol address */
67 u_char arp_tha[6]; /* target hardware address */
68 u_char arp_tpa[4]; /* target protocol address */
/netbsd-src/sys/lib/libsa/
H A Drarp.c66 struct ether_arp { struct
89 struct ether_arp *ap; in rarp_getipaddress() argument
H A Darp.c67 struct ether_arp { struct
68 struct arphdr ea_hdr; /* fixed-size header */
69 u_int8_t arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */
70 u_int8_t arp_spa[4]; /* sender protocol address */
71 u_int8_t arp_tha[ETHER_ADDR_LEN]; /* target hardware address */
72 u_int8_t arp_tpa[4]; /* target protocol address */