Searched refs:IS_SRC_OR_DST_PORT (Results 1 – 3 of 3) sorted by relevance
573 if (IS_SRC_OR_DST_PORT(NAMESERVER_PORT)) in udp_print()575 else if (IS_SRC_OR_DST_PORT(MULTICASTDNS_PORT)) in udp_print()577 else if (IS_SRC_OR_DST_PORT(TIMED_PORT)) in udp_print()579 else if (IS_SRC_OR_DST_PORT(TFTP_PORT)) in udp_print()581 else if (IS_SRC_OR_DST_PORT(BOOTPC_PORT) || IS_SRC_OR_DST_PORT(BOOTPS_PORT)) in udp_print()583 else if (IS_SRC_OR_DST_PORT(RIP_PORT)) in udp_print()585 else if (IS_SRC_OR_DST_PORT(AODV_PORT)) in udp_print()588 else if (IS_SRC_OR_DST_PORT(ISAKMP_PORT)) in udp_print()590 else if (IS_SRC_OR_DST_PORT(ISAKMP_PORT_NATT)) in udp_print()593 else if (IS_SRC_OR_DST_PORT(ISAKMP_PORT_USER1) || IS_SRC_OR_DST_PORT(ISAKMP_PORT_USER2)) in udp_print()[all …]
685 if (IS_SRC_OR_DST_PORT(TELNET_PORT)) { in tcp_print()687 } else if (IS_SRC_OR_DST_PORT(SMTP_PORT)) { in tcp_print()690 } else if (IS_SRC_OR_DST_PORT(BGP_PORT)) in tcp_print()692 else if (IS_SRC_OR_DST_PORT(PPTP_PORT)) in tcp_print()694 else if (IS_SRC_OR_DST_PORT(REDIS_PORT)) in tcp_print()697 else if (IS_SRC_OR_DST_PORT(NETBIOS_SSN_PORT)) in tcp_print()699 else if (IS_SRC_OR_DST_PORT(SMB_PORT)) in tcp_print()702 else if (IS_SRC_OR_DST_PORT(BEEP_PORT)) in tcp_print()704 else if (IS_SRC_OR_DST_PORT(OPENFLOW_PORT_OLD) || IS_SRC_OR_DST_PORT(OPENFLOW_PORT_IANA)) in tcp_print()706 else if (IS_SRC_OR_DST_PORT(FTP_PORT)) { in tcp_print()[all …]
244 #define IS_SRC_OR_DST_PORT(p) (sport == (p) || dport == (p)) macro