Important: The information in this document is obsolete and should not be used for new development.
Function Names
Table A-1 shows the correspondence between XTI functions and Open Transport functions.
Table A-1 XTI-to-Open Transport function cross-reference
XTI function Open Transport function t_accept
OTAccept
t_alloc
OTAlloc
t_bind
OTBind
t_close
OTCloseProvider
t_connect
OTConnect
t_error
--
t_free
OTFree
t_getprotaddr
OTGetProtAddress
t_getinfo
OTGetEndpointInfo
t_getstate
OTGetEndpointState
t_listen
OTListen
t_look
OTLook
t_open
OTOpenEndpoint
t_optmgmt
OTOptionManagement
t_rcv
OTRcv
t_rcvconnect
OTRcvConnect
t_rcvdis
OTRcvDisconnect
t_rcvrel
OTRcvOrderlyDisconnect
t_rcvudata
OTRcvUData
t_rcvuderr
OTRcvUDErr
t_snd
OTSnd
t_snddis
OTSndDisconnect
t_sndrel
OTSndOrderlyDisconnect
t_sndudata
OTSndUData
t_strerror
--
t_sync
OTSync
t_unbind
OTUnbind
Table A-2 shows the correspondence between Open Transport functions and XTI functions. If the Open Transport function is not in the list, it is not suppoerted by the XTI interface standard. It might be supported by an Apple extension to XTI, listed in Table A-3.
Table A-2 Open Transport-to-XTI function cross-reference