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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c115 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip,
150 * a key satisfies a normal route, and also in remembering the unique leaf
240 * leaf's key when compared under the leaf's mask. In other words,
241 * returns true when 'trial' matches leaf. If a leaf-matching
246 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip, argument
249 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
262 return (RN_MATCHF(leaf,
[all...]

Completed in 21 milliseconds