Home
last modified time | relevance | path

Searched refs:ro_dst (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/net/
H A Droute.h61 struct sockaddr ro_dst; member
400 ? (ro)->ro_dst.sa_family : (dst)->sa_family)
408 rt_gen_t cookie = RT_GEN(fibnum, (ro)->ro_dst.sa_family); \
H A Dif_vxlan.c2566 sin = (struct sockaddr_in *)&ro->ro_dst; in vxlan_encap4()
2677 sin6 = (struct sockaddr_in6 *)&ro->ro_dst; in vxlan_encap6()
/freebsd/sys/netinet6/
H A Din6_src.c623 !NH_IS_VALID(ro->ro_nh) || ro->ro_dst.sin6_family != AF_INET6 || in cache_route()
624 !IN6_ARE_ADDR_EQUAL(&ro->ro_dst.sin6_addr, &dst->sin6_addr))) in cache_route()
628 ro->ro_dst = *dst; in cache_route()
H A Dip6_output.c638 dst = (struct sockaddr_in6 *)&ro->ro_dst; in ip6_output()
685 ro->ro_dst.sin6_family = AF_INET6; /* XXX KASSERT? */ in ip6_output()
691 ro->ro_dst.sin6_family != AF_INET6 || in ip6_output()
692 !IN6_ARE_ADDR_EQUAL(&ro->ro_dst.sin6_addr, &ip6->ip6_dst))) in ip6_output()
696 ro->ro_dst.sin6_family == AF_INET6 && in ip6_output()
697 IN6_ARE_ADDR_EQUAL(&ro->ro_dst.sin6_addr, &ip6->ip6_dst)) { in ip6_output()
1092 dst = (struct sockaddr_in6 *)&ro->ro_dst; in ip6_output()
1516 sa6_dst = (struct sockaddr_in6 *)&ro_pmtu->ro_dst; in ip6_getpmtu()
H A Din6_fib.c70 CHK_STRUCT_ROUTE_COMPAT(struct route_in6, ro_dst);
H A Din6.h386 struct sockaddr_in6 ro_dst; member
/freebsd/sys/net/route/
H A Droute_var.h114 _Static_assert(__offsetof(struct route, ro_dst) == __offsetof(_ro_new, _dst_new),\
/freebsd/sys/netinet/
H A Dip_fastfwd.c455 dst = (struct sockaddr_in *)&ro.ro_dst; in ip_tryforward()
H A Dsctp_os_bsd.h398 (ro)->ro_nh = rib_lookup(fibnum, &(ro)->ro_dst, NHR_REF, 0); \
H A Dip_input.c938 sin = (struct sockaddr_in *)&ro.ro_dst; in ip_forward()
H A Dip_output.c384 dst = (struct sockaddr_in *)&ro->ro_dst; in ip_output()
H A Dsctp_output.c2782 memcpy(&sin6, &ro->ro_dst, sizeof(struct sockaddr_in6)); in sctp_select_nth_preferred_addr_from_ifn_boundall()
3303 struct sockaddr_in *to = (struct sockaddr_in *)&ro->ro_dst; in sctp_source_address_selection()
3306 struct sockaddr_in6 *to6 = (struct sockaddr_in6 *)&ro->ro_dst; in sctp_source_address_selection()
3381 fam = ro->ro_dst.sa_family; in sctp_source_address_selection()
3422 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, (struct sockaddr *)&ro->ro_dst); in sctp_source_address_selection()
4090 memcpy(&ro->ro_dst, to, to->sa_len); in sctp_lowlevel_chunk_output()
4339 memcpy(&ro->ro_dst, sin6, sin6->sin6_len); in sctp_lowlevel_chunk_output()
4418 sin6 = (struct sockaddr_in6 *)&ro->ro_dst; in sctp_lowlevel_chunk_output()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c731 dst = (struct sockaddr_in *)&ro.ro_dst; in ipf_fastroute()