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

/freebsd-9.3-release/sys/net/
H A Droute.c837 if (info->rti_ifp == NULL && ifpaddr != NULL &&
840 info->rti_ifp = ifa->ifa_ifp;
850 if (sa != NULL && info->rti_ifp != NULL)
851 info->rti_ifa = ifaof_ifpforaddr(sa, info->rti_ifp);
860 if (info->rti_ifp == NULL)
861 info->rti_ifp = ifa->ifa_ifp;
897 info.rti_ifp = rt->rt_ifp;
H A Droute.h290 struct ifnet *rti_ifp; member in struct:rt_addrinfo
H A Drtsock.c881 rt->rt_ifp = info.rti_ifp;
H A Dif.c1478 info.rti_ifp = V_loif;
/freebsd-9.3-release/sys/netinet/
H A Din_var.h187 struct ifnet *rti_ifp; member in struct:router_info

Completed in 164 milliseconds