Lines Matching refs:protocol_selected
303 #define protocol_selected(p) (proto == IPPROTO_MAX || proto == (p)) macro
699 if (protocol_selected(IPPROTO_UDP)) in main()
701 if (protocol_selected(IPPROTO_TCP)) in main()
703 if (protocol_selected(IPPROTO_SCTP)) in main()
2331 if (protocol_selected(IPPROTO_IP) && in stat_report()
2343 if (protocol_selected(IPPROTO_ICMP) && in stat_report()
2355 if (!(protocol_selected(IPPROTO_IPV6)) || in stat_report()
2387 if (!(protocol_selected(IPPROTO_ICMPV6)) || in stat_report()
2418 if (protocol_selected(IPPROTO_TCP) && in stat_report()
2429 if (protocol_selected(IPPROTO_UDP) && in stat_report()
2440 if (protocol_selected(IPPROTO_SCTP) && in stat_report()
2452 if (protocol_selected(IPPROTO_RAW) && in stat_report()
2464 if (protocol_selected(IPPROTO_IGMP) && in stat_report()
5501 if (!protocol_selected(IPPROTO_TCP)) in tcp_report()
5948 if (!protocol_selected(IPPROTO_UDP)) in udp_report()