Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtftp.c897 * tftp_state_machine
902 static CURLcode tftp_state_machine(struct tftp_state_data *state, in tftp_state_machine() function
1140 tftp_state_machine(state, TFTP_EVENT_ERROR); in tftp_receive_packet()
1173 tftp_state_machine(state, TFTP_EVENT_ERROR); in tftp_receive_packet()
1237 result = tftp_state_machine(state, event); in tftp_multi_statemach()
1260 result = tftp_state_machine(state, state->event); in tftp_multi_statemach()
1316 result = tftp_state_machine(state, TFTP_EVENT_INIT); in tftp_perform()

Completed in 2 milliseconds