Searched defs:ifconf (Results 1 - 4 of 4) 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/iproute2/include/linux/
H A Dif.h223 struct ifconf { struct
/external/kernel-headers/original/linux/
H A Dif.h214 struct ifconf { struct
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc814 CHECK_TYPE_SIZE(ifconf); variable
815 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
816 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);

Completed in 195 milliseconds