Home
last modified time | relevance | path

Searched refs:NX_INVALID_PORT (Results 1 – 21 of 21) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_nxe_api_test.c424 if (status != NX_INVALID_PORT) in thread_0_entry()
532 if (status != NX_INVALID_PORT) in thread_0_entry()
617 if (status != NX_INVALID_PORT) in thread_0_entry()
725 if (status != NX_INVALID_PORT) in thread_0_entry()
740 if (status != NX_INVALID_PORT) in thread_0_entry()
975 if (status != NX_INVALID_PORT) in thread_0_entry()
986 if (status != NX_INVALID_PORT) in thread_0_entry()
1068 if (status != NX_INVALID_PORT) in thread_0_entry()
1079 if (status != NX_INVALID_PORT) in thread_0_entry()
1183 if (status != NX_INVALID_PORT) in thread_0_entry()
[all …]
Dnetx_udp_nxe_api_test.c285 if(status != NX_INVALID_PORT) in thread_0_entry()
656 if (status != NX_INVALID_PORT) in thread_0_entry()
666 if(status != NX_INVALID_PORT) in thread_0_entry()
678 if (status != NX_INVALID_PORT) in thread_0_entry()
686 if(status != NX_INVALID_PORT) in thread_0_entry()
1065 if(status != NX_INVALID_PORT) in thread_0_entry()
1073 if(status != NX_INVALID_PORT) in thread_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnxe_tcp_server_socket_unlisten.c99 return(NX_INVALID_PORT); in _nxe_tcp_server_socket_unlisten()
Dnxe_udp_socket_bind.c100 return(NX_INVALID_PORT); in _nxe_udp_socket_bind()
Dnxe_tcp_client_socket_bind.c99 return(NX_INVALID_PORT); in _nxe_tcp_client_socket_bind()
Dnxe_tcp_free_port_find.c101 return(NX_INVALID_PORT); in _nxe_tcp_free_port_find()
Dnxe_udp_free_port_find.c101 return(NX_INVALID_PORT); in _nxe_udp_free_port_find()
Dnxe_tcp_server_socket_relisten.c102 return(NX_INVALID_PORT); in _nxe_tcp_server_socket_relisten()
Dnxe_tcp_server_socket_listen.c107 return(NX_INVALID_PORT); in _nxe_tcp_server_socket_listen()
Dnxe_tcp_client_socket_connect.c117 return(NX_INVALID_PORT); in _nxe_tcp_client_socket_connect()
Dnxde_tcp_client_socket_connect.c135 return(NX_INVALID_PORT); in _nxde_tcp_client_socket_connect()
Dnxe_udp_socket_send.c127 return(NX_INVALID_PORT); in _nxe_udp_socket_send()
Dnxde_udp_socket_source_send.c185 return(NX_INVALID_PORT); in _nxde_udp_socket_source_send()
Dnxe_udp_socket_source_send.c118 return(NX_INVALID_PORT); in _nxe_udp_socket_source_send()
Dnxde_udp_socket_send.c160 return(NX_INVALID_PORT); in _nxde_udp_socket_send()
Dnx_http_proxy_client.c123 return(NX_INVALID_PORT); in _nxe_http_proxy_client_enable()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_api_test.c147 if(status != NX_INVALID_PORT) in ntest_0_entry()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.c401 return(NX_INVALID_PORT); in _nxe_http_client_set_connect_port()
405 return(NX_INVALID_PORT); in _nxe_http_client_set_connect_port()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c5623 return(NX_INVALID_PORT); in _nxde_mqtt_client_connect()
5704 return(NX_INVALID_PORT); in _nxde_mqtt_client_secure_connect()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1322 #define NX_INVALID_PORT 0x46 macro
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c10432 case NX_INVALID_PORT: in nx_bsd_set_error_code()