Home
last modified time | relevance | path

Searched refs:gif_pdst (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/gif/
H A Dif_gif.c643 if (sc->gif_pdst == NULL) { in gif_ioctl()
647 src = sc->gif_pdst; in gif_ioctl()
687 src = sc->gif_pdst; in gif_ioctl()
765 odst = sc->gif_pdst; in gif_set_tunnel()
768 sc->gif_pdst = sa; in gif_set_tunnel()
787 sc->gif_pdst = odst; in gif_set_tunnel()
796 if (sc->gif_psrc && sc->gif_pdst) in gif_set_tunnel()
805 if (sc->gif_psrc && sc->gif_pdst) in gif_set_tunnel()
825 if (sc->gif_pdst) { in gif_delete_tunnel()
827 sc->gif_pdst = NULL; in gif_delete_tunnel()
[all …]
H A Dif_gif.h53 struct sockaddr *gif_pdst; /* Physical dst addr */ member
/dragonfly/sys/netinet6/
H A Din6_gif.c103 struct sockaddr_in6 *sin6_dst = (struct sockaddr_in6 *)sc->gif_pdst; in in6_gif_output()
314 dst = (struct sockaddr_in6 *)sc->gif_pdst; in gif_validate6()
/dragonfly/sys/netinet/
H A Din_gif.c102 struct sockaddr_in *sin_dst = (struct sockaddr_in *)sc->gif_pdst; in in_gif_output()
305 dst = (struct sockaddr_in *)sc->gif_pdst; in gif_validate4()