VMS Help TCPIP Services, Programming Interfaces, Sockets API, bind() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Binds a name to a socket. The $QIO equivalent is the IO$_SETMODE function with the p3 argument. Format #include <types.h> #include <socket.h> int bind ( int s, struct sockaddr *name, int namelen );
Additional Information (explode) :
|