![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include "byte.h"
#include "socket.h"
Go to the source code of this file.
Functions | |
int | socket_connect4 (int s, const char ip[4], uint16 port) |
int | socket_connected (int s) |
Definition at line 9 of file socket_conn.c.
Definition at line 21 of file socket_conn.c.