- Inside Macintosh: Open Transport /
- Appendix A - Open Transport and XTI
Data Structures
Many of the Open Transport functions take pointers to data structures as parameters. Table A-4 shows the standard XTI data structure names and the corresponding preferred-C interface structure names.
Table A-4 XTI-to-Open Transport data structure cross-reference
| XTI name | Open Transport name |
| int fd | EndpointRef |
| t_info | TEndpointInfo |
| t_netbuf | TNetbuf |
| t_bind | TBind |
| t_discon | TDiscon |
| t_call | TCall |
| t_unitdata | TUnitData |
| t_uderr | TUDErr |
| t_optmgmt | TOptMgmt |
© Apple Computer, Inc.
15 AUG 1996