![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include "ndelay.h"
#include "socket.h"
#include "haveip6.h"
#include "error.h"
Go to the source code of this file.
Functions | |
int | socket_tcp6 (void) |
Variables | |
int | ipv4 =1 |
int socket_tcp6 | ( | void | ) |
int ipv4 =1 |
Definition at line 15 of file socket_tcp6.c.