Definition in file tftps.c.
Go to the source code of this file.
Functions | |
INT8 | tftps_init (void) |
Initializes TFTP server. | |
Variables | |
UINT8 | tftpsapp_init = 0 |
struct { | |
} | tftps |
TFTP server state information. |
|
Definition at line 136 of file tftps.c. References get_timer(), tftps, TFTPS_SERVERPORT, tftpsapp_init, udp_getsocket(), udp_open(), UDP_OPT_CHECK_CS, and UDP_OPT_SEND_CS. |
|
Defines whether tftps_init has already been invoked or not Definition at line 78 of file tftps.c. Referenced by tftps_init(). |
|
tftps variable holds various information that the tftp server needs for proper operation. These include server state, socket handle, timer handle, remote IP address and port number of the host we're communicating with, retransmit counter and TFTP block number. Referenced by tftps_init(). |