Searched refs:RouterMix (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Drouting_tables.h211 extern int RouterMix;
H A Dat.c506 RouterMix = (int)rt->router_mix;
508 RouterMix = RT_MIX_DEFAULT;
544 rt->router_mix = RouterMix;
H A Dsys_glue.c96 int RouterMix = RT_MIX_DEFAULT; /* default for nbr of ppsec */ variable
98 &RouterMix, 0, "Appletalk RouterMix");
H A Dddp.c1108 if (((pktsIn-pktsHome+200) >= RouterMix) && ((++pktsDropped % 5) == 0)) {

Completed in 25 milliseconds