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