Searched refs:ifconf (Results 1 - 25 of 35) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dia32_ioctl.c88 struct ifconf ifconf; local
95 ifconf.ifc_len = ifconf32.ifc_len;
96 ifconf.ifc_req = P(ifconf32.ifc_ptr);
97 ret = DO_IOCTL(fd, SIOCGIFCONF, &ifconf);
98 ifconf32.ifc_len = ifconf.ifc_len;
101 n = ifconf.ifc_len / sizeof(struct ifreq);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif.h128 struct ifconf struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif.h128 struct ifconf struct
/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Difvc.c56 struct ifconf IoCtlReq;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dinterfaces.c97 struct ifconf ifc;
261 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsunos_ioctl.c98 case _IOWR('i', 20, struct ifconf):
/asus-wl-520gu-7.0.1.45/src/router/bridge/libbridge/
H A Dif_index.c123 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/library/uuid/
H A Dgen_uuid.c116 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dnetwork.c77 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/networking/
H A Difenslave.c526 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/uuid/
H A Dgen_uuid.c182 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c1115 struct ifconf ifc;
1236 struct ifconf ifc;
H A Dsys-solaris.c341 struct ifconf ifc;
2027 struct ifconf ifc;
2270 struct ifconf ifc;
H A Dsys-linux.c1655 struct ifconf ifc;
1787 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c1232 struct ifconf ifc;
1353 struct ifconf ifc;
H A Dsys-solaris.c390 struct ifconf ifc;
2158 struct ifconf ifc;
2401 struct ifconf ifc;
H A Dsys-linux.c1747 struct ifconf ifc;
1888 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c1232 struct ifconf ifc;
1353 struct ifconf ifc;
H A Dsys-solaris.c390 struct ifconf ifc;
2158 struct ifconf ifc;
2401 struct ifconf ifc;
H A Dsys-linux.c1747 struct ifconf ifc;
1888 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1684 struct ifconf ifc;
1695 if (copy_from_user(&ifc, arg, sizeof(struct ifconf)))
1728 if (copy_to_user(arg, &ifc, sizeof(struct ifconf)))
2202 /* One special case: SIOCGIFCONF takes ifconf argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dioctl32.c142 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c720 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dif.c151 struct ifconf ifc;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dif.c151 struct ifconf ifc;

Completed in 278 milliseconds

12