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

Completed in 13 milliseconds