Home
last modified time | relevance | path

Searched refs:rn_bmask (Results 1 – 5 of 5) 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()
235 if (t->rn_bmask & cp[t->rn_off]) in rn_match()
340 t->rn_bmask = 0x80 >> (b & 7); in rn_newpair()
397 if (cp[x->rn_off] & x->rn_bmask) in rn_insert()
410 if (!(cp[p->rn_off] & p->rn_bmask)) in rn_insert()
416 if (!(cp[t->rn_off] & t->rn_bmask)) { in rn_insert()
H A Dradix.h59 uint8_t rn_bmask; /* node: mask for bit test */ member
/titanic_41/usr/src/common/net/patricia/
H A Dradix.c184 if (x->rn_bmask & v[x->rn_offset])
204 if ((x->rn_bmask & m[x->rn_offset]) &&
205 (x->rn_bmask & v[x->rn_offset]))
331 if (t->rn_bmask & cp[t->rn_offset])
465 t->rn_bmask = 0x80 >> (b & 7);
526 if (cp[x->rn_offset] & x->rn_bmask)
543 if ((cp[p->rn_offset] & p->rn_bmask) == 0)
549 if ((cp[t->rn_offset] & t->rn_bmask) == 0) {
/titanic_41/usr/src/uts/common/net/
H A Dradix.h64 char rn_bmask; /* node: mask for bit test */ member
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h65 char rn_bmask; /* node: mask for bit test*/ member