COHERENT help

This page displays the COHERENT help information for getsockopt.

Listing of available help pages


getsockopt() -- Read a socket option

#include <sys/types.h>
#include <sys/socket.h>
int getsockopt(socket, level, option, buffer, length)
int socket, level, option;
char *buffer;
int *length;