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

/freebsd-current/contrib/tcpdump/
H A Dudp.h95 #ifndef RIP_PORT
96 #define RIP_PORT 520 /*XXX*/ macro
H A Dprint-udp.c605 else if (IS_SRC_OR_DST_PORT(RIP_PORT))
/freebsd-current/include/protocols/
H A Drouted.h53 #define RIP_PORT 520 macro
/freebsd-current/sbin/routed/
H A Dinput.c213 } else if (from->sin_port == htons(RIP_PORT)) {
221 if (from->sin_port == htons(RIP_PORT)) {
291 if (from->sin_port != htons(RIP_PORT)) {
448 if (from->sin_port != htons(RIP_PORT)) {
503 if (from->sin_port != ntohs(RIP_PORT)) {
H A Dmain.c638 rsin.sin_port = htons(RIP_PORT);
H A Doutput.c103 osin.sin_port = htons(RIP_PORT);
/freebsd-current/sbin/routed/rtquery/
H A Drtquery.c510 router.sin_port = htons(RIP_PORT);

Completed in 72 milliseconds