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

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h180 # define rn_satisfies_leaf ipf_rn_satisfies_leaf macro
H A Dradix.c100 static int rn_satisfies_leaf(char *, struct radix_node *, int);
223 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip) function
310 } else if (rn_satisfies_leaf(v, t, matched_off))
334 if (x && rn_satisfies_leaf(v, x, off))
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.c69 static int rn_satisfies_leaf(char *, struct radix_node *, int);
185 rn_satisfies_leaf(char *trial, function
287 } else if (rn_satisfies_leaf(v, t, matched_off)) {
312 if (x && rn_satisfies_leaf(v, x, off))
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c71 static int rn_satisfies_leaf(const char *, struct radix_node *, int);
213 rn_satisfies_leaf( function
308 } else if (rn_satisfies_leaf(v, t, matched_off))
332 if (x && rn_satisfies_leaf(v, x, off))

Completed in 72 milliseconds