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

/darwin-on-arm/xnu/bsd/net/
H A Droute.h496 extern int rt_setgate(struct rtentry *, struct sockaddr *, struct sockaddr *);
H A Droute.c160 * When rnh_lock is held rt_setgate(), rt_setif(), and rtsetifa() are
1099 * The key is separately alloc'd so free it (see rt_setgate()).
1342 error = rt_setgate(rt, rt_key(rt), gateway);
1883 if ((error = rt_setgate(rt, dst, gateway)) != 0) {
2036 * We repeat the same procedures from rt_setgate() here
2112 * rt_setgate() on this route.
2123 * This routine is called from rt_setgate() to do the analogous thing for
2202 * prevents another thread from calling rt_setgate() on this route.
2228 rt_setgate(struct rtentry *rt, struct sockaddr *dst, struct sockaddr *gate) function
2288 * from calling rt_setgate() o
[all...]
H A Drtsock.c630 if (info.rti_info[RTAX_GATEWAY] && (error = rt_setgate(rt,
882 * rt_setgate() on this route. We cannot hold the
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c517 * rt_setgate() on this route.
614 if (rt_setgate(rt, rt_key(rt),
866 * rt_gateway via rt_setgate() after rt_lock is
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c1624 * via rt_setgate() after the rt_lock is dropped by marking
1863 if (rt_setgate(rt, rt_key(rt),

Completed in 40 milliseconds