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

/freebsd-10.1-release/libexec/bootpd/
H A Dgetif.c37 static struct ifconf ifconf; /* points to ifreq */ variable in typeref:struct:ifconf
58 if (ifconf.ifc_len == 0) {
70 ifconf.ifc_len = ioc.ic_len;
71 ifconf.ifc_req = ifreq;
73 ifconf.ifc_len = sizeof(ifreq);
74 ifconf.ifc_req = ifreq;
75 m = ioctl(s, SIOCGIFCONF, (caddr_t) & ifconf);
77 if ((m < 0) || (ifconf.ifc_len <= 0)) {
85 len = ifconf
[all...]
H A Dgetether.c131 struct ifconf ifc;
/freebsd-10.1-release/contrib/ntp/include/
H A Dntif.h83 struct ifconf { struct
/freebsd-10.1-release/sys/sys/
H A Dsockio.h63 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */
64 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c878 struct ifconf ifconf; local
899 ifconf.ifc_len = buf_size;
900 ifconf.ifc_buf = buf;
905 if (ioctl (fd, siocgifconf, &ifconf) < 0 && errno != EINVAL) {
914 if (ifconf.ifc_len < buf_size)
920 for (p = ifconf.ifc_buf;
921 p < ifconf.ifc_buf + ifconf.ifc_len;
1020 struct lifconf ifconf; local
[all...]
/freebsd-10.1-release/contrib/traceroute/
H A Difaddrlist.c79 struct ifconf ifc;
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_socksys.h85 #define IBCS2_SIOCGIFCONF _IOWR('I', 17, struct ifconf)
/freebsd-10.1-release/contrib/libpcap/
H A Dfad-gifc.c146 struct ifconf ifc;
/freebsd-10.1-release/libexec/rbootd/
H A Dbpf.c219 struct ifconf ifc;
/freebsd-10.1-release/sys/net/
H A Dif.h471 struct ifconf { struct
H A Dif.c161 static int ifconf(u_long, caddr_t);
2487 error = ifconf(cmd, data);
2495 struct ifconf ifc;
2501 error = ifconf(SIOCGIFCONF, (void *)&ifc);
2766 ifconf(u_long cmd, caddr_t data) function
2768 struct ifconf *ifc = (struct ifconf *)data;
/freebsd-10.1-release/contrib/amd/libamu/
H A Dwire.c456 struct ifconf ifc;
478 * Fill in ifconf details
/freebsd-10.1-release/usr.sbin/arp/
H A Darp.c793 struct ifconf ifc;
/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dtimed.c121 struct ifconf ifc;
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Difiter_ioctl.c60 struct ifconf ifc;
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_ioctl.c2190 linux_ifconf(struct thread *td, struct ifconf *uifc)
2195 struct ifconf ifc;
2498 error = linux_ifconf(td, (struct ifconf *)args->arg);
/freebsd-10.1-release/contrib/sendmail/src/
H A Dconf.c4996 struct ifconf ifc;

Completed in 244 milliseconds