Home
last modified time | relevance | path

Searched refs:rt_ev (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6.c1004 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1005 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1006 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1028 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1029 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache()
1030 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1117 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1118 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1120 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
3915 struct route_event rt_ev; in nd6_cache_lladdr() local
[all …]
H A Dnd6_nbr.c1109 struct route_event rt_ev; in nd6_na_input() local
1110 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_RESOLVED); in nd6_na_input()
1124 (void *)&rt_ev); in nd6_na_input()
1241 struct route_event rt_ev; in nd6_na_input() local
1242 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_CHANGED); in nd6_na_input()
1257 (void *)&rt_ev); in nd6_na_input()
/xnu-8019.80.24/bsd/netinet/
H A Din_arp.c1264 struct route_event rt_ev; in arp_send_probe_notification() local
1265 route_event_init(&rt_ev, route, NULL, ROUTE_LLENTRY_PROBED); in arp_send_probe_notification()
1276 route_event_walktree, (void *)&rt_ev); in arp_send_probe_notification()
2128 struct route_event rt_ev; in arp_ip_handle_input() local
2129 route_event_init(&rt_ev, route, NULL, rt_evcode); in arp_ip_handle_input()
2140 (void *)&rt_ev); in arp_ip_handle_input()
/xnu-8019.80.24/bsd/net/
H A Drtsock.c708 struct route_event rt_ev; in route_output() local
709 route_event_init(&rt_ev, rt, NULL, ROUTE_ENTRY_REFRESH); in route_output()
711 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output()
H A Droute.c2029 struct route_event rt_ev; in rtrequest_common_locked() local
2030 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_DELETED); in rtrequest_common_locked()
2033 route_event_walktree, (void *)&rt_ev); in rtrequest_common_locked()