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

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c401 struct lifconf ifc; local
408 struct ifconf ifc; local
425 ifc.lifc_family = AF_UNSPEC;
426 ifc.lifc_flags = 0;
427 ifc.lifc_len = len;
428 ifc.lifc_buf = bufptr;
429 if (ioctl (fd, (int) SIOCGLIFCONF, (char *) &ifc) < 0)
431 for (ifr = ifc.lifc_req, n = ifc.lifc_len / sizeof (struct lifreq);
439 ifc
[all...]

Completed in 738 milliseconds