Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c150 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event);
428 return tftp_tx(state, event); in tftp_connect_for_tx()
702 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event) in tftp_tx() function
918 result = tftp_tx(state, event); in tftp_state_machine()