HomeSort by: relevance | last modified time | path
    Searched refs:rn_lookup (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net/
radix.h 155 *rn_lookup(const void *, const void *, struct radix_node_head *),
radix.c 193 rn_lookup( function in typeref:struct:radix_node *
1099 rnh->rnh_lookup = rn_lookup;
  /src/sys/netatalk/
at_rmx.c 122 rn = rn_lookup(v_arg, m_arg, head);
  /src/sbin/routed/
radix.h 163 struct radix_node *rn_lookup(void *, void *, struct radix_node_head *);
radix.c 166 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) function in typeref:struct:radix_node *
874 rnh->rnh_lookup = rn_lookup;
  /src/sys/dist/pf/net/
pf_table.c 819 s = splsoftnet(); /* rn_lookup makes use of globals */
820 ke = (struct pfr_kentry *)rn_lookup(&sa, &mask, head);

Completed in 15 milliseconds