Searched refs:route_event_walktree (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.101.15/bsd/net/ |
| H A D | route_private.h | 539 extern int route_event_walktree(struct radix_node *rn, void *arg);
|
| H A D | route.c | 2093 route_event_walktree, (void *)&rt_ev); in rtrequest_common_locked() 4596 route_event_walktree(struct radix_node *rn, void *arg) in route_event_walktree() function
|
| H A D | rtsock.c | 789 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output()
|
| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | nd6.c | 1023 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1047 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1138 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 3781 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_cache_lladdr()
|
| H A D | nd6_nbr.c | 1164 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input() 1302 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input()
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | in_arp.c | 1267 route_event_walktree, (void *)&rt_ev); in arp_send_probe_notification() 2136 (void) rnh->rnh_walktree(rnh, route_event_walktree, in arp_ip_handle_input()
|