OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rn_lookup
(Results
1 - 6
of
6
) sorted by relevancy
/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
874
rnh->rnh_lookup =
rn_lookup
;
/src/sys/net/
radix.h
155
*
rn_lookup
(const void *, const void *, struct radix_node_head *),
radix.c
193
rn_lookup
(
function
1099
rnh->rnh_lookup =
rn_lookup
;
/src/sys/netatalk/
at_rmx.c
122
rn =
rn_lookup
(v_arg, m_arg, head);
/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 30 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026