VMS Help TCPIP Services, Programming Interfaces, Sockets API, accept() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Accepts a connection on a passive socket. The $QIO equivalent is the IO$_ACCESS function with the IO$M_ ACCEPT function modifier. Format #include <types.h> #include <socket.h> int accept ( int s, struct sockaddr *addr, int *addrlen );
Additional Information (explode) :
|