Home
last modified time | relevance | path

Searched refs:RIP6_PORT (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/route6d/
H A Droute6d.h79 #define RIP6_PORT 521 macro
H A Droute6d.c613 snprintf(port, sizeof(port), "%u", RIP6_PORT); in init()
1210 if (ntohs(fsock.sin6_port) != RIP6_PORT) { in riprecv()
/freebsd/usr.sbin/rip6query/
H A Drip6query.c107 snprintf(pbuf, sizeof(pbuf), "%d", RIP6_PORT); in main()