Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dif.h284 struct ifconf { struct
285 int ifc_len; /* size of buffer */
286 union {
289 } 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/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