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

/freebsd-13-stable/sys/net/route/
H A Dnhop.h130 struct sockaddr_in6 gw6_sa; /* GW accessor as IPv6 */ member in union:nhop_object::__anon14929
H A Dnhop.c225 memcpy(&key.gw_addr, &nh->gw6_sa.sin6_addr.s6_addr32[3], 4);
H A Droute_ctl.c423 if (IN6_ARE_ADDR_EQUAL(&nh->gw6_sa.sin6_addr,
/freebsd-13-stable/sys/netinet6/
H A Dip6_fastfwd.c284 dst.sin6_addr = nh->gw6_sa.sin6_addr;
H A Dip6_forward.c248 dst.sin6_addr = nh->gw6_sa.sin6_addr;
H A Dicmp6.c2290 nh_addr = nh->gw6_sa.sin6_addr;
2497 sin6 = &nh->gw6_sa;
H A Dip6_output.c788 dst->sin6_addr = nh->gw6_sa.sin6_addr;
874 dst = &nh->gw6_sa;
H A Dnd6.c1588 dr = defrouter_lookup(&nh->gw6_sa.sin6_addr, nh->nh_ifp);
H A Dnd6_rtr.c2383 if (!IN6_ARE_ADDR_EQUAL(gate, &nh->gw6_sa.sin6_addr)) {
/freebsd-13-stable/sys/netgraph/netflow/
H A Dnetflow.c438 fle6->f.n.next_hop6 = nh->gw6_sa.sin6_addr;
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1103 ((struct sockaddr_in6 *)dst)->sin6_addr = nh->gw6_sa.sin6_addr;

Completed in 126 milliseconds