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

/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c117 static void rt_setif(struct rtentry *, struct sockaddr *, struct sockaddr *,
499 * the route with rt_setif. It would be much better
524 rt_setif(saved_nrt, info.rti_info[RTAX_IFP], info.rti_info[RTAX_IFA], info.rti_info[RTAX_GATEWAY],
648 * On Darwin, we call rt_setif which contains the
652 rt_setif(rt, info.rti_info[RTAX_IFP], info.rti_info[RTAX_IFA], info.rti_info[RTAX_GATEWAY],
659 /* rt_setif, called above does this for us on darwin */
825 rt_setif(struct rtentry *rt, struct sockaddr *Ifpaddr, struct sockaddr *Ifaaddr, function

Completed in 12 milliseconds