Home
last modified time | relevance | path

Searched refs:rn_satisfies_leaf (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sbin/routed/
HDradix.c65 static int rn_satisfies_leaf(char *, struct radix_node *, int);
185 rn_satisfies_leaf(char *trial, in rn_satisfies_leaf() function
287 } else if (rn_satisfies_leaf(v, t, matched_off)) { in rn_match()
312 if (x && rn_satisfies_leaf(v, x, off)) in rn_match()
/NextBSD/sys/net/
HDradix.c87 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf,
259 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip) in rn_satisfies_leaf() function
348 } else if (rn_satisfies_leaf(v, t, matched_off)) in rn_match()
371 if (x && rn_satisfies_leaf(v, x, off)) in rn_match()