Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcpdump/
HDudp.h125 #ifndef RIP_PORT
126 #define RIP_PORT 520 /*XXX*/ macro
HDprint-udp.c583 else if (IS_SRC_OR_DST_PORT(RIP_PORT)) in udp_print()
/freebsd-11-stable/sbin/routed/
HDinput.c223 } else if (from->sin_port == htons(RIP_PORT)) { in input()
231 if (from->sin_port == htons(RIP_PORT)) { in input()
301 if (from->sin_port != htons(RIP_PORT)) { in input()
458 if (from->sin_port != htons(RIP_PORT)) { in input()
513 if (from->sin_port != ntohs(RIP_PORT)) { in input()
HDmain.c663 rsin.sin_port = htons(RIP_PORT); in get_rip_sock()
HDoutput.c113 osin.sin_port = htons(RIP_PORT); in output()
/freebsd-11-stable/include/protocols/
HDrouted.h55 #define RIP_PORT 520 macro
/freebsd-11-stable/sbin/routed/rtquery/
HDrtquery.c529 router.sin_port = htons(RIP_PORT); in out()