Home
last modified time | relevance | path

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

/external/tcpdump/
Dudp.h59 #define LDP_PORT 646 macro
Dtcp.h118 #define LDP_PORT 646 macro
Dprint-tcp.c720 else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {
Dprint-udp.c648 else if (ISPORT(LDP_PORT)) in udp_print()