Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c901 static CURLcode tftp_state_machine(tftp_state_data_t *state, in tftp_state_machine() function
1133 tftp_state_machine(state, TFTP_EVENT_ERROR); in tftp_receive_packet()
1162 tftp_state_machine(state, TFTP_EVENT_ERROR); in tftp_receive_packet()
1227 result = tftp_state_machine(state, event); in tftp_multi_statemach()
1249 result = tftp_state_machine(state, state->event); in tftp_multi_statemach()
1304 result = tftp_state_machine(state, TFTP_EVENT_INIT); in tftp_perform()