HomeSort by: relevance | last modified time | path
    Searched refs:RIP_PORT (Results 1 - 5 of 5) sorted by relevancy

  /src/include/protocols/
routed.h 61 #define RIP_PORT 520
  /src/sbin/routed/
input.c 221 } else if (from->sin_port == htons(RIP_PORT)) {
229 if (from->sin_port == htons(RIP_PORT)) {
295 if (from->sin_port != htons(RIP_PORT)) {
440 if (from->sin_port != htons(RIP_PORT)) {
506 if (from->sin_port != ntohs(RIP_PORT)) {
main.c 665 rsin.sin_port = htons(RIP_PORT);
output.c 117 osin.sin_port = htons(RIP_PORT);
  /src/sbin/routed/rtquery/
rtquery.c 536 router.sin_port = htons(RIP_PORT);

Completed in 19 milliseconds