Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dif.h286 struct ifconf { struct
287 int ifc_len; /* size of buffer */
288 union {
291 } ifc_ifcu;
/external/iproute2/include/uapi/linux/
Dif.h281 struct ifconf { struct
282 int ifc_len; /* size of buffer */
283 union {
286 } ifc_ifcu;
/external/libnl/include/linux-private/linux/
Dif.h281 struct ifconf { struct
282 int ifc_len; /* size of buffer */
283 union {
286 } ifc_ifcu;
/external/libwebsockets/lib/misc/
Dgetifaddrs.c72 struct ifconf ifconf; in getifaddrs2() local
/external/crosvm/net_sys/src/
Diff.rs1234 pub struct ifconf { struct
1236 pub ifc_ifcu: ifconf__bindgen_ty_1, argument
1250 impl Default for ifconf { implementation