Searched refs:NX_TFTP_CLIENT (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/addons/tftp/ |
D | nxd_tftp_client.h | 194 } NX_TFTP_CLIENT; typedef 268 UINT nx_tftp_client_file_open(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *file_name, ULONG server… 270 UINT nxd_tftp_client_create(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *tftp_client_name, NX_IP *… 271 UINT nxd_tftp_client_delete(NX_TFTP_CLIENT *tftp_client_ptr); 272 UINT nxd_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR … 273 UINT nxd_tftp_client_file_close(NX_TFTP_CLIENT *tftp_client_ptr, UINT ip_type); 274 UINT nxd_tftp_client_file_open(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *file_name, NXD_ADDRESS… 275 UINT nxd_tftp_client_file_read(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET **packet_ptr, ULON… 276 UINT nxd_tftp_client_file_write(NX_TFTP_CLIENT *tftp_client_ptr, NX_PACKET *packet_ptr, ULON… 278 UINT nxd_tftp_client_set_interface(NX_TFTP_CLIENT *tftpv6_client_ptr, UINT if_index); [all …]
|
D | nxd_tftp_client.c | 91 UINT _nxde_tftp_client_create(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *tftp_client_name, NX_IP *ip_p… in _nxde_tftp_client_create() 165 UINT _nxd_tftp_client_create(NX_TFTP_CLIENT *tftp_client_ptr, CHAR *tftp_client_name, NX_IP *ip_pt… in _nxd_tftp_client_create() 172 memset((void *) tftp_client_ptr, 0, sizeof(NX_TFTP_CLIENT)); in _nxd_tftp_client_create() 273 UINT _nxde_tftp_client_delete(NX_TFTP_CLIENT *tftp_client_ptr) in _nxde_tftp_client_delete() 335 UINT _nxd_tftp_client_delete(NX_TFTP_CLIENT *tftp_client_ptr) in _nxd_tftp_client_delete() 395 UINT _nxde_tftp_client_set_interface(NX_TFTP_CLIENT *tftp_client_ptr, UINT if_index) in _nxde_tftp_client_set_interface() 465 UINT _nxd_tftp_client_set_interface(NX_TFTP_CLIENT *tftp_client_ptr, UINT if_index) in _nxd_tftp_client_set_interface() 526 UINT _nxde_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **er… in _nxde_tftp_client_error_info_get() 594 UINT _nxd_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **err… in _nxd_tftp_client_error_info_get() 649 UINT _nxde_tftp_client_file_close(NX_TFTP_CLIENT *tftp_client_ptr, UINT ip_type) in _nxde_tftp_client_file_close() [all …]
|
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_tftp.c | 45 NX_TFTP_CLIENT client;
|