Home
last modified time | relevance | path

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

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