Home
last modified time | relevance | path

Searched refs:tftp_state_data_t (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dtftp.c145 } tftp_state_data_t; typedef
149 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event);
150 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event);
199 static CURLcode tftp_set_timeouts(tftp_state_data_t *state) in tftp_set_timeouts()
333 static CURLcode tftp_parse_option_ack(tftp_state_data_t *state, in tftp_parse_option_ack()
406 static size_t tftp_option_add(tftp_state_data_t *state, size_t csize, in tftp_option_add()
415 static CURLcode tftp_connect_for_tx(tftp_state_data_t *state, in tftp_connect_for_tx()
431 static CURLcode tftp_connect_for_rx(tftp_state_data_t *state, in tftp_connect_for_rx()
447 static CURLcode tftp_send_first(tftp_state_data_t *state, tftp_event_t event) in tftp_send_first()
581 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event) in tftp_rx()
[all …]