| /freebsd-10-stable/contrib/netbsd-tests/net/if/ |
| 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 …]
|
| D | ifconf.c | 54 struct ifconf ifc; in get_number_of_entries() 82 struct ifconf ifc; in show_interfaces()
|
| /freebsd-10-stable/libexec/bootpd/ |
| D | getif.c | 37 static struct ifconf ifconf; /* points to ifreq */ variable 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.ifc_len;
|
| D | getether.c | 129 struct ifconf ifc;
|
| /freebsd-10-stable/crypto/heimdal/lib/roken/ |
| 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-10-stable/sys/sys/ |
| D | sockio.h | 63 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */ 64 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntif.h | 83 struct ifconf { struct
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_socksys.h | 85 #define IBCS2_SIOCGIFCONF _IOWR('I', 17, struct ifconf)
|
| /freebsd-10-stable/contrib/traceroute/ |
| D | ifaddrlist.c | 79 struct ifconf ifc; in ifaddrlist()
|
| /freebsd-10-stable/contrib/ntp/lib/isc/include/isc/ |
| D | platform.h.in | 102 * Define if the system has struct lifconf which is a extended struct ifconf 109 * ifconf for IPv6.
|
| /freebsd-10-stable/contrib/libpcap/ |
| D | fad-gifc.c | 146 struct ifconf ifc; in pcap_findalldevs_interfaces()
|
| /freebsd-10-stable/libexec/rbootd/ |
| D | bpf.c | 219 struct ifconf ifc; in BpfGetIntfName()
|
| /freebsd-10-stable/share/doc/psd/21.ipc/ |
| D | spell.ok | 207 ifconf
|
| /freebsd-10-stable/sys/net/ |
| D | if.c | 169 static int ifconf(u_long, caddr_t); 2718 error = ifconf(cmd, data); in ifioctl() 2726 struct ifconf ifc; in ifioctl() 2732 error = ifconf(SIOCGIFCONF, (void *)&ifc); in ifioctl() 2998 ifconf(u_long cmd, caddr_t data) in ifconf() function 3000 struct ifconf *ifc = (struct ifconf *)data; in ifconf()
|
| D | if.h | 471 struct ifconf { struct
|
| /freebsd-10-stable/contrib/amd/libamu/ |
| D | wire.c | 457 struct ifconf ifc;
|
| /freebsd-10-stable/usr.sbin/timed/timed/ |
| D | timed.c | 121 struct ifconf ifc; in main()
|
| /freebsd-10-stable/usr.sbin/arp/ |
| D | arp.c | 800 struct ifconf ifc; in get_ether_addr()
|
| /freebsd-10-stable/contrib/ntp/lib/isc/unix/ |
| D | ifiter_ioctl.c | 60 struct ifconf ifc;
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 2174 linux_ifconf(struct thread *td, struct ifconf *uifc) in linux_ifconf() 2179 struct ifconf ifc; in linux_ifconf() 2483 error = linux_ifconf(td, (struct ifconf *)args->arg); in linux_ioctl_socket()
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | conf.c | 5000 struct ifconf ifc; in load_if_names()
|