/external/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 102 PF_INET, SOCK_DGRAM, 0, SIOCGIFCONF, &ifc, 230 SAFE_IOCTL(cleanup, s, SIOCGIFCONF, &ifc); in setup3()
|
/external/compiler-rt/test/msan/ |
D | ioctl_custom.cc | 25 int res = ioctl(fd, SIOCGIFCONF, (void *)&ifc); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 38 #define SIOCGIFCONF 0x8912 /* get iface list */ macro
|
/external/iproute2/include/uapi/linux/ |
D | sockios.h | 38 #define SIOCGIFCONF 0x8912 /* get iface list */ macro
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_sys_ioctl.c | 40 PyModule_AddIntMacro(m, SIOCGIFCONF); in _init_sys_ioctl_h()
|
/external/strace/tests/ |
D | ioctl_sock_gifconf.c | 117 rc = ioctl(fd, SIOCGIFCONF, ifc); in gifconf_ioctl()
|
/external/strace/tests-mx32/ |
D | ioctl_sock_gifconf.c | 117 rc = ioctl(fd, SIOCGIFCONF, ifc); in gifconf_ioctl()
|
/external/strace/tests-m32/ |
D | ioctl_sock_gifconf.c | 117 rc = ioctl(fd, SIOCGIFCONF, ifc); in gifconf_ioctl()
|
/external/libcups/cups/ |
D | getifaddrs.c | 65 if (ioctl(sock, SIOCGIFCONF, &conf) < 0) in _cups_getifaddrs()
|
/external/libpcap/ |
D | fad-gifc.c | 198 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 in pcap_findalldevs_interfaces()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 45 #ifndef SIOCGIFCONF 261 if (ioctl(sockfd, SIOCGIFCONF, &ifc) < 0) { in get_ifi_info()
|
/external/strace/ |
D | sock.c | 334 case SIOCGIFCONF: in MPERS_PRINTER_DECL()
|
/external/scapy/scapy/arch/ |
D | linux.py | 45 SIOCGIFCONF = 0x8912 # get iface list variable 190 ifreq = ioctl(sck.fileno(), SIOCGIFCONF,
|
/external/ppp/pppd/ |
D | sys-solaris.c | 418 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) { in get_first_ethernet() 2171 if (ioctl(ipfd, SIOCGIFCONF, &ifc) < 0) { 2423 if (ioctl(ipfd, SIOCGIFCONF, &ifc) < 0) {
|
D | sys-linux.c | 1792 if (ioctl(sock_fd, SIOCGIFCONF, &ifc) < 0) { in get_ether_addr() 1928 if (ioctl(sock_fd, SIOCGIFCONF, &ifc) < 0) { in GetMask()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 261 if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) { in get_node_id()
|
/external/toybox/toys/net/ |
D | ifconfig.c | 349 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon); in show_iface()
|
/external/iputils/ |
D | rarpd.c | 103 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 || in load_if()
|
D | arping.c | 872 rc = ioctl(s, SIOCGIFCONF, &ifc); in find_device_by_ioctl()
|
/external/ipsec-tools/src/racoon/ |
D | grabmyaddr.c | 476 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) { in grab_myaddrs()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 825 SIOCGIFCONF = -0x3ff796a4 const
|
D | zerrors_openbsd_386.go | 1124 SIOCGIFCONF = 0xc0086924 const
|
D | zerrors_openbsd_amd64.go | 1186 SIOCGIFCONF = 0xc0106924 const
|
D | zerrors_dragonfly_amd64.go | 1090 SIOCGIFCONF = 0xc0106924 const
|
D | zerrors_openbsd_arm.go | 1124 SIOCGIFCONF = 0xc0086924 const
|