Home
last modified time | relevance | path

Searched refs:ether_arp (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/lib/libsa/
Drarp.c66 struct ether_arp { struct
89 struct ether_arp *ap; in rarp_getipaddress() argument
93 struct ether_arp arp; in rarp_getipaddress()
100 struct ether_arp arp; in rarp_getipaddress()
178 struct ether_arp *ap; in rarprecv()
188 if (n == -1 || (size_t)n < sizeof(struct ether_arp)) { in rarprecv()
204 ap = (struct ether_arp *)pkt; in rarprecv()
Darp.c67 struct ether_arp { struct
102 struct ether_arp *ah; in arpwhohas()
107 struct ether_arp arp; in arpwhohas()
114 struct ether_arp arp; in arpwhohas()
193 struct ether_arp *ah; in arprecv()
202 if (n == -1 || (size_t)n < sizeof(struct ether_arp)) { in arprecv()
220 ah = (struct ether_arp *)pkt; in arprecv()
277 struct ether_arp *arp = pkt; in arp_reply()
/netbsd/src/sys/arch/mvme68k/stand/sboot/
Detherfun.h59 struct ether_arp { struct
109 struct ether_arp *rarp =
110 (struct ether_arp *)(buf + sizeof(struct ether_header));
/netbsd/src/sys/netinet/
Dif_ether.h72 struct ether_arp { struct
80 CTASSERT(sizeof(struct ether_arp) == 28); argument
/netbsd/src/usr.sbin/rarpd/
Drarpd.c372 struct ether_arp *ap = (struct ether_arp *) (p + sizeof(*ep));
781 struct ether_arp *ap = (struct ether_arp *) (ep + 1);