Searched refs:_nxd_ftp_client_connect (Results 1 – 3 of 3) sorted by relevance
246 #define nxd_ftp_client_connect _nxd_ftp_client_connect320 UINT _nxd_ftp_client_connect(NX_FTP_CLIENT *ftp_client_ptr, NXD_ADDRESS *server_ipduo, CHAR …
275 … status = _nxd_ftp_client_connect(ftp_client_ptr, server_ipduo, username, password, wait_option); in _nxde_ftp_client_connect()328 UINT _nxd_ftp_client_connect(NX_FTP_CLIENT *ftp_client_ptr, NXD_ADDRESS *server_ipduo, CHAR *usern… in _nxd_ftp_client_connect() function
5470 … Added _nx_ftp_client_connect_internal function and modified the _nxd_ftp_client_connect function.…