Searched refs:get_ether_addr (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c239 static int get_ether_addr (u_int32_t ipaddr, struct sockaddr *hwaddr,
1682 if (!get_ether_addr(his_adr, &arpreq.arp_ha, proxy_arp_dev,
1741 * get_ether_addr - get the hardware address of an interface on the
1745 static int get_ether_addr (u_int32_t ipaddr, function
H A Dsys-solaris.c246 static int get_ether_addr __P((u_int32_t, struct sockaddr *));
2104 if (!get_ether_addr(hisaddr, &arpreq.arp_ha))
2142 * get_ether_addr - get the hardware address of an interface on the
2148 get_ether_addr(ipaddr, hwaddr) function

Completed in 465 milliseconds