Searched refs:arp_EtherAddr (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/usr.sbin/ppp/ |
| HD | arp.c | 110 if (!arp_EtherAddr(addr, &arpmsg.hwa, 0)) { in arp_ProxySub() 182 if (!arp_EtherAddr(addr, &dls.sdl, 1)) { in arp_SetProxy() 229 arp_EtherAddr(struct in_addr ipaddr, struct sockaddr_dl *hwaddr, in arp_EtherAddr() function
|
| HD | arp.h | 37 extern int arp_EtherAddr(struct in_addr, struct sockaddr_dl *, int);
|
| HD | mp.c | 1003 if (arp_EtherAddr(addr, &hwaddr, 1)) { in mp_SetEnddisc()
|