Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-udp.c573 #define ISPORT(p) (dport == (p) || sport == (p)) in udp_print() macro
574 if (ISPORT(NAMESERVER_PORT)) in udp_print()
576 else if (ISPORT(MULTICASTDNS_PORT)) in udp_print()
578 else if (ISPORT(TIMED_PORT)) in udp_print()
580 else if (ISPORT(TFTP_PORT)) in udp_print()
582 else if (ISPORT(IPPORT_BOOTPC) || ISPORT(IPPORT_BOOTPS)) in udp_print()
584 else if (ISPORT(RIP_PORT)) in udp_print()
586 else if (ISPORT(AODV_PORT)) in udp_print()
593 else if (ISPORT(ISAKMP_PORT)) in udp_print()
595 else if (ISPORT(ISAKMP_PORT_NATT)) in udp_print()
[all …]