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

/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c253 struct lifconf ifc = { .lifc_family = AF_UNSPEC, .lifc_flags = 0 }; local
263 ifc.lifc_len = (int) len;
264 ifc.lifc_buf = bufptr;
265 if (ioctl(fd, (int) SIOCGLIFCONF, &ifc) < 0) {
269 for (ifr = ifc.lifc_req, n = ifc.lifc_len / (int) sizeof(struct lifreq);

Completed in 11 milliseconds