Searched refs:arpwhohas (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dnet.h103 u_char *arpwhohas(struct iodesc *, struct in_addr);
H A Dip.c123 ea = arpwhohas(d, ip->ip_dst);
125 ea = arpwhohas(d, gateip);
H A Darp.c72 arpwhohas(struct iodesc *d, struct in_addr addr) function
94 printf("arpwhohas: overflowed arp_list!\n");
99 printf("arpwhohas: send request for %s\n", inet_ntoa(addr));

Completed in 112 milliseconds