Searched refs:rt_ev (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | nd6.c | 1014 struct route_event rt_ev; in nd6_service_neighbor_cache() local 1015 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache() 1016 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1038 struct route_event rt_ev; in nd6_service_neighbor_cache() local 1039 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache() 1040 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1128 struct route_event rt_ev; in nd6_service_neighbor_cache() local 1129 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache() 1131 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 3984 struct route_event rt_ev; in nd6_cache_lladdr() local [all …]
|
| H A D | nd6_nbr.c | 1118 struct route_event rt_ev; in nd6_na_input() local 1119 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_RESOLVED); in nd6_na_input() 1134 (void *)&rt_ev); in nd6_na_input() 1253 struct route_event rt_ev; in nd6_na_input() local 1254 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_CHANGED); in nd6_na_input() 1271 (void *)&rt_ev); in nd6_na_input()
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | in_arp.c | 1265 struct route_event rt_ev; in arp_send_probe_notification() local 1266 route_event_init(&rt_ev, route, NULL, ROUTE_LLENTRY_PROBED); in arp_send_probe_notification() 1277 route_event_walktree, (void *)&rt_ev); in arp_send_probe_notification() 2130 struct route_event rt_ev; in arp_ip_handle_input() local 2131 route_event_init(&rt_ev, route, NULL, rt_evcode); in arp_ip_handle_input() 2142 (void *)&rt_ev); in arp_ip_handle_input()
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | rtsock.c | 726 struct route_event rt_ev; in route_output() local 727 route_event_init(&rt_ev, rt, NULL, ROUTE_ENTRY_REFRESH); in route_output() 729 (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()
|