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

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)
 

Function Documentation

◆ socket_connect4()

int socket_connect4 ( int  s,
const char  ip[4],
uint16  port 
)

Definition at line 9 of file socket_conn.c.

◆ socket_connected()

int socket_connected ( int  s)

Definition at line 21 of file socket_conn.c.