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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c219 static int rtq_reallyold = 60*60; variable
222 &rtq_reallyold , 0,
278 * if route caching is disabled (rtq_reallyold set to 0).
281 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) {
298 rt->rt_rmx.rmx_expire = timenow.tv_sec + rtq_reallyold;
314 * nothing has a timeout longer than the current value of rtq_reallyold.
346 > rtq_reallyold)) {
348 + rtq_reallyold;
396 && rtq_reallyold > rtq_minreallyold) {
397 rtq_reallyold
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c274 static int rtq_reallyold = 60*60; variable
277 CTLFLAG_RW, &rtq_reallyold , 0, "");
310 * if route caching is disabled (rtq_reallyold set to 0).
313 if ((rt->rt_flags & RTF_DELCLONE) || rtq_reallyold == 0) {
330 rt->rt_rmx.rmx_expire = timenow.tv_sec + rtq_reallyold;
347 * nothing has a timeout longer than the current value of rtq_reallyold.
379 > rtq_reallyold)) {
381 + rtq_reallyold;
423 && rtq_reallyold > rtq_minreallyold) {
424 rtq_reallyold
[all...]

Completed in 29 milliseconds