Searched refs:ifa_ifwithroute (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | route.c | 269 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 D | if_var.h | 553 struct ifaddr *ifa_ifwithroute(int, const struct sockaddr *,
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 741 struct ifaddr *ifa = ifa_ifwithroute(flags, dst, &nh->gw_sa, fibnum); in finalize_nhop()
|