Home
last modified time | relevance | path

Searched refs:MAXREACHABLETIME (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Drtadvd.h97 #define MAXREACHABLETIME 3600000 macro
H A Dconfig.c474 if (val < 0 || val > MAXREACHABLETIME) { in getconfig()
478 __func__, val, ifi->ifi_ifname, MAXREACHABLETIME); in getconfig()