Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.c1016 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1017 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1018 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1040 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1041 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache()
1042 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1130 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1131 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1133 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
3985 struct route_event rt_ev; in nd6_cache_lladdr() local
[all …]
H A Dnd6_nbr.c1119 struct route_event rt_ev; in nd6_na_input() local
1120 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_RESOLVED); in nd6_na_input()
1135 (void *)&rt_ev); in nd6_na_input()
1254 struct route_event rt_ev; in nd6_na_input() local
1255 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_CHANGED); in nd6_na_input()
1272 (void *)&rt_ev); in nd6_na_input()
/xnu-10063.141.1/bsd/netinet/
H A Din_arp.c1267 struct route_event rt_ev; in arp_send_probe_notification() local
1268 route_event_init(&rt_ev, route, NULL, ROUTE_LLENTRY_PROBED); in arp_send_probe_notification()
1279 route_event_walktree, (void *)&rt_ev); in arp_send_probe_notification()
2131 struct route_event rt_ev; in arp_ip_handle_input() local
2132 route_event_init(&rt_ev, route, NULL, rt_evcode); in arp_ip_handle_input()
2143 (void *)&rt_ev); in arp_ip_handle_input()
/xnu-10063.141.1/bsd/net/
H A Drtsock.c733 struct route_event rt_ev; in route_output() local
734 route_event_init(&rt_ev, rt, NULL, ROUTE_ENTRY_REFRESH); in route_output()
736 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output()
H A Droute.c2031 struct route_event rt_ev; in rtrequest_common_locked() local
2032 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_DELETED); in rtrequest_common_locked()
2035 route_event_walktree, (void *)&rt_ev); in rtrequest_common_locked()