sys/net/if_etherip.c
432
error = in6_embedscope(&sc->sc_tunnel.t_dst6, dst6, NULL, NULL);
sys/net/if_etherip.c
487
in6_recoverscope(sin6, &sc->sc_tunnel.t_dst6);
sys/net/if_etherip.c
713
if (IN6_IS_ADDR_UNSPECIFIED(&sc->sc_tunnel.t_dst6)) {
sys/net/if_etherip.c
736
memcpy(&ip6->ip6_dst, &sc->sc_tunnel.t_dst6, sizeof(ip6->ip6_dst));
sys/net/if_etherip.c
781
key.t_dst6 = ip6->ip6_src;
sys/net/if_gif.c
346
if (IN6_IS_ADDR_UNSPECIFIED(&sc->sc_tunnel.t_dst6))
sys/net/if_gif.c
364
ip6->ip6_dst = sc->sc_tunnel.t_dst6;
sys/net/if_gif.c
623
in6_recoverscope(sin6, &tunnel->t_dst6);
sys/net/if_gif.c
688
error = in6_embedscope(&tunnel->t_dst6, dst6, NULL, NULL);
sys/net/if_gif.c
750
key.t_dst6 = ip6->ip6_src;
sys/net/if_gre.c
1000
key.t_dst6 = ip6->ip6_src;
sys/net/if_gre.c
2477
memset(&tunnel->t_dst6, 0, sizeof(tunnel->t_dst6));
sys/net/if_gre.c
3221
error = in6_embedscope(&tunnel->t_dst6, dst6, NULL, NULL);
sys/net/if_gre.c
3277
in6_recoverscope(sin6, &tunnel->t_dst6);
sys/net/if_gre.c
3528
inm = in6_addmulti(&tunnel->t_dst6, ifp0, &error);
sys/net/if_gre.c
4555
memset(&tunnel->t_dst6, 0, sizeof(tunnel->t_dst6));
sys/net/if_gre.c
4567
error = in6_embedscope(&tunnel->t_dst6, dst6,
sys/net/if_gre.c
4636
in6_recoverscope(sin6, &tunnel->t_dst6);