Home
last modified time | relevance | path

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

/external/tcpdump/
Dtcp.h134 #ifndef LDP_PORT
135 #define LDP_PORT 646 macro
Dudp.h149 #ifndef LDP_PORT
150 #define LDP_PORT 646 macro
Dprint-udp.c650 else if (IS_SRC_OR_DST_PORT(LDP_PORT)) in udp_print()
Dprint-tcp.c727 else if (length > 0 && (IS_SRC_OR_DST_PORT(LDP_PORT))) { in tcp_print()