Home
last modified time | relevance | path

Searched refs:rn_dupedkey (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/net/
Dradix.c209 x = x->rn_dupedkey; in rn_lookup()
286 if ((t->rn_flags & RNF_ROOT) && t->rn_dupedkey) in rn_match()
287 t = t->rn_dupedkey; in rn_match()
300 t = t->rn_dupedkey; in rn_match()
301 for (; t; t = t->rn_dupedkey) in rn_match()
333 x = x->rn_dupedkey; in rn_match()
379 for (dup = rn; dup != NULL; dup = dup->rn_dupedkey) { in rn_treeprint()
629 for (t = tt; tt != NULL; t = tt, tt = tt->rn_dupedkey) { in rn_addroute()
655 (tt = treenodes)->rn_dupedkey = t; in rn_addroute()
666 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey; in rn_addroute()
[all …]
Dradix.h69 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/netbsd/src/sbin/routed/
Dradix.c179 x = x->rn_dupedkey; in rn_lookup()
257 if (t->rn_dupedkey) { in rn_match()
258 t = t->rn_dupedkey; in rn_match()
277 t = t->rn_dupedkey; in rn_match()
278 for (; t; t = t->rn_dupedkey) { in rn_match()
311 x = x->rn_dupedkey; in rn_match()
552 for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) { in rn_addroute()
575 (tt = treenodes)->rn_dupedkey = t; in rn_addroute()
581 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey; in rn_addroute()
582 t->rn_dupedkey = tt; in rn_addroute()
[all …]
Dradix.h76 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/netbsd/src/usr.bin/netstat/
Droute.c155 rnode.rn_dupedkey ? " =>\n" : "\n"); in p_tree()
167 if ((rn = rnode.rn_dupedkey) != NULL) in p_tree()
289 rt->rt_nodes[0].rn_dupedkey ? " =>" : ""); in p_krtentry()
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c380 rn = rn->rn_dupedkey; in bootpboot_p_tree()