Searched refs:ifconf (Results 1 - 12 of 12) 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/ipsec-tools/
H A Dmain.c106 struct ifconf ifconf = {.ifc_len = sizeof(ifreqs), .ifc_req = ifreqs}; local
109 if (ioctl(p->sock, SIOCGIFCONF, &ifconf) == -1) {
115 int i = ifconf.ifc_len / sizeof(struct ifreq) - 1;
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c431 struct ifconf ifconf;
460 memset(&ifconf, 0, sizeof(ifconf));
461 ifconf.ifc_req = iflist;
462 ifconf.ifc_len = len;
463 if (ioctl(s, SIOCGIFCONF, &ifconf) < 0) {
476 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len);
482 for (ifr = ifconf
[all...]
/external/iproute2/include/linux/
H A Dif.h214 struct ifconf struct
/external/kernel-headers/original/linux/
H A Dif.h203 struct ifconf struct
/external/strace/
H A Dsock.c92 struct ifconf ifc;
/external/libpcap/
H A Dfad-gifc.c276 struct ifconf ifc;
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c182 struct ifconf ifc;
/external/ppp/pppd/
H A Dsys-solaris.c386 struct ifconf ifc;
2154 struct ifconf ifc;
2397 struct ifconf ifc;
H A Dsys-linux.c1752 struct ifconf ifc;
1877 struct ifconf ifc;
/external/dhcpcd/
H A Dnet.c185 struct ifconf ifc;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c151 struct ifconf ifc;

Completed in 67 milliseconds