|
Barrelfish
|
TFTP library. More...
Functions | |
| errval_t | tftp_server_accept (char *ip, uint16_t port, tfpt_server_cb_f_t cb) |
| starts the tftp server on this machine on a given port More... | |
| errval_t | tftp_server_terminate (void) |
| terminates the tftp server connection More... | |
TFTP library.
| errval_t tftp_server_accept | ( | char * | ip, |
| uint16_t | port, | ||
| tfpt_server_cb_f_t | cb | ||
| ) |
starts the tftp server on this machine on a given port
| ip | ip address to be used |
| port | port to be used |
| cb | callback function called when clients connect |
| errval_t tftp_server_terminate | ( | void | ) |
terminates the tftp server connection
1.8.11