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 errno are returned.
SEE ALSO
Version 2.3 — July 04, 1985