Searched defs:ifconf (Results 1 – 3 of 3) sorted by relevance
214 struct ifconf { struct215 int ifc_len; /* size of buffer */216 union {219 } ifc_ifcu;
21 static struct iovec ifconf = { variable