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

/freebsd-13-stable/sbin/routed/
H A Dradix.c209 int off = t->rn_off, vlen = *(u_char *)cp, matched_off; local
266 matched_off = cp - v;
267 b += matched_off << 3;
283 } else if (rn_satisfies_leaf(v, t, matched_off)) {
304 off = min(t->rn_off, matched_off);
/freebsd-13-stable/sys/net/
H A Dradix.c281 int off = t->rn_offset, vlen = LEN(cp), matched_off; local
325 matched_off = cp - v;
326 b += matched_off << 3;
342 } else if (rn_satisfies_leaf(v, t, matched_off))
361 off = min(t->rn_offset, matched_off);

Completed in 164 milliseconds