Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c223 uint_t off = t->rn_off, vlen, matched_off; in rn_match() local
272 matched_off = cp - v; in rn_match()
273 b += matched_off << 3; in rn_match()
289 } else if (rn_satisfies_leaf(v, t, matched_off)) { in rn_match()
310 off = MIN(t->rn_off, matched_off); in rn_match()
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c323 int off = t->rn_offset, vlen = LEN(cp), matched_off; local
384 matched_off = cp - v;
385 b += matched_off << 3;
405 } else if (rn_satisfies_leaf(v, t, matched_off, rn_leaf_fn,
431 off = min(t->rn_offset, matched_off);