Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c885 static CURLcode tftp_state_machine(tftp_state_data_t *state, in tftp_state_machine() function
1117 tftp_state_machine(state, TFTP_EVENT_ERROR); in tftp_receive_packet()
1146 tftp_state_machine(state, TFTP_EVENT_ERROR); in tftp_receive_packet()
1211 result = tftp_state_machine(state, event); in tftp_multi_statemach()
1233 result = tftp_state_machine(state, state->event); in tftp_multi_statemach()
1288 result = tftp_state_machine(state, TFTP_EVENT_INIT); in tftp_perform()