Home
last modified time | relevance | path

Searched refs:ifconf (Results 1 – 16 of 16) sorted by relevance

/minix/tests/net/if/
H A Dt_ifconf.sh43 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 not-match:'shmif' "$ifconf" list 2
H A DMakefile12 PROGS= ifconf
13 MAN.ifconf= # empty
14 BINDIR.ifconf= ${TESTSDIR}
H A Difconf.c54 struct ifconf ifc; in get_number_of_entries()
82 struct ifconf ifc; in show_interfaces()
/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetifaddrs.c880 struct ifconf ifconf; in getifaddrs2() local
901 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() local
1044 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 …]
/minix/sys/compat/sys/
H A Dsockio.h129 #define OOSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */
132 #define OSIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
/minix/minix/net/lwip/
H A DMakefile9 ifconf.c bpfdev.c bpf_filter.c util.c
/minix/sys/sys/
H A Dsockio.h63 #define SIOCGIFCONF _IOWR('i', 38, struct ifconf) /* get ifnet list */
/minix/external/bsd/libpcap/dist/Win32/Include/net/
H A Dif.h208 struct ifconf { struct
/minix/external/bsd/libpcap/dist/
H A Dfad-gifc.c146 struct ifconf ifc; in pcap_findalldevs_interfaces()
/minix/external/bsd/bind/dist/lib/isc/include/isc/
H A Dplatform.h.in102 * Define if the system has struct lifconf which is a extended struct ifconf
109 * ifconf for IPv6.
/minix/sys/net/
H A Dif.h747 struct ifconf { struct
/minix/external/bsd/bind/dist/lib/isc/unix/
H A Difiter_ioctl.c60 struct ifconf ifc;
/minix/external/bsd/bind/dist/lib/lwres/
H A Dgetipnode.c677 struct ifconf ifc; in scan_interfaces()
/minix/external/bsd/dhcp/dist/common/
H A Ddiscover.c192 # define LIFCONF ifconf
/minix/distrib/sets/lists/debug/
H A Dmi2177 ./usr/libdata/debug/usr/tests/net/if/ifconf.debug tests-net-debug debug,atf,rump
/minix/distrib/sets/lists/tests/
H A Dmi3149 ./usr/tests/net/if/ifconf tests-net-tests atf,rump