Home
last modified time | relevance | path

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

/mirbsd/src/sbin/routed/
Dinput.c152 if (from->sin_port == htons(RIP_PORT)) { in input()
198 if (from->sin_port != htons(RIP_PORT)) { in input()
298 if (from->sin_port != htons(RIP_PORT)) { in input()
342 if (from->sin_port != ntohs(RIP_PORT)) { in input()
Dmain.c605 sin.sin_port = htons(RIP_PORT); in get_rip_sock()
Doutput.c103 sin.sin_port = htons(RIP_PORT); in output()
/mirbsd/src/include/protocols/
Drouted.h52 #define RIP_PORT 520 macro
/mirbsd/src/sbin/routed/rtquery/
Drtquery.c418 router.sin_port = htons(RIP_PORT); in out()