![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include "byte.h"
#include "socket.h"
#include "ip6.h"
#include "haveip6.h"
#include "uint32.h"
#include "ip4.h"
Go to the source code of this file.
Functions | |
int | socket_connect6 (int s, const char ip[16], uint16 port, uint32 scope_id) |
Definition at line 13 of file socket_conn6.c.