ifa_ifwithroute
struct ifaddr *ifa_ifwithroute(int, struct sockaddr *, struct sockaddr *);
rtinfo->rti_ifa = ifa_ifwithroute(flags, dst, gateway);
rtinfo->rti_ifa = ifa_ifwithroute(flags, sa, sa);