When communicating with a NIC driver, a transport driver must make a number of calls to the NDIS interface library. This table shows the main library functions the transport driver calls.
Table A.2.5 Transport Driver Functions
| Function | Definition | 
| Forwards a network interface card close request to MacCloseAdapter. | |
| Deregisters the transport driver from the wrapper connection after the NIC driver has unloaded itself. | |
| Forwards a network interface card open request to MacOpenAdapter. | |
| At initialization, provides the wrapper with information about the transport driver. | |
| Forwards a request to query or set NIC driver information to MacRequest. | |
| Forwards a reset request to MacReset. | |
| Forwards a packet send request to MacSend. | |
| Forwards a transfer data request to MacTransferData. |