Searched refs:protocol_selected (Results 1 – 1 of 1) sorted by relevance
288 #define protocol_selected(p) (proto == IPPROTO_MAX || proto == (p)) macro619 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 …]