Searched refs:ifconf (Results 1 – 18 of 18) sorted by relevance
431 struct ifconf ifconf; in grab_myaddrs()460 memset(&ifconf, 0, sizeof(ifconf)); in grab_myaddrs()461 ifconf.ifc_req = iflist; in grab_myaddrs()462 ifconf.ifc_len = len; in grab_myaddrs()463 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) { in grab_myaddrs()476 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len); in grab_myaddrs()482 for (ifr = ifconf.ifc_req; in grab_myaddrs()
21 static struct iovec ifconf = { variable35 struct ifconf ifc; in iface_enumerate()47 if (!expand_buf(&ifconf, len)) in iface_enumerate()51 ifc.ifc_buf = ifconf.iov_base; in iface_enumerate()
20 struct ifconf ifc; in main()
214 struct ifconf { struct
223 struct ifconf { struct
814 CHECK_TYPE_SIZE(ifconf);815 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);816 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
88 struct ifconf ifc; in sock_ioctl()
276 struct ifconf ifc; in pcap_findalldevs()
243 struct ifconf ifc; in CreateNetworks()
225 struct ifconf ifc; in get_node_id()
386 struct ifconf ifc; in get_first_ethernet()2154 struct ifconf ifc;2397 struct ifconf ifc;
1753 struct ifconf ifc; in get_ether_addr()1878 struct ifconf ifc; in GetMask()
93 struct ifconf ifc; in load_if()
843 struct ifconf ifc; in find_device_by_ioctl()
1104 struct ifconf ifc; in initifs()
223 struct ifconf ifc; in get_ifi_info()
244 #define vki_ifconf ifconf
151 struct ifconf ifc; in getHWaddr()