Searched refs:trial (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,
239 * Returns true if address 'trial' has no bits differing from the
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;

Completed in 19 milliseconds