Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/routed/
HDradix.c204 int off = t->rn_off, vlen = *(u_char *)cp, matched_off; in rn_match() local
261 matched_off = cp - v; in rn_match()
262 b += matched_off << 3; in rn_match()
278 } else if (rn_satisfies_leaf(v, t, matched_off)) { in rn_match()
299 off = min(t->rn_off, matched_off); in rn_match()
/freebsd-14-stable/sys/net/
HDradix.c280 int off = t->rn_offset, vlen = LEN(cp), matched_off; in rn_match() local
324 matched_off = cp - v; in rn_match()
325 b += matched_off << 3; in rn_match()
341 } else if (rn_satisfies_leaf(v, t, matched_off)) in rn_match()
360 off = min(t->rn_offset, matched_off); in rn_match()