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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c114 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip,
149 * a key satisfies a normal route, and also in remembering the unique leaf
239 * leaf's key when compared under the leaf's mask. In other words,
240 * returns true when 'trial' matches leaf. If a leaf-matching
245 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip, argument
248 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
261 return (RN_MATCHF(leaf,
[all...]

Completed in 19 milliseconds