Home
last modified time | relevance | path

Searched refs:gw6_sa (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop_ctl.c847 nh->gw6_sa.sin6_family = AF_INET6; in nhop_set_blackhole()
848 nh->gw6_sa.sin6_len = sizeof(struct sockaddr_in6); in nhop_set_blackhole()
849 nh->gw6_sa.sin6_addr = in6addr_loopback; in nhop_set_blackhole()
1151 inet_ntop(AF_INET6, &nh->gw6_sa.sin6_addr, abuf, sizeof(abuf)); in nhop_print_buf()
H A Dnhop.h128 struct sockaddr_in6 gw6_sa; /* GW accessor as IPv6 */ member
H A Dnhop.c221 nh->gw6_sa.sin6_addr.s6_addr32[3] : in hash_priv()
H A Droute_ctl.c271 if (IN6_ARE_ADDR_EQUAL(&nh->gw6_sa.sin6_addr, in match_nhop_gw()
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c284 dst.sin6_addr = nh->gw6_sa.sin6_addr; in ip6_tryforward()
H A Dip6_forward.c257 dst.sin6_addr = nh->gw6_sa.sin6_addr; in ip6_forward()
H A Dicmp6.c2269 nh_addr = nh->gw6_sa.sin6_addr; in icmp6_redirect_input()
2466 sin6 = &nh->gw6_sa; in icmp6_redirect_output()
H A Dip6_output.c767 dst->sin6_addr = nh->gw6_sa.sin6_addr; in ip6_output()
867 dst = &nh->gw6_sa; in ip6_output()
H A Dnd6_rtr.c2367 if (!IN6_ARE_ADDR_EQUAL(gate, &nh->gw6_sa.sin6_addr)) { in rt6_deleteroute()
H A Dnd6.c1618 dr = defrouter_lookup(&nh->gw6_sa.sin6_addr, nh->nh_ifp); in check_release_defrouter()
/freebsd/sys/netlink/route/
H A Drt.c141 struct in6_addr gw6 = nh->gw6_sa.sin6_addr; in dump_rc_nhop_gw()
147 struct in6_addr gw6 = nh->gw6_sa.sin6_addr; in dump_rc_nhop_gw()
H A Dnexthop.c466 struct in6_addr addr = nh->gw6_sa.sin6_addr; in dump_nhop()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1252 ((struct sockaddr_in6 *)dst)->sin6_addr = nh->gw6_sa.sin6_addr; in get_l2te_for_nexthop()
1268 *((struct sockaddr_in6 *)dst) = nh->gw6_sa; in get_l2te_for_nexthop()
/freebsd/sys/net/
H A Dif_stf.c810 (!IN6_ARE_ADDR_EQUAL(&ip6->ip6_src, &nh->gw6_sa.sin6_addr))) { in in_stf_input()
H A Dif_ovpn.c1815 &nh->gw6_sa.sin6_addr); in ovpn_route_peer()
1817 &nh->gw6_sa.sin6_addr, peer); in ovpn_route_peer()
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c443 fle6->f.n.next_hop6 = nh->gw6_sa.sin6_addr; in hash6_insert()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c635 dst->sin6_addr = nh->gw6_sa.sin6_addr; in nat64_find_route6()
/freebsd/sys/netpfil/pf/
H A Dpf.c9164 bcopy(&nh->gw6_sa.sin6_addr, &dst.sin6_addr, in pf_route6()