Home
last modified time | relevance | path

Searched defs:ifconf (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/net/
Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) argument
/third_party/musl/include/net/
Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) argument
/third_party/musl/ndk_musl_include/net/
Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) argument
/third_party/musl/porting/uniproton/kernel/include/net/
Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) argument
/third_party/musl/porting/liteos_a/kernel/include/net/
Dif.h116 struct ifconf { struct
126 #define _IOT_ifconf _IOT(_IOTS(struct ifconf),1,0,0,0,0) argument
/third_party/libnl/include/linux-private/linux/
Dif.h281 struct ifconf { struct
282 int ifc_len; /* size of buffer */
283 union {
286 } ifc_ifcu;
/third_party/libwebsockets/lib/misc/
Dgetifaddrs.c72 struct ifconf ifconf; in getifaddrs2() local