Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnet.h97 u_char *arpwhohas(struct iodesc *, struct in_addr);
H A Dip.c122 ea = arpwhohas(d, ip->ip_dst); in sendip()
124 ea = arpwhohas(d, gateip); in sendip()
H A Darp.c71 arpwhohas(struct iodesc *d, struct in_addr addr) in arpwhohas() function