Searched refs:matched_off (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/net/patricia/ |
H A D | radix.c | 323 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);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 225 uint_t off = t->rn_off, vlen, matched_off; local 274 matched_off = cp - v; 275 b += matched_off << 3; 291 } else if (rn_satisfies_leaf(v, t, matched_off)) { 312 off = MIN(t->rn_off, matched_off);
|
Completed in 60 milliseconds