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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c383 int ip6_maxifdefrouters = 16; /* Max acceptable def routers via RA */ variable
528 maxifdefrouters, CTLFLAG_RW, &ip6_maxifdefrouters, 0, "");
H A Dip6_var.h271 extern int ip6_maxifdefrouters; /* Max acceptable def routers via RA */
H A Dnd6_rtr.c794 if (ip6_maxifdefrouters >= 0 &&
795 ndi->ndefrouters >= ip6_maxifdefrouters) {

Completed in 30 milliseconds