COHERENT help

This page displays the COHERENT help information for sendto.

Listing of available help pages


sendto() -- Send a message to a socket

#include <sys/socket.h>
#include <sys/types.h>
int send(socket, message, length, flags, addr, alen)
int socket; char *message; int length, flags;
sockaddr_t *addr; int alen;