Home
last modified time | relevance | path

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

/external/tcpdump/
Dudp.h58 #define LDP_PORT 646 macro
Dtcp.h113 #define LDP_PORT 646 macro
Dprint-tcp.c703 else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {
Dprint-udp.c651 else if (ISPORT(LDP_PORT)) in udp_print()