Searched refs:matched_off (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/routed/ |
H A D | radix.c | 202 int off = t->rn_off, vlen = *(u_char *)cp, matched_off; in rn_match() local 259 matched_off = cp - v; in rn_match() 260 b += matched_off << 3; in rn_match() 276 } else if (rn_satisfies_leaf(v, t, matched_off)) { in rn_match() 297 off = min(t->rn_off, matched_off); in rn_match()
|
/freebsd/sys/net/ |
H A D | radix.c | 278 int off = t->rn_offset, vlen = LEN(cp), matched_off; in rn_match() local 322 matched_off = cp - v; in rn_match() 323 b += matched_off << 3; in rn_match() 339 } else if (rn_satisfies_leaf(v, t, matched_off)) in rn_match() 358 off = min(t->rn_offset, matched_off); in rn_match()
|