/third_party/libwebsockets/lib/misc/ |
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/gstreamer/gstreamer/libs/gst/helpers/ |
D | meson.build | 47 ioctl(0, SIOCGIFCONF, &ifc); 52 name : 'SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR available') 54 description : 'SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR is available')
|
D | gst-ptp-helper.c | 258 if (ioctl (g_socket_get_fd (socket_event), SIOCGIFCONF, &ifc) != -1) { in setup_sockets() 340 if (ioctl (g_socket_get_fd (socket_event), SIOCGIFCONF, &ifc) != -1) { in setup_sockets()
|
/third_party/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()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 65 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 63 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/include/sys/ |
D | ioctl.h | 58 #define SIOCGIFCONF 0x8912 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | ioctl.c | 97 int ret = ioctl(sockFd, SIOCGIFCONF, &ifc); in ioctl_0200()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getifaddrs.c | 253 if (ioctl(fd, SIOCGIFCONF, &ifconfig) < 0) in getifaddrs()
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 350 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon); in show_iface()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ifconfig.c | 349 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon); in show_iface()
|
/third_party/toybox/toys/pending/ |
D | strace.c | 94 C(SIOCGIFCONF);
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
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/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 175 SIOCGIFCONF
|
/third_party/libuv/src/unix/ |
D | os390.c | 440 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
D | aix.c | 1135 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
/third_party/node/deps/uv/src/unix/ |
D | os390.c | 440 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
D | aix.c | 1135 if (ioctl(sockfd, SIOCGIFCONF, &ifc) == -1) { in uv_interface_addresses()
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 177 pub const SIOCGIFCONF: u32 = 35090; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 172 pub const SIOCGIFCONF: u32 = 35090; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 172 pub const SIOCGIFCONF: u32 = 35090; constant
|