ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Functions | Variables
socket_tcp6.c File Reference
#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"
Include dependency graph for socket_tcp6.c:

Go to the source code of this file.

Functions

int socket_tcp6 (void)
 

Variables

int ipv4 =1
 

Function Documentation

◆ socket_tcp6()

int socket_tcp6 ( void  )

Definition at line 18 of file socket_tcp6.c.

Here is the call graph for this function:

Variable Documentation

◆ ipv4

int ipv4 =1

Definition at line 15 of file socket_tcp6.c.