Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c224 static boolean_t family_selected(int family);
660 if (family_selected(AF_INET) || family_selected(AF_INET6)) { in main()
688 if (family_selected(AF_INET) || family_selected(AF_INET6)) { in main()
723 if (family_selected(AF_INET)) in main()
725 if (family_selected(AF_INET6)) in main()
734 if (family_selected(AF_UNIX) && in main()
746 if (family_selected(AF_INET) || family_selected(AF_INET6)) { in main()
2332 family_selected(AF_INET)) { in stat_report()
2344 family_selected(AF_INET)) { in stat_report()
2356 !(family_selected(AF_INET6))) in stat_report()
[all …]