Home
last modified time | relevance | path

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

12

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dt_gifconf.c73 #if (defined(sun) || defined(__sun__)) && !defined(SIOCGIFCONF)
98 i = ioctl (sock, SIOCGIFCONF, (char *) &ifc); in main()
H A Dlocaladdr.c287 ret = ioctl (s, SIOCGIFCONF, (char *)&ifc); in get_ifconf()
/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/crypto/krb5/src/lib/rpc/
H A Dget_myaddress.c99 if (ioctl(s, SIOCGIFCONF, (char *)&ifc) < 0) { in get_myaddress()
H A Dpmap_rmt.c196 if (ioctl(sock, SIOCGIFCONF, (char *)&ifc) < 0) { in getbroadcastnets()
/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()
/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/contrib/libpcap/
H A Dfad-gifc.c194 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 in pcapint_findalldevs_interfaces()
/freebsd/share/doc/smm/18.net/
H A Dspell.ok126 SIOCGIFCONF
/freebsd/libexec/rbootd/
H A Dbpf.c228 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 || in BpfGetIntfName()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok90 SIOCGIFCONF
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp154 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_platform_limits_freebsd.cpp221 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_platform_limits_posix.cpp573 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
H A Dsanitizer_common_interceptors_ioctl.inc60 _(SIOCGIFCONF, CUSTOM, 0);
H A Dsanitizer_platform_limits_netbsd.cpp2242 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
/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.c112 * and ifr_ifru when it is used in SIOCGIFCONF.
2825 cmd = SIOCGIFCONF; in ifioctl()
2878 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?])

12