HP 9000 Networking XTI Programmer's Guide
32
Supported XTI Calls
Table 1 Supported XTI Calls
XTI Call Description
t_accept
accept a connect request
t_alloc
allocate a data structure for various function arguments
t_bind
bind an address to a transport endpoint
t_close
close a transport endpoint and release resources
t_connect
request a connection with another transport user
t_error
produces an error message for the latest error on the
connection
t_free free resources from t_alloc(3) call
t_getinfo
get protocol-specific service information
t_getprotaddr
get local and remote addresses of endpoint
t_getstate
get the current state of the connection
t_listen
listen for a connect request
t_look
returns the current event for a transport endpoint
t_open
create a transport endpoint
t_optmgmt
manage options for a transport endpoint
t_rcv
receive normal or expedited data
t_rcvconnect
receive a connect confirmation
t_rcvdis
receive a disconnect and user data, if any
t_rcvrel
acknowledge receipt of an orderly release indication
t_rcvudata receive a data unit
t_rcvuderr receive a unit data error indication
t_snd
send normal or expedited data
t_snddis
send a disconnect request and optional user data