Home
last modified time | relevance | path

Searched refs:route_ev_code (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Droute_private.h488 struct rtentry *gwrt, int route_ev_code);
H A Droute.c4429 struct rtentry *gwrt, int route_ev_code) in route_event_init() argument
4436 p_route_ev->route_event_code = route_ev_code; in route_event_init()
4452 int route_ev_code = p_ev->rt_ev_arg.route_event_code; in route_event_callback() local
4454 if (route_ev_code == ROUTE_EVHDLR_DEREGISTER) { in route_event_callback()
4464 route_ev_code, SA(&p_ev->rt_ev_arg.rtev_ipaddr), in route_event_callback()
/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.c3970 int route_ev_code = 0; in nd6_cache_lladdr() local
3973 route_ev_code = ROUTE_LLENTRY_CHANGED; in nd6_cache_lladdr()
3975 route_ev_code = ROUTE_LLENTRY_RESOLVED; in nd6_cache_lladdr()
3979 route_event_enqueue_nwk_wq_entry(rt, NULL, route_ev_code, NULL, TRUE); in nd6_cache_lladdr()