Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtftp.c149 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event);
407 return tftp_tx(state, event); in tftp_connect_for_tx()
698 * tftp_tx
703 static CURLcode tftp_tx(struct tftp_state_data *state, tftp_event_t event) in tftp_tx() function
733 failf(data, "tftp_tx: giving up waiting for block %d ack", in tftp_tx()
836 failf(data, "tftp_tx: internal error, event: %i", (int)(event)); in tftp_tx()
919 result = tftp_tx(state, event); in tftp_state_machine()

Completed in 2 milliseconds