Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/patricia/
H A Dradix.c263 x = x->rn_dupedkey;
361 t = t->rn_dupedkey;
370 if (t->rn_dupedkey == NULL &&
392 t = t->rn_dupedkey;
393 for (; t != NULL; t = t->rn_dupedkey) {
434 x = x->rn_dupedkey;
720 for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) {
749 (tt = treenodes)->rn_dupedkey = t;
759 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey;
760 t->rn_dupedkey = tt;
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c185 x = x->rn_dupedkey; in rn_lookup()
261 if (t->rn_dupedkey) { in rn_match()
262 t = t->rn_dupedkey; in rn_match()
281 t = t->rn_dupedkey; in rn_match()
282 for (; t; t = t->rn_dupedkey) { in rn_match()
316 x = x->rn_dupedkey; in rn_match()
576 for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) { in rn_addroute()
602 (tt = treenodes)->rn_dupedkey = t; in rn_addroute()
612 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey; in rn_addroute()
613 t->rn_dupedkey = tt; in rn_addroute()
[all …]
H A Dradix.h83 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/titanic_50/usr/src/uts/common/net/
H A Dradix.h84 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h89 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro