Coda Distributed File System
Functions
secure_sendto.c File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <rpc2/secure.h>
#include "codatunnel/wrapper.h"
#include "grunt.h"
Include dependency graph for secure_sendto.c:

Functions

ssize_t secure_sendto (int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen, struct security_association *sa)
 

Function Documentation

◆ secure_sendto()

ssize_t secure_sendto ( int  s,
const void *  buf,
size_t  len,
int  flags,
const struct sockaddr *  to,
socklen_t  tolen,
struct security_association sa 
)