Home
last modified time | relevance | path

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

/illumos-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;
434 x = x->rn_dupedkey;
759 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey;
760 t->rn_dupedkey = tt;
763 if (tt->rn_dupedkey)
988 p = p->rn_dupedkey;
990 p->rn_dupedkey = tt->rn_dupedkey;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c183 x = x->rn_dupedkey; in rn_lookup()
259 if (t->rn_dupedkey) { in rn_match()
260 t = t->rn_dupedkey; in rn_match()
279 t = t->rn_dupedkey; in rn_match()
280 for (; t; t = t->rn_dupedkey) { in rn_match()
314 x = x->rn_dupedkey; in rn_match()
610 (tt = treenodes)->rn_dupedkey = t->rn_dupedkey; in rn_addroute()
611 t->rn_dupedkey = tt; in rn_addroute()
815 p = p->rn_dupedkey; in rn_delete()
817 p->rn_dupedkey = tt->rn_dupedkey; in rn_delete()
[all …]
H A Dradix.h81 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h82 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h87 #define rn_dupedkey rn_u.rn_leaf.rn_Dupedkey macro