Searched refs:LDP_PORT (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dudp.h54 #define LDP_PORT 646 macro
H A Dtcp.h104 #define LDP_PORT 646 macro
H A Dprint-tcp.c668 else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {
H A Dprint-udp.c680 else if (ISPORT(LDP_PORT))
/netbsd-6-1-5-RELEASE/usr.sbin/ldpd/
H A Dldp.h39 #define LDP_PORT 646 macro
H A Dsocketops.c190 sa.sin_port = htons(LDP_PORT);
208 sa.sin_port = htons(LDP_PORT);
303 sadest.sin_port = htons(LDP_PORT);
H A Dldp_peer.c90 sa.sin_port = htons(LDP_PORT);

Completed in 111 milliseconds