/src/sbin/routed/ |
radix.c | 106 rn_search(void *v_arg, function in typeref:struct:radix_node * 217 * Open code rn_search(v, top) to avoid overhead of extra 352 struct radix_node *t = rn_search(v_arg, top); 446 x = rn_search(addmask_key, rn_masktop); 676 tt = rn_search(v, x);
|
radix.c | 106 rn_search(void *v_arg, function in typeref:struct:radix_node * 217 * Open code rn_search(v, top) to avoid overhead of extra 352 struct radix_node *t = rn_search(v_arg, top); 446 x = rn_search(addmask_key, rn_masktop); 676 tt = rn_search(v, x);
|
/src/sys/net/ |
radix.c | 126 rn_search( function in typeref:struct:radix_node * 256 * Open code rn_search(v, top) to avoid overhead of extra 418 struct radix_node *t = rn_search(v_arg, top); 517 x = rn_search(addmask_key, rn_masktop); 769 tt = rn_search(v, x);
|
radix.c | 126 rn_search( function in typeref:struct:radix_node * 256 * Open code rn_search(v, top) to avoid overhead of extra 418 struct radix_node *t = rn_search(v_arg, top); 517 x = rn_search(addmask_key, rn_masktop); 769 tt = rn_search(v, x);
|