Searched refs:gw6_sa (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop_ctl.c | 847 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 D | nhop.h | 128 struct sockaddr_in6 gw6_sa; /* GW accessor as IPv6 */ member
|
H A D | nhop.c | 221 nh->gw6_sa.sin6_addr.s6_addr32[3] : in hash_priv()
|
H A D | route_ctl.c | 271 if (IN6_ARE_ADDR_EQUAL(&nh->gw6_sa.sin6_addr, in match_nhop_gw()
|
/freebsd/sys/netinet6/ |
H A D | ip6_fastfwd.c | 284 dst.sin6_addr = nh->gw6_sa.sin6_addr; in ip6_tryforward()
|
H A D | ip6_forward.c | 257 dst.sin6_addr = nh->gw6_sa.sin6_addr; in ip6_forward()
|
H A D | icmp6.c | 2269 nh_addr = nh->gw6_sa.sin6_addr; in icmp6_redirect_input() 2466 sin6 = &nh->gw6_sa; in icmp6_redirect_output()
|
H A D | ip6_output.c | 767 dst->sin6_addr = nh->gw6_sa.sin6_addr; in ip6_output() 867 dst = &nh->gw6_sa; in ip6_output()
|
H A D | nd6_rtr.c | 2367 if (!IN6_ARE_ADDR_EQUAL(gate, &nh->gw6_sa.sin6_addr)) { in rt6_deleteroute()
|
H A D | nd6.c | 1618 dr = defrouter_lookup(&nh->gw6_sa.sin6_addr, nh->nh_ifp); in check_release_defrouter()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 141 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 D | nexthop.c | 466 struct in6_addr addr = nh->gw6_sa.sin6_addr; in dump_nhop()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 1252 ((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 D | if_stf.c | 810 (!IN6_ARE_ADDR_EQUAL(&ip6->ip6_src, &nh->gw6_sa.sin6_addr))) { in in_stf_input()
|
H A D | if_ovpn.c | 1815 &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 D | netflow.c | 443 fle6->f.n.next_hop6 = nh->gw6_sa.sin6_addr; in hash6_insert()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 635 dst->sin6_addr = nh->gw6_sa.sin6_addr; in nat64_find_route6()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 9164 bcopy(&nh->gw6_sa.sin6_addr, &dst.sin6_addr, in pf_route6()
|