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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtftp.c81 static const char *tftp_error_msg[] = { variable
331 } else if (tmp < (sizeof(tftp_error_msg) / sizeof(char *))) {
332 msg = (char *) tftp_error_msg[tmp];

Completed in 33 milliseconds