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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.c213 int off = t->rn_off, vlen = *(u_char *)cp, matched_off; local
270 matched_off = cp - v;
271 b += matched_off << 3;
287 } else if (rn_satisfies_leaf(v, t, matched_off)) {
308 off = min(t->rn_off, matched_off);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c250 int matched_off; local
291 matched_off = cp - v;
292 b += matched_off << 3;
308 } else if (rn_satisfies_leaf(v, t, matched_off))
328 off = min(t->rn_off, matched_off);
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix.c250 int off = t->rn_off, vlen = *(u_char *)cp, matched_off; local
293 matched_off = cp - v;
294 b += matched_off << 3;
310 } else if (rn_satisfies_leaf(v, t, matched_off))
330 off = min(t->rn_off, matched_off);

Completed in 72 milliseconds