Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Droute_private.h417 extern int rt_setgate(struct rtentry *, struct sockaddr *, struct sockaddr *);
H A Droute.c1554 error = rt_setgate(rt, rt_key(rt), gateway); in rtredirect()
2252 if ((error = rt_setgate(rt, dst, gateway)) != 0) { in rtrequest_common_locked()
2624 rt_setgate(struct rtentry *rt, struct sockaddr *dst, struct sockaddr *gate) in rt_setgate() function
H A Drtsock.c657 (error = rt_setgate(rt, rt_key(rt), in route_output()
/xnu-8796.121.2/bsd/netinet/
H A Din_arp.c933 if (rt_setgate(rt, rt_key(rt), SA(&null_sdl)) == 0) { in arp_rtrequest()
/xnu-8796.121.2/bsd/netinet6/
H A Dnd6.c2808 if (rt_setgate(rt, rt_key(rt), SA(&null_sdl)) == 0) { in nd6_rtrequest()