Home
last modified time | relevance | path

Searched refs:NX_FTP_INVALID_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_parse_ipv6_address_test.c63 if (status != NX_FTP_INVALID_ADDRESS) in thread_test_entry()
69 if (status != NX_FTP_INVALID_ADDRESS) in thread_test_entry()
75 if (status != NX_FTP_INVALID_ADDRESS) in thread_test_entry()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_server.c3753 status = NX_FTP_INVALID_ADDRESS; in _nx_ftp_server_command_process()
5924 return NX_FTP_INVALID_ADDRESS; in _nx_ftp_utility_parse_IPv6_address()
5943 return NX_FTP_INVALID_ADDRESS; in _nx_ftp_utility_parse_IPv6_address()
5985 return NX_FTP_INVALID_ADDRESS; in _nx_ftp_utility_parse_IPv6_address()
6014 return NX_FTP_INVALID_ADDRESS; in _nx_ftp_utility_parse_IPv6_address()
6074 return NX_FTP_INVALID_ADDRESS; in _nx_ftp_utility_parse_IPv6_address()
6085 return NX_FTP_INVALID_ADDRESS; in _nx_ftp_utility_parse_IPv6_address()
Dnxd_ftp_server.h222 #define NX_FTP_INVALID_ADDRESS 0x1D0 /* Invalid IP address parsed from FTP comma… macro
Dnxd_ftp_client.h159 #define NX_FTP_INVALID_ADDRESS 0x1D0 /* Invalid IP address parsed from FTP comma… macro
Dnxd_ftp_client.c5630 status = NX_FTP_INVALID_ADDRESS; in _nx_ftp_client_passive_transfer_setup()