/third_party/libwebsockets/lib/misc/ |
H A D | getifaddrs.c | 198 #if defined(LWS_HAVE_IPV6) && defined(SIOCGIFCONF) in getifaddrs() 200 ret = getifaddrs2(ifap, AF_INET6, SIOCGIFCONF, SIOCGIFFLAGS, in getifaddrs() 203 #if defined(AF_INET) && defined(SIOCGIFCONF) && defined(SIOCGIFFLAGS) in getifaddrs() 205 ret = getifaddrs2(ifap, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, in getifaddrs() 268 getifaddrs2(&a, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, in main()
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
H A D | sockioctl01.c | 102 PF_INET, SOCK_DGRAM, 0, SIOCGIFCONF, &ifc, 104 0, setup2, cleanup1, "SIOCGIFCONF"} 227 SAFE_IOCTL(cleanup, s, SIOCGIFCONF, &ifc); in setup3()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 65 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/include/sys/ |
H A D | ioctl.h | 58 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | ioctl.c | 97 int ret = ioctl(sockFd, SIOCGIFCONF, &ifc); in ioctl_0200()
|
/third_party/musl/src/network/liteos_a/ |
H A D | getifaddrs.c | 253 if (ioctl(fd, SIOCGIFCONF, &ifconfig) < 0) in getifaddrs()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getifaddrs.c | 253 if (ioctl(fd, SIOCGIFCONF, &ifconfig) < 0) in getifaddrs()
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 350 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon); in show_iface()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ifconfig.c | 349 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon); in show_iface()
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 94 C(SIOCGIFCONF); in strioctl() 444 //case SIOCGIFCONF: struct ifconf in print_enter()
|
/third_party/libuv/src/unix/ |
H A D | os390.c | 447 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
H A D | aix.c | 1151 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix.c | 1135 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
H A D | os390.c | 440 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 177 #define SIOCGIFCONF 0x8912ul macro 1733 #define SIOCGIFCONF 0x8912ul macro 3293 #define SIOCGIFCONF 0x8912ul macro 4849 #define SIOCGIFCONF 0x8912ul macro 6296 #define SIOCGIFCONF 0x8912ul macro 7742 #define SIOCGIFCONF 0x8912ul macro 9292 #define SIOCGIFCONF 0x8912ul macro 10848 #define SIOCGIFCONF 0x8912ul macro
|
/third_party/libcoap/src/ |
H A D | coap_io.c | 92 if(ioctl(sockfd, SIOCGIFCONF, (char *)&ifc) < 0) { in bind_to_device() 93 coap_log_err("bind_to_device: ioctl SIOCGIFCONF fail, err: %s\n", coap_socket_strerror()); in bind_to_device()
|
H A D | coap_session.c | 56 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0) { in loopback_packet_check()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 177 pub const SIOCGIFCONF: u32 = 35090; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 423 IOCTL_REQUEST(SIOCGIFCONF); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 172 pub const SIOCGIFCONF: u32 = 35090; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 171 pub const SIOCGIFCONF: u32 = 35090; consts
|