# %W% %E% # # Copyright (C) 1986-1995-2000 The Santa Cruz Operation, Inc. # All Rights Reserved. # The information in this file is provided for the exclusive use of # the licensees of The Santa Cruz Operation, Inc. Such users have the # right to use, modify, and incorporate this code into other products # for purposes authorized by the license agreement provided they include # this notice and the associated copyright notice with any such product. # The information in this file is provided "AS IS" without warranty. # # Copyright (C) 1986-1989 AT&T # All Rights Reserved. # # This is the whatis file for man(C) # Lines beginning with # are comments and are ignored # by man(C). # # This file contains three columns of data. Column one # is a title. Column 2 is the manual section in which it # appears. The third column is the corresponding description. # # Thus the entry for man(C) is: # # col1 = man # col2 = (C) # col3 = - print reference pages in this guide # Intro (SSC) - introduction to socket system calls and error numbers accept (SSC) - accept a connection on a socket bind (SSC) - bind a name to a socket connect (SSC) - initiate a connection on a socket getpeername (SSC) - get name of connected peer getsockname (SSC) - get socket name getsockopt, setsockopt (SSC) - get and set options on sockets getsockopt (SSC) - get options on sockets listen (SSC) - listen for connections on a socket recv, recvfrom, recvmsg (SSC) - receive a message from a socket recv (SSC) - receive a message from a connected socket recvfrom (SSC) - receive a message from a socket recvmsg (SSC) - receive a message from a socket send, sendto, sendmsg (SSC) - send a message to a socket send (SSC) - send a message to a connected socket sendmsg (SSC) - send a message to a socket sendto (SSC) - send a message to a socket setregid (SSC) - set real and effective group IDs setreuid (SSC) - set real and effective user IDs setsockopt (SSC) - set options on sockets shutdown (SSC) - shut down part of a full-duplex connection socket (SSC) - create an endpoint for communication socketpair (SSC) - create a pair of connected sockets