Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_server.h189 #define NX_TFTP_ERROR_FILE_NOT_FOUND 0x01 /* TFTP file not found error code … macro
Dnxd_tftp_client.h125 #define NX_TFTP_ERROR_FILE_NOT_FOUND 0x01 /* TFTP file not found error code … macro
Dnxd_tftp_server.c1384 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_FILE_NOT_FOUND, "NetX TFTP… in _nx_tftp_server_open_for_read_process()
1399 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_FILE_NOT_FOUND, "NetX TFTP… in _nx_tftp_server_open_for_read_process()
1720 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_FILE_NOT_FOUND, "NetX TFTP… in _nx_tftp_server_open_for_write_process()