Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dif.h223 struct ifconf { struct
224 int ifc_len; /* size of buffer */
225 union {
228 } ifc_ifcu;
/external/libpcap/Win32/Include/net/
Dif.h208 struct ifconf { struct
209 int ifc_len; /* size of associated buffer */
210 union {
213 } ifc_ifcu;
/external/kernel-headers/original/uapi/linux/
Dif.h252 struct ifconf { struct
253 int ifc_len; /* size of buffer */
254 union {
257 } ifc_ifcu;
/external/dnsmasq/src/
Dbpf.c21 static struct iovec ifconf = { variable