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

/freebsd-9.3-release/usr.sbin/ppp/
H A Darp.h36 extern int arp_EtherAddr(struct in_addr, struct sockaddr_dl *, int);
H A Darp.c110 if (!arp_EtherAddr(addr, &arpmsg.hwa, 0)) {
182 if (!arp_EtherAddr(addr, &dls.sdl, 1)) {
224 * arp_EtherAddr - get the hardware address of an interface on the
229 arp_EtherAddr(struct in_addr ipaddr, struct sockaddr_dl *hwaddr, function
248 log_Printf(LogERROR, "arp_EtherAddr: sysctl: estimate: %s\n",
H A Dmp.c1003 if (arp_EtherAddr(addr, &hwaddr, 1)) {

Completed in 101 milliseconds