Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c119 if (x->rn_bmask & v[x->rn_off]) in rn_search()
134 if (x->rn_bmask & m[x->rn_off] & v[x->rn_off]) in rn_search_m()
223 uint_t off = t->rn_off, vlen, matched_off; in rn_match()
233 if (t->rn_bmask & cp[t->rn_off]) in rn_match()
310 off = MIN(t->rn_off, matched_off); in rn_match()
340 t->rn_off = b >> 3; in rn_newpair()
361 uint_t head_off = top->rn_off, vlen; in rn_insert()
395 if (cp[x->rn_off] & x->rn_bmask) in rn_insert()
408 if (!(cp[p->rn_off] & p->rn_bmask)) in rn_insert()
414 if (!(cp[t->rn_off] & t->rn_bmask)) { in rn_insert()
[all …]
H A Dradix.h84 #define rn_off rn_u.rn_node.rn_Off macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h90 #define rn_off rn_u.rn_node.rn_Off macro