Lines Matching refs:rt_ev
1021 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1022 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1023 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1045 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1046 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_STALE); in nd6_service_neighbor_cache()
1047 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
1135 struct route_event rt_ev; in nd6_service_neighbor_cache() local
1136 route_event_init(&rt_ev, rt, NULL, ROUTE_LLENTRY_UNREACH); in nd6_service_neighbor_cache()
1138 route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache()
3767 struct route_event rt_ev; in nd6_cache_lladdr() local
3768 route_event_init(&rt_ev, rt, NULL, llchange ? ROUTE_LLENTRY_CHANGED : in nd6_cache_lladdr()
3782 (void *)&rt_ev); in nd6_cache_lladdr()