Home
last modified time | relevance | path

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

/dragonfly/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)) in udp_print()
/dragonfly/sbin/routed/
H A Dinput.c209 } else if (from->sin_port == htons(RIP_PORT)) { in input()
217 if (from->sin_port == htons(RIP_PORT)) { in input()
287 if (from->sin_port != htons(RIP_PORT)) { in input()
423 if (from->sin_port != htons(RIP_PORT)) { in input()
478 if (from->sin_port != ntohs(RIP_PORT)) { in input()
H A Dmain.c629 in.sin_port = htons(RIP_PORT); in get_rip_sock()
H A Doutput.c104 in.sin_port = htons(RIP_PORT); in output()
/dragonfly/include/protocols/
H A Drouted.h55 #define RIP_PORT 520 macro
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c495 router.sin_port = htons(RIP_PORT); in out()