Home
last modified time | relevance | path

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

/external/syslinux/com32/libupload/
Dtftp.h21 extern const char *tftp_string_error_message[];
Dupload_tftp.c36 const char *tftp_string_error_message[]={ variable
107 tftp_string_error_message[TFTP_ERR_UNKNOWN_ERROR]=strdup(te->errmsg); in send_ack_packet()
/external/syslinux/com32/hdt/
Dhdt-dump.c225 more_printf("TFTP ERROR msg : %s \n", tftp_string_error_message[-err]); in dump()