Home
last modified time | relevance | path

Searched refs:rn_walktree (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h177 # define rn_walktree ipf_rn_walktree macro
203 int rn_walktree __P((struct radix_node_head *,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h146 int rn_walktree(struct radix_node_head *,
H A Dif.c819 (void) rn_walktree(rhead, walk_rewire, &wire); in ifdel()
866 (void) rn_walktree(rhead, walk_bad, ifp); in ifdel()
938 (void) rn_walktree(rhead, walk_rewire, &wire); in if_bad()
954 (void) rn_walktree(rhead, walk_bad, ifp); in if_bad()
H A Dradix.c916 rn_walktree(struct radix_node_head *h, in rn_walktree() function
974 rnh->rnh_walktree = rn_walktree; in rn_inithead()
H A Doutput.c877 (void) rn_walktree(rhead, walk_supply, NULL); in supply()
H A Dtrace.c1097 (void) rn_walktree(rhead, walk_trace, NULL); in trace_dump()
H A Dtable.c2096 (void) rn_walktree(rhead, walk_kern, NULL); in fix_kern()
2849 (void) rn_walktree(rhead, walk_age, &bad_gate); in age()
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c70 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
1090 rn_walktree(h, f, w) in rn_walktree() function
1217 rnh->rnh_walktree = rn_walktree;
1268 (void) rn_walktree(rnh, rn_freenode, rnh);