Searched defs:ifconf (Results 1 – 4 of 4) sorted by relevance
223 struct ifconf { struct224 int ifc_len; /* size of buffer */225 union {228 } ifc_ifcu;
208 struct ifconf { struct209 int ifc_len; /* size of associated buffer */210 union {213 } ifc_ifcu;
252 struct ifconf { struct253 int ifc_len; /* size of buffer */254 union {257 } ifc_ifcu;
21 static struct iovec ifconf = { variable