Searched refs:ip6_maxifdefrouters (Results 1 – 3 of 3) sorted by relevance
457 int ip6_maxifdefrouters = 64; /* Max acceptable default or RTI routers via RA */ variable670 maxifdefrouters, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxifdefrouters, 0, "");
473 extern int ip6_maxifdefrouters; /* Max acceptable def routers via RA */
2076 if (ip6_maxifdefrouters >= 0 && in defrtrlist_update_common()2077 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()2082 ip6_maxifdefrouters); in defrtrlist_update_common()