/sys$common/syshlp/helplib.hlb TCPIP Services, Programming Interfaces, Sockets API, recvfrom() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Receives bytes for a socket from any source. Format #include <types.h> #include <socket.h> int recvfrom ( int s, char *buf, int len, int flags, struct sockaddr *from, int *fromlen) ;
Additional Information (explode) :
|