Home
last modified time | relevance | path

Searched refs:t_dst6 (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dif_gif.c92 #define t_dst6 t_dst.in6 macro
350 if (IN6_IS_ADDR_UNSPECIFIED(&sc->sc_tunnel.t_dst6)) in gif_send()
368 ip6->ip6_dst = sc->sc_tunnel.t_dst6; in gif_send()
627 in6_recoverscope(sin6, &tunnel->t_dst6); in gif_get_tunnel()
692 error = in6_embedscope(&tunnel->t_dst6, dst6, NULL, NULL); in gif_set_tunnel()
752 key.t_dst6 = ip6->ip6_src; in in6_gif_input()
H A Dif_etherip.c76 #define t_dst6 _t_dst.in6 macro
435 error = in6_embedscope(&sc->sc_tunnel.t_dst6, dst6, NULL, NULL); in etherip_set_tunnel()
490 in6_recoverscope(sin6, &sc->sc_tunnel.t_dst6); in etherip_get_tunnel()
715 if (IN6_IS_ADDR_UNSPECIFIED(&sc->sc_tunnel.t_dst6)) { in ip6_etherip_output()
738 memcpy(&ip6->ip6_dst, &sc->sc_tunnel.t_dst6, sizeof(ip6->ip6_dst)); in ip6_etherip_output()
782 key.t_dst6 = ip6->ip6_src; in ip6_etherip_input()
H A Dif_gre.c198 #define t_dst6 t_dst.in6 macro
928 key.t_dst6 = ip6->ip6_src; in gre_input6()
2392 memset(&tunnel->t_dst6, 0, sizeof(tunnel->t_dst6)); in mgre_set_tunnel()
3135 error = in6_embedscope(&tunnel->t_dst6, dst6, NULL, NULL); in gre_set_tunnel()
3191 in6_recoverscope(sin6, &tunnel->t_dst6); in gre_get_tunnel()
3442 inm = in6_addmulti(&tunnel->t_dst6, ifp0, &error); in nvgre_up()