ucspi-ssl  0.99e
TLS encryption for IPv6 communication
tryip6.c
Go to the documentation of this file.
1 #include <sys/types.h>
2 #include <sys/socket.h>
3 #include <netinet/in.h>
4 
5 main() {
6  struct sockaddr_in6 sa;
7  sa.sin6_family = PF_INET6;
8 }
main()
Definition: tryip6.c:5