Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_client.h243 #define nx_tftp_client_create(a,b,c,d) _nxde_tftp_client_create(a,b,c,d,NX_IP_VERSION_V4)
253 #define nxd_tftp_client_create _nxde_tftp_client_create
287 UINT _nxde_tftp_client_create(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *tftp_client_name, NX_IP…
Dnxd_tftp_client.c91 UINT _nxde_tftp_client_create(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *tftp_client_name, NX_IP *ip_p… in _nxde_tftp_client_create() function