Searched refs:rn_walktree (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 179 # define rn_walktree ipf_rn_walktree macro 205 int rn_walktree __P((struct radix_node_head *,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.h | 148 int rn_walktree(struct radix_node_head *,
|
H A D | if.c | 819 (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 D | radix.c | 918 rn_walktree(struct radix_node_head *h, in rn_walktree() function 976 rnh->rnh_walktree = rn_walktree; in rn_inithead()
|
H A D | output.c | 879 (void) rn_walktree(rhead, walk_supply, NULL); in supply()
|
H A D | trace.c | 1097 (void) rn_walktree(rhead, walk_trace, NULL); in trace_dump()
|
H A D | table.c | 2097 (void) rn_walktree(rhead, walk_kern, NULL); in fix_kern() 2850 (void) rn_walktree(rhead, walk_age, &bad_gate); in age()
|
/titanic_44/usr/src/common/net/patricia/ |
H A D | radix.c | 70 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);
|