Searched refs:rtq_toomany (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c231 static int rtq_toomany = 128; variable
234 &rtq_toomany , 0, "Upper limit on dynamically learned routes");
394 if((arg.found - arg.killed > rtq_toomany)
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c284 static int rtq_toomany = 128; variable
287 CTLFLAG_RW, &rtq_toomany , 0, "");
421 if ((arg.found - arg.killed > rtq_toomany)

Completed in 19 milliseconds