/sys$common/syshlp/helplib.hlb TCPIP Services, Programming Interfaces, Sockets API, connect() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Initiates a connection on a socket. The $QIO equivalent is the IO$_ACCESS function. Format #include <types.h> #include <socket.h> int connect ( int s, struct sockaddr *name, int namelen );
Additional Information (explode) :
|