Searched refs:rt_ev (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6.c | 1015 struct route_event rt_ev; in nd6_service_neighbor_cache() local 1016 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache() 1017 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1039 struct route_event rt_ev; in nd6_service_neighbor_cache() local 1040 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache() 1041 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1129 struct route_event rt_ev; in nd6_service_neighbor_cache() local 1130 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache() 1132 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 3975 struct route_event rt_ev; in nd6_cache_lladdr() local [all …]
|
| H A D | nd6_nbr.c | 1114 struct route_event rt_ev; in nd6_na_input() local 1115 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_RESOLVED); in nd6_na_input() 1130 (void *)&rt_ev); in nd6_na_input() 1249 struct route_event rt_ev; in nd6_na_input() local 1250 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_CHANGED); in nd6_na_input() 1267 (void *)&rt_ev); in nd6_na_input()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in_arp.c | 1266 struct route_event rt_ev; in arp_send_probe_notification() local 1267 route_event_init(&rt_ev, route, NULL, ROUTE_LLENTRY_PROBED); in arp_send_probe_notification() 1278 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-8792.41.9/bsd/net/ |
| H A D | rtsock.c | 705 struct route_event rt_ev; in route_output() local 706 route_event_init(&rt_ev, rt, NULL, ROUTE_ENTRY_REFRESH); in route_output() 708 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output()
|
| H A D | route.c | 2022 struct route_event rt_ev; in rtrequest_common_locked() local 2023 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_DELETED); in rtrequest_common_locked() 2026 route_event_walktree, (void *)&rt_ev); in rtrequest_common_locked()
|