Home
last modified time | relevance | path

Searched refs:_nxde_tftp_client_file_close (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_client.h247 #define nx_tftp_client_file_close(a) _nxde_tftp_client_file_close(a, NX_IP_VERSION_V4)
257 #define nxd_tftp_client_file_close _nxde_tftp_client_file_close
293 UINT _nxde_tftp_client_file_close(NX_TFTP_CLIENT *tftp_client_ptr, UINT ip_type);
Dnxd_tftp_client.c649 UINT _nxde_tftp_client_file_close(NX_TFTP_CLIENT *tftp_client_ptr, UINT ip_type) in _nxde_tftp_client_file_close() function