Searched defs:ifconf (Results 1 - 5 of 5) sorted by relevance

/external/dnsmasq/src/
H A Dbpf.c21 static struct iovec ifconf = { variable in typeref:struct:iovec
35 struct ifconf ifc;
47 if (!expand_buf(&ifconf, len))
51 ifc.ifc_buf = ifconf.iov_base;
/external/libpcap/Win32/Include/net/
H A Dif.h208 struct ifconf { struct
/external/iproute2/include/linux/
H A Dif.h223 struct ifconf { struct
/external/kernel-headers/original/uapi/linux/
H A Dif.h226 struct ifconf { struct
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc963 CHECK_TYPE_SIZE(ifconf); variable
964 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
965 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);

Completed in 91 milliseconds