Searched defs:ifconf (Results 1 – 5 of 5) sorted by relevance
286 struct ifconf { struct287 int ifc_len; /* size of buffer */288 union {291 } ifc_ifcu;
281 struct ifconf { struct282 int ifc_len; /* size of buffer */283 union {286 } ifc_ifcu;
72 struct ifconf ifconf; in getifaddrs2() local
1234 pub struct ifconf { struct1236 pub ifc_ifcu: ifconf__bindgen_ty_1, argument1250 impl Default for ifconf { implementation