Home
last modified time | relevance | path

Searched refs:ifa_ifwithroute (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Droute.c269 ifa_ifwithroute(int flags, const struct sockaddr *dst, in ifa_ifwithroute() function
408 ifa = ifa_ifwithroute(RTF_GATEWAY, gw, gw, fibnum); in rt_getifa_family()
497 info->rti_ifa = ifa_ifwithroute(flags, dst, gateway, in rt_getifa_fib()
500 info->rti_ifa = ifa_ifwithroute(flags, sa, sa, in rt_getifa_fib()
H A Dif_var.h553 struct ifaddr *ifa_ifwithroute(int, const struct sockaddr *,
/freebsd/sys/netlink/route/
H A Drt.c741 struct ifaddr *ifa = ifa_ifwithroute(flags, dst, &nh->gw_sa, fibnum); in finalize_nhop()