Lines Matching refs:ftp_command
1627 UINT ftp_command; in _nx_ftp_server_command_process() local
1700 ftp_command = _nx_ftp_server_parse_command(packet_ptr); in _nx_ftp_server_command_process()
1704 (ftp_command != NX_FTP_USER) && (ftp_command != NX_FTP_PASS)) in _nx_ftp_server_command_process()
1722 … ((ftp_command == NX_FTP_STOR) || (ftp_command == NX_FTP_RNFR) || (ftp_command == NX_FTP_RNTO) || in _nx_ftp_server_command_process()
1723 … (ftp_command == NX_FTP_DELE) || (ftp_command == NX_FTP_RMD ) || (ftp_command == NX_FTP_MKD ))) in _nx_ftp_server_command_process()
1740 switch(ftp_command) in _nx_ftp_server_command_process()
2971 … _nx_ftp_server_block_size_get(ftp_server_ptr, ftp_command, filename, &block_size); in _nx_ftp_server_command_process()
3389 … _nx_ftp_server_block_size_get(ftp_server_ptr, ftp_command, filename, &block_size); in _nx_ftp_server_command_process()
4179 if (ftp_command == NX_FTP_CDUP) in _nx_ftp_server_command_process()
6403 VOID _nx_ftp_server_block_size_get(NX_FTP_SERVER *ftp_server_ptr, UINT ftp_command, CHAR *filename… in _nx_ftp_server_block_size_get() argument
6448 if (ftp_command == NX_FTP_NLST) in _nx_ftp_server_block_size_get()