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_inithead
(Results
1 - 9
of
9
) sorted by relevancy
/src/sbin/routed/
radix.h
145
int
rn_inithead
(void **, int);
radix.c
853
rn_inithead
(void **head, int off)
function
859
rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "
rn_inithead
");
894
if (
rn_inithead
((void *)&mask_rnhead, 0) == 0)
table.c
1652
rn_inithead
((void*)&rhead, 32);
/src/sys/net/
radix.h
135
int
rn_inithead
(void **, int);
radix.c
1066
rn_inithead
(void **head, int off)
function
1137
if (
rn_inithead
((void *)&mask_rnhead, 0) == 0)
1141
if (!
rn_inithead
(di->head, di->off))
1142
panic("delayed
rn_inithead
failed");
if_wg.c
4164
rn_inithead
((void **)&wg->wg_rtable_ipv4,
4171
rn_inithead
((void **)&wg->wg_rtable_ipv6,
/src/sys/netatalk/
at_rmx.c
153
if (!
rn_inithead
(head, off))
/src/sys/nfs/
nfs_export.c
562
rn_inithead
((void **)&nep->ne_rtable[i],
/src/sys/dist/pf/net/
pf_table.c
1937
if (!
rn_inithead
(&h4, offsetof(struct sockaddr_in, sin_addr) * 8))
1940
if (!
rn_inithead
(&h6, offsetof(struct sockaddr_in6, sin6_addr) * 8)) {
Completed in 28 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026