Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c148 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event);
443 return tftp_rx(state, event); in tftp_connect_for_rx()
577 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event) in tftp_rx() function
898 result = tftp_rx(state, event); in tftp_state_machine()