Coda Distributed File System
|
#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"
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) |
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 | ||
) |