*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 t_free(3) -- free a library structure
    The t_free() function frees memory previously allocated by t_alloc(). This function will free memory for the specified structure and will also free memory for buffers referenced by the structure. The argument ptr points to one of the seven structure types described for t_alloc(). struct_type identifies the type of that structure which must be one of the following: T_BIND struct t_bind T_CALL struc...
 t_getinfo(3) -- get protocol-specific service information
    The t_getinfo() function returns the current characteristics of the underlying transport protocol associated with file descriptor fd. The info structure is used to return the same information returned by t_open(). This function enables a transport user to access this information during any phase of communication. This argument points to a t_info structure which contains the following members: t_sc...
 t_getprotaddr(3) -- get the protocol address
    The t_getprotaddr() function returns local and remote protocol addresses currently associated with the transport endpoint specified by fd. In boundaddr and peeraddr the user specifies maxlen, which is the maximum size of the address buffer, and buf which points to the buffer where the address is to be placed. On return, the buf field of boundaddr points to the address, if any, currently bound to f...
 t_getstate(3) -- get the current state
    The t_getstate() function returns the current state of the provider as seen by the application associated with the transport endpoint specified by fd.
 t_listen(3) -- listen for a connect request
    The t_listen() function listens for a connect request from a calling transport user. fd identifies the local transport endpoint where connect indications arrive. On return, call contains information describing the connect indication. The parameter call points to a t_call structure which contains the following members: struct netbuf addr; struct netbuf opt; struct netbuf udata; int sequence; The ty...
 t_look(3) -- look at the current event on a transport endpoint
    The t_look() function returns the current event on the transport endpoint specified by fd. This function enables a transport provider to notify a transport user of an asynchronous event when the user is calling functions in synchronous mode. Certain events require immediate notification of the user and are indicated by a specific error, [TLOOK], on the current or next function to be executed. This...
 t_open(3) -- establish a transport endpoint
    The t_open() function must be called as the first step in the initialization of a transport endpoint. This function establishes a transport endpoint by opening a file that identifies a particular transport provider and returning a file descriptor that identifies that endpoint. The argument name points to a file name that identifies a transport provider. When using HP XTI to connect to the OSI prot...
 t_optmgmt(3) -- manage options for a transport endpoint
    The t_optmgmt() function enables a transport user to retrieve, verify or negotiate protocol options with the transport provider. The argument fd identifies a bound transport endpoint. The req and ret arguments point to a t_optmgmt structure containing the following members: struct netbuf opt; t_scalar_t flags; The opt field identifies protocol options. The flags field is used to specify the action...
 t_rcv(3) -- receive data or expedited data sent over a connection
    The t_rcv() function receives either normal or expedited data. fd identifies the local transport endpoint through which data will arrive. buf points to a receive buffer where user data will be placed. nbytes specifies the size of the receive buffer. flags may be set on return from t_rcv() and specifies optional flags as described below. By default, t_rcv() operates in synchronous mode and will wai...
 t_rcvconnect(3) -- receive the confirmation from a connect request
    The t_rcvconnect() function enables a calling transport user to determine the status of a previously sent connect request. t_rcvconnect() is also used in conjunction with t_connect() to establish a connection in asynchronous mode. The connection will be established on successful completion of this function. fd identifies the local transport endpoint where communication will be established. call co...
 t_rcvdis(3) -- retrieve information from disconnect
    The t_rcvdis() function is used to identify the cause of a disconnect, and to retrieve any user data sent with the disconnect. fd identifies the local transport endpoint where the connection existed. discon points to a t_discon structure containing the following members: struct netbuf udata; int reason; int sequence; The type netbuf structure is defined in the or header file. Th...
 t_rcvrel(3) -- acknowledge receipt of an orderly release indication at a transport endpoint
    The t_rcvrel() function is used in connection-oriented mode to acknowledge receipt of an orderly release indication at a transport endpoint. The released endpoint is specified by fd, which is a file descriptor previously returned by the t_open() function. After receipt of this orderly release indication at the transport endpoint specified by fd, the transport user should not try to receive additio...
 t_rcvudata(3) -- receive a data unit from remote transport provider user
    The t_rcvudata() function is used in connectionless-mode to receive a data unit from a remote transport provider user. The argument fd identifies the local transport endpoint through which data will be received. unitdata holds information associated with the received data unit. flags is set on return to indicate that the complete data unit was not received. The argument unitdata points to a t_unit...
 t_rcvuderr(3) -- receive a unit data error indication
    The t_rcvuderr() function is used in connectionless mode to receive information concerning an error on a previously sent data unit. This function should only be issued following a unit data error indication. It informs the transport user that a data unit with a specific destination address and protocol options produced an error. The argument fd identifies the local transport endpoint through which...
 t_snd(3) -- send data or expedited data over a connection
    This function is used to send either normal or expedited data. fd identifies the local transport endpoint over which data should be sent, buf points to the user data, nbytes specifies the number of bytes of user data to be sent, and flags specifies any optional flags described below: T_EXPEDITED if set in flags, the data will be sent as expedited data and will be subject to the interpretations of ...
<<  [Prev]  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  149  150  151  152  153  154  
155  156  157  158  159  160  161  162  163  164  165  166  167  168  169  170  171  172  173  174  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service