Searched defs:bestifreq (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c1752 struct ifreq ifreq, bestifreq; local
1800 bestifreq = ifreq;
1808 strlcpy(name, bestifreq.ifr_name, namelen);
1819 memset (&bestifreq.ifr_hwaddr, 0, sizeof (struct sockaddr));
1820 if (ioctl (sock_fd, SIOCGIFHWADDR, &bestifreq) < 0) {
1821 error("SIOCGIFHWADDR(%s): %m", bestifreq.ifr_name);
1826 &bestifreq.ifr_hwaddr,

Completed in 125 milliseconds