| Routine | Module | Description |
|---|
| tftp_accept_host | Server | Checks if a connection from the remote host is allowed. |
| tftp_fclose | Server | Closes a TFTP file. |
| tftp_fopen | Server | Opens a TFTP file. |
| tftp_fread | Server | Reads a block of data from a TFTP file. |
| tftp_fwrite | Server | Writes a block of data to a TFTP file. |
| tftpc_fclose | Client | Closes a TFTP file for TFTP client. |
| tftpc_fopen | Client | Opens a TFTP file for TFTP client. |
| tftpc_fread | Client | Reads a block of data from a TFTP file for TFTP client. |
| tftpc_fwrite | Client | Writes a block of data to a TFTP file for TFTP client. |
| tftpc_get | Client | Starts a TFTP client to retrieve a file from TFTP server. |
| tftpc_put | Client | Starts a TFTP client to store a file on TFTP server. |