libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
recvall.h
Go to the documentation of this file.
1
20
#ifndef __TOOLS_RECVALL_H
21
#define __TOOLS_RECVALL_H
22
23
#include <stddef.h>
24
41
ssize_t
recvall
(
int
sockfd,
void
*buf,
size_t
len,
int
flags);
42
45
#endif
/* __TOOLS_RECVALL_H */
recvall
ssize_t recvall(int sockfd, void *buf, size_t len, int flags)
read buffer from socket descriptor
Generated by
1.8.11