Searched refs:t_dst (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/net/ |
H A D | if_gif.c | 90 union gif_addr t_dst; member 91 #define t_dst4 t_dst.in4 92 #define t_dst6 t_dst.in6 804 memset(&key->t_dst, 0, sizeof(key->t_dst)); in gif_input() 935 rv = gif_ip_cmp(a->t_af, &a->t_dst, &b->t_dst); in gif_cmp()
|
H A D | if_gre.c | 196 union gre_addr t_dst; member 197 #define t_dst4 t_dst.in4 198 #define t_dst6 t_dst.in6 322 gre_l3_encap_dst((_t), &(_t)->t_dst, (_m), (_af)) 3022 t.t_src = sc->sc_tunnel.t_dst; in gre_keepalive_send() 3023 t.t_dst = sc->sc_tunnel.t_src; in gre_keepalive_send() 3665 gateway = tunnel->t_dst; in nvgre_start() 3674 endpoint = &tunnel->t_dst; in nvgre_start() 4137 return (gre_ip_cmp(a->t_af, &a->t_dst, &b->t_dst)); in gre_cmp() 4233 b, &b->t_dst, nb->sc_ifp0)); in nvgre_cmp_mcast_sc() [all …]
|