Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.h130 struct sockaddr_in6 gw6_sa; /* GW accessor as IPv6 */ member
H A Dnhop.c225 memcpy(&key.gw_addr, &nh->gw6_sa.sin6_addr.s6_addr32[3], 4); in hash_priv()
H A Droute_ctl.c423 if (IN6_ARE_ADDR_EQUAL(&nh->gw6_sa.sin6_addr, in match_nhop_gw()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h130 struct sockaddr_in6 gw6_sa; /* GW accessor as IPv6 */ member
/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c284 dst.sin6_addr = nh->gw6_sa.sin6_addr; in ip6_tryforward()
H A Dip6_forward.c248 dst.sin6_addr = nh->gw6_sa.sin6_addr; in ip6_forward()
H A Dicmp6.c2291 nh_addr = nh->gw6_sa.sin6_addr; in icmp6_redirect_input()
2498 sin6 = &nh->gw6_sa; in icmp6_redirect_output()
H A Dip6_output.c788 dst->sin6_addr = nh->gw6_sa.sin6_addr; in ip6_output()
874 dst = &nh->gw6_sa; in ip6_output()
H A Dnd6_rtr.c2383 if (!IN6_ARE_ADDR_EQUAL(gate, &nh->gw6_sa.sin6_addr)) { in rt6_deleteroute()
H A Dnd6.c1586 dr = defrouter_lookup(&nh->gw6_sa.sin6_addr, nh->nh_ifp); in check_release_defrouter()
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c438 fle6->f.n.next_hop6 = nh->gw6_sa.sin6_addr; in hash6_insert()