Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Appendix A - Open Transport and XTI


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_acceptOTAccept
t_allocOTAlloc
t_bindOTBind
t_closeOTCloseProvider
t_connectOTConnect
t_error--
t_freeOTFree
t_getprotaddrOTGetProtAddress
t_getinfoOTGetEndpointInfo
t_getstateOTGetEndpointState
t_listenOTListen
t_lookOTLook
t_openOTOpenEndpoint
t_optmgmtOTOptionManagement
t_rcvOTRcv
t_rcvconnectOTRcvConnect
t_rcvdisOTRcvDisconnect
t_rcvrelOTRcvOrderlyDisconnect
t_rcvudataOTRcvUData
t_rcvuderrOTRcvUDErr
t_sndOTSnd
t_snddisOTSndDisconnect
t_sndrelOTSndOrderlyDisconnect
t_sndudataOTSndUData
t_strerror--
t_syncOTSync
t_unbindOTUnbind

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

Open Transport function  XTI function
OTAcceptt_accept
OTAlloct_alloc
OTBindt_bind
OTCloseProvidert_close
OTConnectt_connect
DontAckSends--
OTFreet_free
OTGetEndpointInfot_getinfo
OTGetProtAddresst_getprotaddr
OTGetEndpointStatet_getstate
OTListent_listen
OTLookt_look
OTOpenEndpointt_open
OTOptionManagementt_optmgmt
OTRcvt_rcv
OTRcvConnectt_rcvconnect
OTRcvDisconnectt_rcvdis
OTRcvOrderlyDisconnectt_rcvrel
OTRcvUDatat_rcvudata
OTRcvUDErrt_rcvuderr
OTSndt_snd
OTSndDisconnectt_snddis
OTSndOrderlyDisconnectt_sndrel
OTSndUDatat_sndudata
OTSynct_sync
OTUnbindt_unbind


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998