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

/freebsd-12-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconf.sh37 atf_set "descr" "basic ifconf (SIOCGIFCONF) test"
43 local ifconf="$(atf_get_srcdir)/ifconf"
51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list
67 atf_check -s exit:0 -o match:'^5$' "$ifconf" tota
[all...]
H A Difconf.c1 /* $NetBSD: ifconf.c,v 1.1 2014/12/08 04:23:03 ozaki-r Exp $ */
28 __RCSID("$NetBSD: ifconf.c,v 1.1 2014/12/08 04:23:03 ozaki-r Exp $");
54 struct ifconf ifc;
82 struct ifconf ifc;
/freebsd-12-stable/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-12-stable/contrib/ntp/include/
H A Dntif.h83 struct ifconf { struct
/freebsd-12-stable/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-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp194 CHECK_TYPE_SIZE(ifconf); variable
195 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
196 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
H A Dsanitizer_platform_limits_solaris.cpp256 CHECK_TYPE_SIZE(ifconf); variable
257 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
258 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
H A Dsanitizer_platform_limits_freebsd.cpp420 CHECK_TYPE_SIZE(ifconf); variable
421 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
422 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
H A Dsanitizer_platform_limits_posix.cpp1038 CHECK_TYPE_SIZE(ifconf); variable
1039 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
1040 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
H A Dsanitizer_platform_limits_netbsd.cpp540 unsigned struct_ifconf_sz = sizeof(ifconf);
2294 CHECK_TYPE_SIZE(ifconf); variable
2295 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
2296 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
/freebsd-12-stable/contrib/traceroute/
H A Difaddrlist.c79 struct ifconf ifc;
/freebsd-12-stable/sys/sys/
H A Dsockio.h65 /* OSIOCGIFCONF _IOWR('i', 20, struct ifconf) 4.3BSD */
66 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_socksys.h87 #define IBCS2_SIOCGIFCONF _IOWR('I', 17, struct ifconf)
/freebsd-12-stable/contrib/libpcap/
H A Dfad-gifc.c147 struct ifconf ifc;
/freebsd-12-stable/libexec/rbootd/
H A Dbpf.c221 struct ifconf ifc;
/freebsd-12-stable/sys/net/
H A Dif.h492 struct ifconf { struct
H A Dif.c261 static int ifconf(u_long, caddr_t);
3091 error = ifconf(cmd, data);
3099 struct ifconf ifc;
3105 error = ifconf(SIOCGIFCONF, (void *)&ifc);
3332 ifconf(u_long cmd, caddr_t data) function
3334 struct ifconf *ifc = (struct ifconf *)data;
/freebsd-12-stable/contrib/amd/libamu/
H A Dwire.c457 struct ifconf ifc;
479 * Fill in ifconf details
/freebsd-12-stable/usr.sbin/arp/
H A Darp.c815 struct ifconf ifc;
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dtimed.c123 struct ifconf ifc;
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Difiter_ioctl.c60 struct ifconf ifc;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c2164 linux_ifconf(struct thread *td, struct ifconf *uifc)
2169 struct ifconf ifc;
2435 error = linux_ifconf(td, (struct ifconf *)args->arg);
/freebsd-12-stable/contrib/sendmail/src/
H A Dconf.c5069 struct ifconf ifc;

Completed in 420 milliseconds