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

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_rtmptable.c289 RT_entry *rt_found, *pprevious = NULL, *pnext, *pnextl, *psub; local
292 rt_found = &RT_table_start;
297 while (rt_found) {
299 if (NetStop > rt_found->NetStop) {
300 pprevious = rt_found;
301 rt_found = rt_found->right;
308 if (rt_found->NetStart)
309 LowEnd = rt_found->NetStart;
311 LowEnd = rt_found
[all...]

Completed in 19 milliseconds