Searched refs:ifconf (Results 1 - 21 of 21) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_addr.c830 struct ifconf ifc;
H A Ddhcp6s.c287 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dgetiface.c78 struct ifconf ifc;
86 memset( &ifc, 0, sizeof( struct ifconf ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dinterfaces.c97 struct ifconf ifc;
261 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dnetwork.c73 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c151 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1751 struct ifconf ifc;
1876 struct ifconf ifc;
H A Dsys-solaris.c386 struct ifconf ifc;
2154 struct ifconf ifc;
2397 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsunos_ioctl.c96 case _IOWR('i', 20, struct ifconf):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_ioctl.c44 struct ifconf ifconf; local
71 ifconf.ifc_buf = NULL;
77 ifconf.ifc_len = sizeof (struct ifreq) * ifnum;
78 ifconf.ifc_buf = XREALLOC(MTYPE_TMP, ifconf.ifc_buf, ifconf.ifc_len);
80 ret = ioctl(sock, SIOCGIFCONF, &ifconf);
90 if (ifconf.ifc_len > lastlen)
92 lastlen = ifconf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c342 struct ifconf ifc;
343 struct ifconf __user *uifc;
356 uifc = compat_alloc_user_space(sizeof(struct ifconf));
360 uifc = compat_alloc_user_space(sizeof(struct ifconf) + len);
371 if (copy_to_user(uifc, &ifc, sizeof(struct ifconf)))
378 if (copy_from_user(&ifc, uifc, sizeof(struct ifconf)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dgen_uuid.c130 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c478 struct ifconf ifc;
H A Dtraceroute.c384 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif.h208 struct ifconf struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/networking/
H A Difenslave.c573 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c2474 struct ifconf ifc;
2485 if (copy_from_user(&ifc, arg, sizeof(struct ifconf)))
2520 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0;
3224 /* One special case: SIOCGIFCONF takes ifconf argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Ddevice-bsd44.c32 struct ifconf ifconf; local
40 if (!(ifconf.ifc_buf = malloc(ifconf.ifc_len = (32 << 8))))
46 if (ioctl(sock, SIOCGIFCONF, &ifconf) < 0)
64 p = (uint8_t *)ifconf.ifc_buf;
65 end = p + ifconf.ifc_len;
134 free(ifconf.ifc_buf);
145 free(ifconf.ifc_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dgetifaddr.c108 struct ifconf ifc;
H A Dtivo_beacon.c107 struct ifconf ifc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dgetiface.c78 struct ifconf ifc;
86 memset( &ifc, 0, sizeof( struct ifconf ));

Completed in 167 milliseconds