Searched defs:ifconf (Results 1 – 4 of 4) sorted by relevance
203 struct ifconf struct205 int ifc_len; /* size of buffer */207 {210 } ifc_ifcu;
214 struct ifconf struct216 int ifc_len; /* size of buffer */218 {221 } ifc_ifcu;
21 static struct iovec ifconf = { variable
106 struct ifconf ifconf = {.ifc_len = sizeof(ifreqs), .ifc_req = ifreqs}; in bind_interface() local