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