Public Attributes | |
| tftp_state_t | state |
| tftp_mode_t | mode |
| tftp_error_t | error |
| struct connectdata * | conn |
| curl_socket_t | sockfd |
| int | retries |
| int | retry_time |
| int | retry_max |
| time_t | start_time |
| time_t | max_time |
| unsigned short | block |
| struct Curl_sockaddr_storage | local_addr |
| struct Curl_sockaddr_storage | remote_addr |
| socklen_t | remote_addrlen |
| int | rbytes |
| int | sbytes |
| tftp_packet_t | rpacket |
| tftp_packet_t | spacket |
Definition at line 126 of file tftp.c.
Definition at line 127 of file tftp.c.
Referenced by Curl_tftp(), Curl_tftp_connect(), tftp_rx(), tftp_send_first(), tftp_set_timeouts(), tftp_state_machine(), and tftp_tx().
Definition at line 129 of file tftp.c.
Referenced by Curl_tftp(), tftp_rx(), tftp_send_first(), and tftp_tx().
struct connectdata* tftp_state_data::conn [read] |
Definition at line 130 of file tftp.c.
Referenced by Curl_tftp_connect(), tftp_rx(), tftp_send_first(), tftp_set_timeouts(), tftp_state_machine(), and tftp_tx().
Definition at line 131 of file tftp.c.
Referenced by Curl_tftp(), Curl_tftp_connect(), tftp_rx(), tftp_send_first(), and tftp_tx().
Definition at line 134 of file tftp.c.
Referenced by tftp_rx(), tftp_send_first(), tftp_set_timeouts(), and tftp_tx().
| time_t tftp_state_data::start_time |
| time_t tftp_state_data::max_time |
| unsigned short tftp_state_data::block |
struct Curl_sockaddr_storage tftp_state_data::local_addr [read] |
struct Curl_sockaddr_storage tftp_state_data::remote_addr [read] |
| socklen_t tftp_state_data::remote_addrlen |
1.5.6