Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c288 #define protocol_selected(p) (proto == IPPROTO_MAX || proto == (p)) macro
619 if (protocol_selected(IPPROTO_UDP)) in main()
621 if (protocol_selected(IPPROTO_TCP)) in main()
623 if (protocol_selected(IPPROTO_SCTP)) in main()
1927 if (protocol_selected(IPPROTO_IP) && in stat_report()
1939 if (protocol_selected(IPPROTO_ICMP) && in stat_report()
1951 if (!(protocol_selected(IPPROTO_IPV6)) || in stat_report()
1985 if (!(protocol_selected(IPPROTO_ICMPV6)) || in stat_report()
2017 if (protocol_selected(IPPROTO_TCP) && in stat_report()
2028 if (protocol_selected(IPPROTO_UDP) && in stat_report()
[all …]