Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6_proto.c456 int ip6_maxifdefrouters = 64; /* Max acceptable default or RTI routers via RA */ variable
671 maxifdefrouters, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxifdefrouters, 0, "");
H A Dip6_var.h472 extern int ip6_maxifdefrouters; /* Max acceptable def routers via RA */
H A Dnd6_rtr.c2053 if (ip6_maxifdefrouters >= 0 && in defrtrlist_update_common()
2054 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()
2059 ip6_maxifdefrouters); in defrtrlist_update_common()