# %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 (NET) - introduce TLI/XTI t_accept (NET) - accept a connect request t_alloc (NET) - allocate a library structure t_bind (NET) - bind an address to a transport endpoint t_close (NET) - close a transport endpoint t_connect (NET) - establish a connection with another transport user t_errlist (NET) - pointer to array of message strings t_errno (NET) - value for current error message t_error (NET) - display last error message produced by call to transport function t_error (NET) - produce error message t_free (NET) - free a library structure t_getinfo (NET) - get protocol-specific service information t_getstate (NET) - get the current state t_listen (NET) - listen for a connect request t_look (NET) - look at the current event on a transport endpoint t_nerr (NET) - maximum index value for t_errlist t_open (NET) - establish a transport endpoint t_optmgmt (NET) - manage options for a transport endpoint t_rcv (NET) - receive data or expedited data sent over a connection t_rcvconnect (NET) - receive the confirmation from a connect request t_rcvdis (NET) - retrieve information from disconnect t_rcvrel (NET) - acknowledge receipt of an orderly release indication t_rcvudata (NET) - receive a data unit t_rcvuderr (NET) - receive a unit data error indication t_snd (NET) - send data or expedited data over a connection t_snddis (NET) - send user-initiated disconnect request t_sndrel (NET) - initiate an orderly release t_sndudata (NET) - send a data unit t_sync (NET) - synchronize transport library t_unbind (NET) - disable a transport endpoint