Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_gif.c509 if (!sc->gif_psrc || !sc->gif_pdst) { in gif_encapcheck()
530 sc->gif_pdst->sa_family != AF_INET) { in gif_encapcheck()
538 sc->gif_pdst->sa_family != AF_INET6) { in gif_encapcheck()
558 struct sockaddr *gif_pdst; in gif_output() local
563 gif_pdst = sc->gif_pdst; in gif_output()
573 gif_psrc == NULL || gif_pdst == NULL) { in gif_output()
815 if (!sc2->gif_pdst || !sc2->gif_psrc) { in gif_ioctl()
819 if (sc2->gif_pdst->sa_family != dst->sa_family || in gif_ioctl()
820 sc2->gif_pdst->sa_len != dst->sa_len || in gif_ioctl()
828 if (SOCKADDR_CMP(sc2->gif_pdst, dst, dst->sa_len) == 0 && in gif_ioctl()
[all …]
H A Dif_gif.h79 struct sockaddr *gif_pdst; /* Physical dst addr */ member
/xnu-12377.81.4/bsd/netinet6/
H A Din6_gif.c106 struct sockaddr_in6 *sin6_dst = SIN6(sc->gif_pdst); in in6_gif_output()
343 dst = SIN6(sc->gif_pdst); in gif_validate6()
/xnu-12377.81.4/bsd/netinet/
H A Din_gif.c106 struct sockaddr_in *__single sin_dst = SIN(sc->gif_pdst); in in_gif_output()
356 dst = SIN(sc->gif_pdst); in gif_encapcheck4()