Searched refs:_nx_tftp_server_send_error (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/addons/tftp/ |
D | nxd_tftp_server.c | 964 … _nx_tftp_server_send_error(server_ptr, &client_request_ptr -> nx_tftp_client_request_ip_address, in _nx_tftp_server_timer_process() 1329 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_NOT_DEFINED, "NetX TFTP Se… in _nx_tftp_server_open_for_read_process() 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() 1497 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_NOT_DEFINED, "NetX TFTP Se… in _nx_tftp_server_open_for_read_process() 1658 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_NOT_DEFINED, "NetX TFTP Se… in _nx_tftp_server_open_for_write_process() 1718 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_ACCESS_VIOLATION, "NetX TF… in _nx_tftp_server_open_for_write_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() 1915 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_NO_SUCH_USER, "NetX TFTP S… in _nx_tftp_server_data_process() 1970 …_nx_tftp_server_send_error(server_ptr, &ip_address, port, NX_TFTP_ERROR_ILLEGAL_OPERATION, "NetX T… in _nx_tftp_server_data_process() [all …]
|
D | nxd_tftp_server.h | 376 VOID _nx_tftp_server_send_error(NX_TFTP_SERVER *server_ptr, NXD_ADDRESS *ip_address, UINT po…
|