/sys$common/syshlp/helplib.hlb TCPIP Services, Programming Interfaces, Sockets API, recvmsg() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Receives bytes on a socket and places them into scattered buffers. Format #include <types.h> #include <socket.h> int recvmsg ( int s, struct msghdr msg, int flags ); (BSD Version 4.4) int recvmsg ( int s, struct omsghdr msg, int flags ); (BSD Version 4.3)
Additional Information (explode) :
|