ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Functions
socket_send6.c File Reference
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "byte.h"
#include "socket.h"
#include "ip4.h"
#include "ip6.h"
#include "haveip6.h"
#include "error.h"
Include dependency graph for socket_send6.c:

Go to the source code of this file.

Functions

int socket_send6 (int s, const char *buf, unsigned int len, const char ip[16], uint16 port, uint32 scope_id)
 

Function Documentation

◆ socket_send6()

int socket_send6 ( int  s,
const char *  buf,
unsigned int  len,
const char  ip[16],
uint16  port,
uint32  scope_id 
)

Definition at line 12 of file socket_send6.c.