HomeSort by relevance Sort by last modified time
    Searched refs:arp_EtherAddr (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
arp.h 36 extern int arp_EtherAddr(struct in_addr, struct sockaddr_dl *, int);
arp.c 110 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,
248 log_Printf(LogERROR, "arp_EtherAddr: sysctl: estimate: %s\n",
mp.c 1003 if (arp_EtherAddr(addr, &hwaddr, 1)) {
    [all...]

Completed in 69 milliseconds