| /freebsd/contrib/netbsd-tests/net/if/ |
| H A D | t_ifconf.sh | 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" total 70 atf_check -s exit:0 -o match:1 -x "$ifconf list 1 | wc -l" 71 atf_check -s exit:0 -o match:2 -x "$ifconf list 2 | wc -l" [all …]
|
| H A D | ifconf.c | 54 struct ifconf ifc; in get_number_of_entries() 82 struct ifconf ifc; in show_interfaces()
|
| /freebsd/libexec/bootpd/ |
| H A D | getif.c | 35 static struct ifconf ifconf; /* points to ifreq */ variable 54 if (ifconf.ifc_len == 0) { in getif() 66 ifconf.ifc_len = ioc.ic_len; in getif() 67 ifconf.ifc_req = ifreq; in getif() 69 ifconf.ifc_len = sizeof(ifreq); in getif() 70 ifconf.ifc_req = ifreq; in getif() 71 m = ioctl(s, SIOCGIFCONF, (caddr_t) & ifconf); in getif() 73 if ((m < 0) || (ifconf.ifc_len <= 0)) { in getif() 81 len = ifconf.ifc_len; in getif()
|
| H A D | getether.c | 125 struct ifconf ifc; in getether()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | getifaddrs.c | 878 struct ifconf ifconf; in getifaddrs2() local 899 ifconf.ifc_len = buf_size; in getifaddrs2() 900 ifconf.ifc_buf = buf; in getifaddrs2() 905 if (ioctl (fd, siocgifconf, &ifconf) < 0 && errno != EINVAL) { in getifaddrs2() 914 if (ifconf.ifc_len < buf_size) in getifaddrs2() 920 for (p = ifconf.ifc_buf; in getifaddrs2() 921 p < ifconf.ifc_buf + ifconf.ifc_len; in getifaddrs2() 1020 struct lifconf ifconf; in getlifaddrs2() local 1042 ifconf.lifc_family = af; in getlifaddrs2() 1043 ifconf.lifc_flags = 0; in getlifaddrs2() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cpp | 262 CHECK_TYPE_SIZE(ifconf); 263 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len); 264 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 434 CHECK_TYPE_SIZE(ifconf); 435 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len); 436 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| H A D | sanitizer_platform_limits_posix.cpp | 1132 CHECK_TYPE_SIZE(ifconf); 1133 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len); 1135 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 825 unsigned struct_ifconf_sz = sizeof(ifconf); 2575 CHECK_TYPE_SIZE(ifconf); 2576 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len); 2577 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntif.h | 83 struct ifconf { struct
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | t_gifconf.c | 85 struct ifconf ifc; in main()
|
| H A D | localaddr.c | 279 struct ifconf ifc; in get_ifconf()
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | get_myaddress.c | 88 struct ifconf ifc; in get_myaddress()
|
| H A D | pmap_rmt.c | 180 #define GIFCONF_BUFSIZE (256 * sizeof (struct ifconf)) 189 struct ifconf ifc; in getbroadcastnets()
|
| /freebsd/usr.sbin/traceroute/ |
| H A D | ifaddrlist.c | 70 struct ifconf ifc; in ifaddrlist()
|
| /freebsd/sys/sys/ |
| H A D | sockio.h | 63 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
|
| /freebsd/contrib/libpcap/ |
| H A D | fad-gifc.c | 143 struct ifconf ifc; in pcapint_findalldevs_interfaces()
|
| /freebsd/libexec/rbootd/ |
| H A D | bpf.c | 211 struct ifconf ifc; in BpfGetIntfName()
|
| /freebsd/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 207 ifconf
|
| /freebsd/sys/net/ |
| H A D | if.h | 562 struct ifconf { struct
|
| H A D | if.c | 270 static int ifconf(u_long, caddr_t); 2798 struct ifconf ifc; in ifioctl() 2889 error = ifconf(cmd, data); in ifioctl() 3167 ifconf(u_long cmd, caddr_t data) in ifconf() function 3169 struct ifconf *ifc = (struct ifconf *)data; in ifconf()
|
| /freebsd/contrib/ntp/libntp/lib/isc/unix/ |
| H A D | ifiter_ioctl.c | 60 struct ifconf ifc;
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 2212 struct ifconf *ifc; in linux_ifconf_ifaddr_cb() 2267 linux_ifconf(struct thread *td, struct ifconf *uifc) in linux_ifconf() 2274 struct ifconf ifc; in linux_ifconf() 2526 error = linux_ifconf(td, (struct ifconf *)args->arg); in linux_ioctl_socket()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | conf.c | 5082 struct ifconf ifc; in load_if_names()
|