Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Droute_private.h466 extern void rt_set_gwroute(struct rtentry *, struct sockaddr *,
H A Droute.c2331 rt_set_gwroute(rt, rt_key(rt), NULL); in rtrequest_common_locked()
2439 rt_set_gwroute(rt, rt_key(rt), rt->rt_gwroute); in rtrequest_common_locked()
2782 rt_set_gwroute(rt, dst, gwrt); in rt_setgate()
2841 rt_set_gwroute(rt, dst, NULL); in rt_setgate()
2902 rt_set_gwroute(struct rtentry *rt, struct sockaddr *dst, struct rtentry *gwrt) in rt_set_gwroute() function
4238 rt_set_gwroute(rt, rt_key(rt), gwrt); in route_to_gwroute()
4357 rt_set_gwroute(rt, rt_key(rt), gwrt); in rt_revalidate_gwroute()
/xnu-10002.1.13/bsd/netinet6/
H A Dnd6.c4249 rt_set_gwroute(rt, rt_key(rt), gwrt); in nd6_output_list()