Home
last modified time | relevance | path

Searched refs:ifconf (Results 1 – 22 of 22) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c431 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()
/external/dnsmasq/src/
Dbpf.c21 static struct iovec ifconf = { variable
35 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()
/external/compiler-rt/test/msan/
Dioctl_custom.cc20 struct ifconf ifc; in main()
/external/valgrind/memcheck/tests/solaris/
Dioctl.c24 struct ifconf ifc; in test_SIOCGIFCONF()
Dscalar_ioctl.c224 struct ifconf ifc; in sys_ioctl_SIOCGIFCONF_2()
/external/libpcap/Win32/Include/net/
Dif.h208 struct ifconf { struct
/external/kernel-headers/original/uapi/linux/
Dif.h252 struct ifconf { struct
/external/iproute2/include/linux/
Dif.h252 struct ifconf { struct
/external/libpcap/
Dfad-gifc.c141 struct ifconf ifc; in pcap_findalldevs_interfaces()
/external/strace/
Dsock.c154 struct ifconf ifc; in decode_ifconf()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1041 CHECK_TYPE_SIZE(ifconf);
1042 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
1043 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
/external/toybox/toys/other/
Difconfig.c308 struct ifconf ifcon; in show_iface()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c229 struct ifconf ifc; in get_node_id()
/external/ppp/pppd/
Dsys-solaris.c386 struct ifconf ifc; in get_first_ethernet()
2157 struct ifconf ifc;
2400 struct ifconf ifc;
Dsys-linux.c1784 struct ifconf ifc; in get_ether_addr()
1909 struct ifconf ifc; in GetMask()
/external/iputils/
Drarpd.c93 struct ifconf ifc; in load_if()
Darping.c843 struct ifconf ifc; in find_device_by_ioctl()
Drdisc.c1104 struct ifconf ifc; in initifs()
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c230 struct ifconf ifc; in get_ifi_info()
/external/valgrind/include/vki/
Dvki-darwin.h252 #define vki_ifconf ifconf
Dvki-solaris.h206 #define vki_ifconf ifconf
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2671 struct ifconf ifc; in LocalHostAddress()