Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bfd.c130 { BFD_CONTROL_PORT, "Control" },
299 if (port == BFD_CONTROL_PORT) { in bfd_print()
309 case (BFD_CONTROL_PORT << 8): in bfd_print()
342 case (BFD_CONTROL_PORT << 8 | 1): in bfd_print()
Dudp.h242 #ifndef BFD_CONTROL_PORT
243 #define BFD_CONTROL_PORT 3784 /* RFC 5881 */ macro
Dprint-udp.c657 else if (dport == BFD_CONTROL_PORT || in udp_print()