Searched refs:newrt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.c864 struct rtentry *rt, *newrt = NULL; local
881 newrt = rt;
890 err = rtrequest_locked(RTM_RESOLVE, dst, NULL, NULL, 0, &newrt);
898 newrt = rt;
904 * The resulted cloned route (newrt) would now have an extra
908 if ((rt = newrt) && (rt->rt_flags & RTF_XRESOLVE)) {
937 return (newrt);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c761 struct rtentry *newrt = NULL; local
795 RTF_GATEWAY, &newrt, ifscope);
797 if (newrt) {
798 RT_LOCK(newrt);
799 nd6_rtmsg(RTM_ADD, newrt); /* tell user process */
800 RT_REMREF_LOCKED(newrt);
801 RT_UNLOCK(newrt);

Completed in 30 milliseconds