Searched refs:NX_TFTP_ERROR_FILE_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/addons/tftp/ |
D | nxd_tftp_server.h | 189 #define NX_TFTP_ERROR_FILE_NOT_FOUND 0x01 /* TFTP file not found error code … macro
|
D | nxd_tftp_client.h | 125 #define NX_TFTP_ERROR_FILE_NOT_FOUND 0x01 /* TFTP file not found error code … macro
|
D | nxd_tftp_server.c | 1384 …_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()
|