int adl_send_message(int sfd, void *buf, int len, union sockunion *dest, unsigned char tos)

function to be called when library sends a message on an SCTP socket

Documentation

function to be called when library sends a message on an SCTP socket
Parameters:
sfd - the socket file descriptor where data will be sent
buf - pointer to a buffer, where data to be sent is stored
len - number of bytes to be sent
destination - address, where data is to be sent
dest_len - size of the address
Returns:
returns number of bytes actually sent, or error

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.