Searched refs:rt_set_gwroute (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | route_private.h | 448 extern void rt_set_gwroute(struct rtentry *, struct sockaddr *,
|
| H A D | route.c | 2344 rt_set_gwroute(rt, rt_key(rt), NULL); in rtrequest_common_locked() 2457 rt_set_gwroute(rt, rt_key(rt), rt->rt_gwroute); in rtrequest_common_locked() 2800 rt_set_gwroute(rt, dst, gwrt); in rt_setgate() 2859 rt_set_gwroute(rt, dst, NULL); in rt_setgate() 2920 rt_set_gwroute(struct rtentry *rt, struct sockaddr *dst, struct rtentry *gwrt) in rt_set_gwroute() function 4214 rt_set_gwroute(rt, rt_key(rt), gwrt); in route_to_gwroute() 4333 rt_set_gwroute(rt, rt_key(rt), gwrt); in rt_revalidate_gwroute()
|
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | nd6.c | 4250 rt_set_gwroute(rt, rt_key(rt), gwrt); in nd6_output_list()
|