Home
last modified time | relevance | path

Searched refs:rn_right (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/net/ !
H A Dradix.c152 x = x->rn_right; in rn_search()
169 x = x->rn_right; in rn_search_m()
294 t = t->rn_right; in rn_match_args()
475 x = x->rn_right; in rn_insert()
491 p->rn_right = t; in rn_insert()
496 t->rn_right = x; in rn_insert()
498 t->rn_right = tt; in rn_insert()
694 x->rn_right = tt; in rn_addroute()
727 if (t->rn_right == saved_tt) { in rn_addroute()
730 x = t->rn_right; in rn_addroute()
[all …]
H A Dradix.h123 #define rn_right rn_u.rn_node.rn_R macro