Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dudp.c115 ea = arpwhohas(d, ip->ip_dst); in sendudp()
117 ea = arpwhohas(d, gateip); in sendudp()
H A Dnet.h95 u_char *arpwhohas(struct iodesc *, struct in_addr);
H A Dif_ether.h159 void arpwhohas(struct arpcom *, struct in_addr *);
H A Darp.c70 arpwhohas(struct iodesc *d, struct in_addr addr) in arpwhohas() function