Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dif.h203 struct ifconf struct
205 int ifc_len; /* size of buffer */
207 {
210 } ifc_ifcu;
/external/iproute2/include/linux/
Dif.h214 struct ifconf struct
216 int ifc_len; /* size of buffer */
218 {
221 } ifc_ifcu;
/external/dnsmasq/src/
Dbpf.c21 static struct iovec ifconf = { variable
/external/ipsec-tools/
Dmain.c106 struct ifconf ifconf = {.ifc_len = sizeof(ifreqs), .ifc_req = ifreqs}; in bind_interface() local