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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c168 struct lifconf ifconf; local
183 ifconf.lifc_family = AF_UNSPEC;
184 ifconf.lifc_flags = 0;
185 ifconf.lifc_len = ifnum.lifn_count * sizeof (struct lifreq);
186 ifconf.lifc_buf = alloca(ifconf.lifc_len);
188 if (ioctl(s4, SIOCGLIFCONF, &ifconf) < 0) {
194 for (ifr = ifconf.lifc_req; ifr < &ifconf.lifc_req[ifconf
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/net/
H A Dif.h255 struct ifconf { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c303 struct ifconf ifconf; local
326 ifconf.ifc_len = bufsize;
327 ifconf.ifc_buf = (caddr_t)reqbuf;
328 if (ioctl(fd, SIOCGIFCONF, (char *)&ifconf) < 0)
334 for (ifr = ifconf.ifc_req; ifconf.ifc_len > 0;
335 ifr++, ifconf.ifc_len -= sizeof (struct ifreq)) {
/illumos-gate/usr/src/boot/include/net/
H A Dif.h472 struct ifconf { struct
/illumos-gate/usr/src/uts/common/net/
H A Dif.h627 struct ifconf { struct

Completed in 52 milliseconds