Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bfd.c131 { BFD_ECHO_PORT, "Echo" },
302 } else if (port == BFD_ECHO_PORT) { in bfd_print()
382 case (BFD_ECHO_PORT << 8): /* not yet supported - fall through */ in bfd_print()
384 case (BFD_ECHO_PORT << 8 | 1): in bfd_print()
Dudp.h245 #ifndef BFD_ECHO_PORT
246 #define BFD_ECHO_PORT 3785 /* RFC 5881 */ macro
Dprint-udp.c658 dport == BFD_ECHO_PORT ) in udp_print()