Searched refs:rn_satisfies_leaf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | radix.c | 104 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip, 282 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip, in rn_satisfies_leaf() function 411 } else if (rn_satisfies_leaf(v, t, matched_off, f, w)) { in rn_match_args() 439 if (x && rn_satisfies_leaf(v, x, off, f, w)) { in rn_match_args()
|