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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c147 } tftp_state_data_t; typedef in typeref:struct:tftp_state_data
151 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event) ;
152 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event) ;
201 static CURLcode tftp_set_timeouts(tftp_state_data_t *state)
335 static CURLcode tftp_parse_option_ack(tftp_state_data_t *state,
408 static size_t tftp_option_add(tftp_state_data_t *state, size_t csize,
417 static CURLcode tftp_connect_for_tx(tftp_state_data_t *state,
433 static CURLcode tftp_connect_for_rx(tftp_state_data_t *state,
449 static CURLcode tftp_send_first(tftp_state_data_t *state, tftp_event_t event)
579 static CURLcode tftp_rx(tftp_state_data_t *stat
[all...]

Completed in 99 milliseconds