Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dradix.c398 int off = t->rn_offset, matched_off; in rn_match_args() local
480 matched_off = (int)(cp - v); in rn_match_args()
481 b += matched_off << 3; in rn_match_args()
500 } else if (rn_satisfies_leaf(v, t, matched_off, f, w)) { in rn_match_args()
523 off = min(t->rn_offset, matched_off); in rn_match_args()