Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dradix.c407 uint8_t test_byte = rnarg_get(v, vlen0, t->rn_offset); in rn_match_args() local
408 if (t->rn_bmask & test_byte) { in rn_match_args()
582 uint8_t test_byte; in rn_insert() local
609 test_byte = rnarg_get(v, vlen, x->rn_offset); in rn_insert()
610 if (x->rn_bmask & test_byte) { in rn_insert()
624 test_byte = rnarg_get(v, vlen, p->rn_offset); in rn_insert()
625 if ((p->rn_bmask & test_byte) == 0) { in rn_insert()
632 test_byte = rnarg_get(v, vlen, t->rn_offset); in rn_insert()
633 if ((t->rn_bmask & test_byte) == 0) { in rn_insert()
1225 uint8_t test_byte; in rn_walktree_from() local
[all …]