Coda Distributed File System
|
#include <arpa/inet.h>
#include <netinet/in.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_recvfrom (int s, void *buf, size_t len, int flags, struct sockaddr *peer, socklen_t *peerlen, struct security_association **ret_sa, struct security_association *(*GETSA)(uint32_t spi)) |
ssize_t secure_recvfrom | ( | int | s, |
void * | buf, | ||
size_t | len, | ||
int | flags, | ||
struct sockaddr * | peer, | ||
socklen_t * | peerlen, | ||
struct security_association ** | ret_sa, | ||
struct security_association *(*)(uint32_t spi) | GETSA | ||
) |