Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_client.h220 #define nx_tftp_client_file_read(a,b,c) _nxd_tftp_client_file_read(a,b,c,NX_IP_VERSION_V4)
230 #define nxd_tftp_client_file_read _nxd_tftp_client_file_read
298 UINT _nxd_tftp_client_file_read(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET **packet_ptr, ULO…
Dnxd_tftp_client.c1550 status = _nxd_tftp_client_file_read(tftp_client_ptr, packet_ptr, wait_option, ip_type); in _nxde_tftp_client_file_read()
1611 UINT _nxd_tftp_client_file_read(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET **packet_ptr, ULONG wai… in _nxd_tftp_client_file_read() function