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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1970 int iosoc; local
1977 if ((iosoc = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
1979 if (ioctl(iosoc, SIOCGIFNUM, (char *)&numifs) < 0)
1988 if (ioctl(iosoc, SIOCGIFCONF, (char *)&ifc) < 0)
1998 if (ioctl(iosoc, SIOCGIFFLAGS, (char *)&ifreq) < 0)
2004 if (ioctl(iosoc, SIOCGIFNETMASK, (char *)&ifreq) < 0)

Completed in 63 milliseconds