Home
last modified time | relevance | path

Searched refs:rn_off (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c121 if (x->rn_bmask & v[x->rn_off]) in rn_search()
136 if (x->rn_bmask & m[x->rn_off] & v[x->rn_off]) in rn_search_m()
175 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == in rn_lookup()
225 uint_t off = t->rn_off, vlen, matched_off; in rn_match()
235 if (t->rn_bmask & cp[t->rn_off]) in rn_match()
312 off = MIN(t->rn_off, matched_off); in rn_match()
342 t->rn_off = b >> 3; in rn_newpair()
363 uint_t head_off = top->rn_off, vlen; in rn_insert()
397 if (cp[x->rn_off] & x->rn_bmask) in rn_insert()
410 if (!(cp[p->rn_off] & p->rn_bmask)) in rn_insert()
[all …]
H A Dradix.h86 #define rn_off rn_u.rn_node.rn_Off macro
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h92 #define rn_off rn_u.rn_node.rn_Off macro