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

/freebsd-10.1-release/sys/net/
H A Droute.c873 if (info->rti_ifp == NULL && ifpaddr != NULL &&
876 info->rti_ifp = ifa->ifa_ifp;
886 if (sa != NULL && info->rti_ifp != NULL)
887 info->rti_ifa = ifaof_ifpforaddr(sa, info->rti_ifp);
896 if (info->rti_ifp == NULL)
897 info->rti_ifp = ifa->ifa_ifp;
933 info.rti_ifp = rt->rt_ifp;
H A Droute.h263 struct ifnet *rti_ifp; member in struct:rt_addrinfo
H A Dif.c1457 info.rti_ifp = V_loif;
H A Drtsock.c907 rt->rt_ifp = info.rti_ifp;
/freebsd-10.1-release/sys/netinet/
H A Din_var.h189 struct ifnet *rti_ifp; member in struct:router_info

Completed in 102 milliseconds