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

/opensolaris-onvv-gate/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;
470 * t->rn_parent, r->rn_right, tt->rn_mask, tt->rn_dupedkey
720 for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) {
749 (tt = treenodes)->rn_dupedkey = t;
759 (tt = treenodes)->rn_dupedkey
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c185 x = x->rn_dupedkey;
261 if (t->rn_dupedkey) {
262 t = t->rn_dupedkey;
281 t = t->rn_dupedkey;
282 for (; t; t = t->rn_dupedkey) {
316 x = x->rn_dupedkey;
576 for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) {
602 (tt = treenodes)->rn_dupedkey = t;
612 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey;
[all...]
H A Dradix.h83 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dradix.h84 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h89 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro

Completed in 59 milliseconds