Home
last modified time | relevance | path

Searched refs:ifconf (Results 1 - 20 of 20) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Dgetifaddrs.c72 struct ifconf ifconf; in getifaddrs2() local
94 ifconf.ifc_len = (short)(int)buf_size; in getifaddrs2()
96 ifconf.ifc_len = (int)buf_size; in getifaddrs2()
98 ifconf.ifc_buf = buf; in getifaddrs2()
103 if (ioctl(fd, siocgifconf, &ifconf) < 0 && errno != EINVAL) { in getifaddrs2()
112 if (ifconf.ifc_len < (int)buf_size) in getifaddrs2()
118 for (p = ifconf.ifc_buf; p < ifconf.ifc_buf + ifconf in getifaddrs2()
[all...]
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
/third_party/musl/include/net/
H A Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0)
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dioctl.c94 struct ifconf ifc = {0}; in ioctl_0200()
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c50 static struct ifconf ifc;
/third_party/musl/src/network/liteos_a/
H A Dgetifaddrs.c246 struct ifconf ifconfig; in getifaddrs()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c246 struct ifconf ifconfig; in getifaddrs()
/third_party/toybox/toys/net/
H A Difconfig.c341 struct ifconf ifcon; in show_iface()
/third_party/libcoap/src/
H A Dcoap_io.c86 struct ifconf ifc; in bind_to_device()
88 (void)memset_s(&ifc, sizeof(struct ifconf), 0x00, sizeof(struct ifconf)); in bind_to_device()
H A Dcoap_session.c47 struct ifconf ifc = {0}; in loopback_packet_check()
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c340 struct ifconf ifcon; in show_iface()
/third_party/libuv/src/unix/
H A Dos390.c407 struct ifconf ifc; in uv_interface_addresses()
H A Daix.c1119 struct ifconf ifc; in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H A Daix.c1103 struct ifconf ifc; in uv_interface_addresses()
H A Dos390.c400 struct ifconf ifc; in uv_interface_addresses()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs707 pub struct ifconf { structure names
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs957 pub struct ifconf { structure names

Completed in 31 milliseconds