Searched refs:nh_ifa (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop_ctl.c298 nh->nh_ifa = info->rti_ifa;
438 nh->nh_ifa = info->rti_ifa;
474 nh->nh_ifa = nh_orig->nh_ifa;
543 ifa_ref(nh->nh_ifa);
595 print_nhop_sa(src_buf, sizeof(src_buf), nh->nh_ifa->ifa_addr);
600 if_name(nh->nh_ifp), addr_buf, nh->nh_ifa, src_buf, nh->nh_aifp,
615 ifa_free(nh->nh_ifa);
852 src_sa = nh->nh_ifa->ifa_addr;
857 nh->nh_ifa
[all...]
H A Dnhop.h93 * nh_ifa: interface address to use. Guaranteed to be non-NULL.
136 struct ifaddr *nh_ifa; /* interface address to use. Always != NULL */ member in struct:nhop_object
H A Droute_ddb.c147 rt_dumpaddr_ddb("ifa", nh->nh_ifa->ifa_addr);
H A Droute_ctl.c938 !sa_equal(info->rti_info[RTAX_IFA], nh_orig->nh_ifa->ifa_addr))) {
/freebsd-13-stable/sys/netinet/
H A Din_rmx.c161 if (nh->nh_ifa != ap->ifa)
H A Dsctp_os_bsd.h206 #define SCTP_ROUTE_IS_REAL_LOOP(ro) ((ro)->ro_nh && (ro)->ro_nh->nh_ifa && (ro)->ro_nh->nh_ifa->ifa_ifp && (ro)->ro_nh->nh_ifa->ifa_ifp->if_type == IFT_LOOP)
H A Dip_options.c262 memcpy(cp + off, &(IA_SIN(nh->nh_ifa)->sin_addr),
305 memcpy(cp + off, &(IA_SIN(nh->nh_ifa)->sin_addr),
H A Dip_fastfwd.c141 struct in_ifaddr *nh_ia = (struct in_ifaddr *)(nh->nh_ifa);
H A Dip_icmp.c858 t = IA_SIN(ifatoia(nh->nh_ifa))->sin_addr;
973 if (nh->nh_ifa != ifa && ifa->ifa_addr->sa_family != AF_LINK)
H A Dip_input.c988 ia = ifatoia(ro.ro_nh->nh_ifa);
1056 struct in_ifaddr *nh_ia = (struct in_ifaddr *)(nh->nh_ifa);
H A Dip_output.c496 ia = ifatoia(ro->ro_nh->nh_ifa);
543 ia = ifatoia(nh->nh_ifa);
H A Din_pcb.c1245 ia = (struct in_ifaddr *)nh->nh_ifa;
1252 sin = (struct sockaddr_in *)nh->nh_ifa->ifa_addr;
1254 ia = (struct in_ifaddr *)nh->nh_ifa;
H A Din.c713 if (nh->nh_ifa == (struct ifaddr *)arg)
/freebsd-13-stable/sys/net/
H A Drtsock.c478 if (prison_if(cred, nh->nh_ifa->ifa_addr) == 0) {
479 info->rti_info[RTAX_IFA] = nh->nh_ifa->ifa_addr;
513 ia = ((struct sockaddr_in *)nh->nh_ifa->ifa_addr)->
556 ia6 = ((struct sockaddr_in6 *)nh->nh_ifa->ifa_addr)->
804 rt_maskedcopy(nh->nh_ifa->ifa_addr,
806 nh->nh_ifa->ifa_netmask);
967 nh->nh_ifa->ifa_dstaddr;
2254 info.rti_info[RTAX_IFA] = nh->nh_ifa->ifa_addr;
2256 info.rti_info[RTAX_BRD] = nh->nh_ifa->ifa_dstaddr;
H A Droute.c308 ifa = nh->nh_ifa;
399 info->rti_ifa = nh->nh_ifa;
H A Ddebugnet.c684 MPASS(nh->nh_ifa->ifa_addr->sa_family == AF_INET);
685 local_sin = (struct sockaddr_in *)nh->nh_ifa->ifa_addr;
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c370 saddr = nh->nh_ifa->ifa_addr;
561 saddr = nh->nh_ifa->ifa_addr;
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c637 dst->sin6_addr = ifatoia6(nh->nh_ifa)->ia_addr.sin6_addr;
787 dst->sin_addr = IA_SIN(nh->nh_ifa)->sin_addr;
/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c737 ia = (struct in6_ifaddr *)(nh->nh_ifa);
786 ia = ifatoia6(nh->nh_ifa);
H A Dicmp6.c2278 nh_addr = ifatoia6(nh->nh_ifa)->ia_addr.sin6_addr;
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1015 addr = IA_SIN(ifatoia(nh->nh_ifa))->sin_addr;

Completed in 148 milliseconds