Home
last modified time | relevance | path

Searched refs:SIOCGIFCONF (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/netbsd-tests/net/if/
H A Difconf.c63 r = ioctl(fd, SIOCGIFCONF, &ifc); in get_number_of_entries()
102 r = ioctl(fd, SIOCGIFCONF, &ifc); in show_interfaces()
/freebsd/libexec/bootpd/
H A Dgetif.c61 ioc.ic_cmd = SIOCGIFCONF; in getif()
71 m = ioctl(s, SIOCGIFCONF, (caddr_t) & ifconf); in getif()
H A Dgetether.c136 if (ioctl(fd, SIOCGIFCONF, (char *) &ifc) < 0 || in getether()
/freebsd/share/examples/find_interface/
H A DREADME6 A more sophisticated program might use the list obtained from SIOCGIFCONF
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c1206 v4err = getifaddrs2 (&v4addrs, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, in rk_getifaddrs()
1227 #if defined(HAVE_IPV6) && defined(SIOCGIFCONF) in rk_getifaddrs()
1229 ret = getifaddrs2 (ifap, AF_INET6, SIOCGIFCONF, SIOCGIFFLAGS, in rk_getifaddrs()
1232 #if defined(AF_INET) && defined(SIOCGIFCONF) && defined(SIOCGIFFLAGS) in rk_getifaddrs()
1234 ret = getifaddrs2 (ifap, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, in rk_getifaddrs()
1302 getifaddrs2(&a, AF_INET, SIOCGIFCONF, SIOCGIFFLAGS, sizeof(struct ifreq)); in main()
H A DChangeLog278 large SIOCGIFCONF.
/freebsd/usr.sbin/traceroute/
H A Difaddrlist.c84 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 || in ifaddrlist()
/freebsd/sys/sys/
H A Dsockio.h63 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */ macro
/freebsd/share/doc/smm/18.net/
H A Dspell.ok126 SIOCGIFCONF
/freebsd/contrib/libpcap/
H A Dfad-gifc.c192 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 in pcap_findalldevs_interfaces()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok90 SIOCGIFCONF
/freebsd/libexec/rbootd/
H A Dbpf.c228 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 || in BpfGetIntfName()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp151 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_platform_limits_freebsd.cpp235 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_common_interceptors_ioctl.inc58 _(SIOCGIFCONF, CUSTOM, 0);
H A Dsanitizer_platform_limits_posix.cpp556 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_platform_limits_netbsd.cpp2242 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1165 _(SIOCGIFCONF, READWRITE, struct_ifconf_sz);
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok141 SIOCGIFCONF
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_ioctl.c150 if (isc_ioctl(iter->socket, SIOCGIFCONF, (char *)&iter->ifc) in getbuf4()
/freebsd/contrib/sendmail/src/
H A Dconf.c4819 #if defined(SIOCGIFCONF) && !SIOCGIFCONF_IS_BROKEN
5079 # if defined(SIOCGIFCONF) && !SIOCGIFCONF_IS_BROKEN in load_if_names()
5112 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) in load_if_names()
/freebsd/sys/net/
H A Dif.c2959 cmd = SIOCGIFCONF; in ifioctl()
3012 case SIOCGIFCONF: in ifioctl()
/freebsd/contrib/ntp/
H A Dconfigure.ac1544 [if SIOCGIFCONF returns buffer size in the buffer],
1565 [Does SIOCGIFCONF return size in the buffer?])
H A Dconfig.h.in1576 /* Does SIOCGIFCONF return size in the buffer? */
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c4285 #if !defined(MPE) && (defined(SIOCGIFCONF) || defined(SYS_WINNT))

12