SOCKETADDR(3N) — Silicon Graphics
NAME
socketaddr − return socket address
SYNOPSIS
#include <sys/socket.h> socketaddr(s, addr)
int s;
struct sockaddr *addr;
DESCRIPTION
addr is the address associated with the socket s. If s is not a socket, −1 and an appropriate error code are returned.
SEE ALSO
Version 2.4 — May 08, 1986