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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c381 int ip6_neighborgcthresh = 2048; /* Threshold # of NDP entries for GC */ variable
524 neighborgcthresh, CTLFLAG_RW, &ip6_neighborgcthresh, 0, "");
H A Dip6_var.h269 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */
H A Dnd6.c454 if ((ip6_neighborgcthresh >= 0 &&
455 nd6_inuse >= ip6_neighborgcthresh) &&

Completed in 33 milliseconds