/third_party/curl/lib/ |
D | if2ip.h | 88 #define SIOCGIFADDR _IOW('s', 102, struct ifreq) /* Get if addr */ macro
|
D | if2ip.c | 219 if(ioctl(dummy, SIOCGIFADDR, &req) < 0) { in Curl_if2ip()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 66 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 66 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 68 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 66 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 66 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 66 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/include/sys/ |
D | ioctl.h | 61 #define SIOCGIFADDR 0x8915 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | ioctl.c | 114 ret = ioctl(sockFd, SIOCGIFADDR, &ifrAddr); in ioctl_0200()
|
/third_party/curl/CMake/ |
D | CurlTests.c | 337 if(0 != ioctl(0, SIOCGIFADDR, &ifr)) in main()
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 127 ioctl(TT.sockfd, SIOCGIFADDR, &ifre); in display_ifconfig() 160 ioctl(TT.sockfd, SIOCGIFADDR, &ifre); in display_ifconfig()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ifconfig.c | 126 ioctl(TT.sockfd, SIOCGIFADDR, &ifre); in display_ifconfig() 159 ioctl(TT.sockfd, SIOCGIFADDR, &ifre); in display_ifconfig()
|
/third_party/toybox/toys/pending/ |
D | strace.c | 92 C(SIOCGIFADDR); 445 case SIOCGIFADDR:
|
D | arping.c | 67 xioctl(fd, SIOCGIFADDR, &req); in get_interface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_linux.c | 467 if (ioctl(s, SIOCGIFADDR, &ifr) < 0) { in l2_packet_get_ip_addr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | iapp.c | 414 if (ioctl(iapp->udp_sock, SIOCGIFADDR, &ifr) != 0) { in iapp_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_linux.c | 472 if (ioctl(s, SIOCGIFADDR, &ifr) < 0) { in l2_packet_get_ip_addr()
|
/third_party/node/deps/cares/m4/ |
D | cares-functions.m4 | 2486 dnl Verify if ioctl with the SIOCGIFADDR command is available, 2497 AC_MSG_CHECKING([if ioctl SIOCGIFADDR is compilable]) 2504 if(0 != ioctl(0, SIOCGIFADDR, &ifr)) 2517 AC_MSG_CHECKING([if ioctl SIOCGIFADDR usage allowed]) 2527 AC_MSG_CHECKING([if ioctl SIOCGIFADDR might be used]) 2532 [Define to 1 if you have a working ioctl SIOCGIFADDR function.])
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 180 #define SIOCGIFADDR 0x8915ul macro 1736 #define SIOCGIFADDR 0x8915ul macro 3296 #define SIOCGIFADDR 0x8915ul macro 4852 #define SIOCGIFADDR 0x8915ul macro 6299 #define SIOCGIFADDR 0x8915ul macro 7745 #define SIOCGIFADDR 0x8915ul macro 9295 #define SIOCGIFADDR 0x8915ul macro 10851 #define SIOCGIFADDR 0x8915ul macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 761 SIOCGIFADDR
|
D | netbsd.txt | 926 SIOCGIFADDR
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp.c | 912 if (ioctl(sock, SIOCGIFADDR, &req) < 0) { in get_netif_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp.c | 935 if (ioctl(sock, SIOCGIFADDR, &req) < 0) { in get_netif_info()
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 178 SIOCGIFADDR
|