Lines Matching refs:family_selected

224 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()
2388 !(family_selected(AF_INET6))) in stat_report()
2419 (family_selected(AF_INET) || in stat_report()
2420 family_selected(AF_INET6))) { in stat_report()
2430 (family_selected(AF_INET) || in stat_report()
2431 family_selected(AF_INET6))) { in stat_report()
2441 (family_selected(AF_INET) || in stat_report()
2442 family_selected(AF_INET6))) { in stat_report()
2453 (family_selected(AF_INET) || in stat_report()
2454 family_selected(AF_INET6))) { in stat_report()
2465 (family_selected(AF_INET))) { in stat_report()
2953 if (!(family_selected(AF_INET))) in mrt_stat_report()
2973 if (!(family_selected(AF_INET))) in mrt_stat_report()
3029 !family_selected(AF_INET)) in if_report()
3341 !family_selected(AF_INET6)) in if_report()
3859 if (!family_selected(AF_INET) && !family_selected(AF_INET6)) in dhcp_report()
3864 if (family_selected(AF_INET)) { in dhcp_report()
3868 if (family_selected(AF_INET6)) { in dhcp_report()
3877 if (family_selected(AF_INET)) { in dhcp_report()
3881 if (family_selected(AF_INET6)) in dhcp_report()
3909 if (item->group == MIB2_IP && family_selected(AF_INET)) { in group_report()
3926 if (item->group == MIB2_IP6 && family_selected(AF_INET6)) { in group_report()
3944 if (family_selected(AF_INET) && v4grp != NULL) { in group_report()
4017 if (family_selected(AF_INET6) && v6grp != NULL) { in group_report()
4131 if (item->group == MIB2_IP && family_selected(AF_INET) && in dce_report()
4137 if (item->group == MIB2_IP6 && family_selected(AF_INET6) && in dce_report()
4145 if (family_selected(AF_INET) && v4dce != NULL) { in dce_report()
4172 if (family_selected(AF_INET6) && v6dce != NULL) { in dce_report()
4221 if (!(family_selected(AF_INET))) in arp_report()
4312 if (!(family_selected(AF_INET6))) in ndp_report()
4441 if (family_selected(AF_INET) && ipv4_route_count > 0) { in ire_report()
4448 if (family_selected(AF_INET6) && ipv6_route_count > 0) { in ire_report()
4501 if (item->group == MIB2_IP && !family_selected(AF_INET)) in ire_report()
4503 else if (item->group == MIB2_IP6 && !family_selected(AF_INET6)) in ire_report()
5510 v4_attrs = family_selected(AF_INET) && RSECflag ? in tcp_report()
5513 v6_attrs = family_selected(AF_INET6) && RSECflag ? in tcp_report()
5517 v4_info = Uflag && family_selected(AF_INET) ? in tcp_report()
5520 v6_info = Uflag && family_selected(AF_INET6) ? in tcp_report()
5542 if (item->group == MIB2_TCP && !family_selected(AF_INET)) in tcp_report()
5544 if (item->group == MIB2_TCP6 && !family_selected(AF_INET6)) in tcp_report()
5957 v4_attrs = family_selected(AF_INET) && RSECflag ? in udp_report()
5959 v6_attrs = family_selected(AF_INET6) && RSECflag ? in udp_report()
5963 v4_info = Uflag && family_selected(AF_INET) ? in udp_report()
5966 v6_info = Uflag && family_selected(AF_INET6) ? in udp_report()
5987 if (item->group == MIB2_UDP && !family_selected(AF_INET)) in udp_report()
5989 else if (item->group == MIB2_UDP6 && !family_selected(AF_INET6)) in udp_report()
6629 if (!(family_selected(AF_INET))) in mrt_report()
7614 family_selected(int family) in family_selected() function