Searched refs:ifconf (Results 1 – 16 of 16) sorted by relevance
43 local ifconf="$(atf_get_srcdir)/ifconf"51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list67 atf_check -s exit:0 -o match:'^5$' "$ifconf" total70 atf_check -s exit:0 -o not-match:'shmif' "$ifconf" list 2
12 PROGS= ifconf13 MAN.ifconf= # empty14 BINDIR.ifconf= ${TESTSDIR}
54 struct ifconf ifc; in get_number_of_entries()82 struct ifconf ifc; in show_interfaces()
880 struct ifconf ifconf; in getifaddrs2() local901 ifconf.ifc_len = buf_size; in getifaddrs2()902 ifconf.ifc_buf = buf; in getifaddrs2()922 for (p = ifconf.ifc_buf; in getifaddrs2()923 p < ifconf.ifc_buf + ifconf.ifc_len; in getifaddrs2()1022 struct lifconf ifconf; in getlifaddrs2() local1044 ifconf.lifc_family = af; in getlifaddrs2()1045 ifconf.lifc_flags = 0; in getlifaddrs2()1048 ifconf.lifc_buf = buf; in getlifaddrs2()1068 for (p = ifconf.lifc_buf; in getlifaddrs2()[all …]
129 #define OOSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */132 #define OSIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
9 ifconf.c bpfdev.c bpf_filter.c util.c
63 #define SIOCGIFCONF _IOWR('i', 38, struct ifconf) /* get ifnet list */
208 struct ifconf { struct
146 struct ifconf ifc; in pcap_findalldevs_interfaces()
102 * Define if the system has struct lifconf which is a extended struct ifconf109 * ifconf for IPv6.
747 struct ifconf { struct
60 struct ifconf ifc;
677 struct ifconf ifc; in scan_interfaces()
192 # define LIFCONF ifconf
2177 ./usr/libdata/debug/usr/tests/net/if/ifconf.debug tests-net-debug debug,atf,rump
3149 ./usr/tests/net/if/ifconf tests-net-tests atf,rump