Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/netbsd-tests/net/if/
HDifconf.c63 r = ioctl(fd, SIOCGIFCONF, &ifc); in get_number_of_entries()
102 r = ioctl(fd, SIOCGIFCONF, &ifc); in show_interfaces()
/freebsd-14-stable/libexec/bootpd/
HDgetif.c61 ioc.ic_cmd = SIOCGIFCONF; in getif()
71 m = ioctl(s, SIOCGIFCONF, (caddr_t) & ifconf); in getif()
HDgetether.c136 if (ioctl(fd, SIOCGIFCONF, (char *) &ifc) < 0 || in getether()
/freebsd-14-stable/share/examples/find_interface/
HDREADME6 A more sophisticated program might use the list obtained from SIOCGIFCONF
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDgetifaddrs.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-14-stable/contrib/traceroute/
HDifaddrlist.c93 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 || in ifaddrlist()
HDCHANGES40 - Increase size of SIOCGIFCONF buffer to accommodate systems with lots
/freebsd-14-stable/sys/sys/
HDsockio.h65 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */ macro
/freebsd-14-stable/contrib/libpcap/
HDfad-gifc.c194 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 in pcapint_findalldevs_interfaces()
/freebsd-14-stable/share/doc/smm/18.net/
HDspell.ok126 SIOCGIFCONF
/freebsd-14-stable/libexec/rbootd/
HDbpf.c236 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0 || in BpfGetIntfName()
/freebsd-14-stable/share/doc/psd/21.ipc/
HDspell.ok90 SIOCGIFCONF
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_solaris.cpp151 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
HDsanitizer_platform_limits_freebsd.cpp235 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
HDsanitizer_common_interceptors_ioctl.inc58 _(SIOCGIFCONF, CUSTOM, 0);
HDsanitizer_platform_limits_posix.cpp556 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
HDsanitizer_platform_limits_netbsd.cpp2242 unsigned IOCTL_SIOCGIFCONF = SIOCGIFCONF;
HDsanitizer_interceptors_ioctl_netbsd.inc1165 _(SIOCGIFCONF, READWRITE, struct_ifconf_sz);
/freebsd-14-stable/share/doc/smm/01.setup/
HDspell.ok141 SIOCGIFCONF
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/unix/
HDifiter_ioctl.c150 if (isc_ioctl(iter->socket, SIOCGIFCONF, (char *)&iter->ifc) in getbuf4()
/freebsd-14-stable/contrib/sendmail/src/
HDconf.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-14-stable/sys/net/
HDif.c2947 cmd = SIOCGIFCONF; in ifioctl()
3000 case SIOCGIFCONF: in ifioctl()
/freebsd-14-stable/contrib/ntp/
HDconfigure.ac1544 [if SIOCGIFCONF returns buffer size in the buffer],
1565 [Does SIOCGIFCONF return size in the buffer?])
HDconfig.h.in1573 /* Does SIOCGIFCONF return size in the buffer? */
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_io.c4316 #if !defined(MPE) && (defined(SIOCGIFCONF) || defined(SYS_WINNT))

12