Table of Contents
GetSocketName - retrieve socket name
GetSocketName retrieves
the IP address and port number of a socket.
This function is part of libtcp.
int GetSocketName(
FILE *fd,
int s
);
Where to print the IP address and port number.
the socket to
obtain information about.
returns error from getsockname.3
libtcp(3tcp)
$Id: GetSocketName.3,v 1.1 2002/04/07 19:50:52 kitchen
Exp $
Table of Contents