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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c415 int ip6_maxifdefrouters = 16; /* Max acceptable def routers via RA */ variable
575 maxifdefrouters, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxifdefrouters, 0, "");
H A Dip6_var.h410 extern int ip6_maxifdefrouters; /* Max acceptable def routers via RA */
H A Dnd6_rtr.c1806 if (ip6_maxifdefrouters >= 0 &&
1807 ndi->ndefrouters >= ip6_maxifdefrouters) {

Completed in 12 milliseconds