Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c115 } tftp_error_t; typedef
124 tftp_error_t error;
161 static CURLcode tftp_translate_code(tftp_error_t error);
833 static CURLcode tftp_translate_code(tftp_error_t error) in tftp_translate_code()
1125 state->error = (tftp_error_t)getrpacketblock(&state->rpacket); in tftp_receive_packet()