HomeSort by: relevance | last modified time | path
    Searched defs:rn_satisfies_leaf (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
radix.c 69 static int rn_satisfies_leaf(char *, struct radix_node *, int);
185 rn_satisfies_leaf(char *trial, function in typeref:typename:int
287 } else if (rn_satisfies_leaf(v, t, matched_off)) {
312 if (x && rn_satisfies_leaf(v, x, off))
  /src/sys/net/
radix.c 73 static int rn_satisfies_leaf(const char *, struct radix_node *, int);
215 rn_satisfies_leaf( function in typeref:typename:int
310 } else if (rn_satisfies_leaf(v, t, matched_off))
334 if (x && rn_satisfies_leaf(v, x, off))

Completed in 12 milliseconds