Home
last modified time | relevance | path

Searched refs:rt_setgate (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/net/ !
H A Droute.h594 extern int rt_setgate(struct rtentry *, struct sockaddr *, struct sockaddr *);
H A Droute.c1561 error = rt_setgate(rt, rt_key(rt), gateway); in rtredirect()
2259 if ((error = rt_setgate(rt, dst, gateway)) != 0) { in rtrequest_common_locked()
2631 rt_setgate(struct rtentry *rt, struct sockaddr *dst, struct sockaddr *gate) in rt_setgate() function
H A Drtsock.c660 (error = rt_setgate(rt, rt_key(rt), in route_output()
/xnu-8019.80.24/bsd/netinet/ !
H A Din_arp.c934 if (rt_setgate(rt, rt_key(rt), SA(&null_sdl)) == 0) { in arp_rtrequest()
/xnu-8019.80.24/bsd/netinet6/ !
H A Dnd6.c2745 if (rt_setgate(rt, rt_key(rt), SA(&null_sdl)) == 0) { in nd6_rtrequest()