/NetX-Duo-v6.2.1/addons/ftp/ |
D | nxd_ftp_client.c | 105 UINT status; in _nxe_ftp_client_connect() local 120 status = _nx_ftp_client_connect(ftp_client_ptr, server_ip, username, password, wait_option); in _nxe_ftp_client_connect() local 260 UINT status; in _nxde_ftp_client_connect() local 275 … status = _nxd_ftp_client_connect(ftp_client_ptr, server_ipduo, username, password, wait_option); in _nxde_ftp_client_connect() local 397 UINT status; in _nx_ftp_client_connect_internal() local 868 UINT status; in _nxe_ftp_client_create() local 934 UINT status; in _nx_ftp_client_create() local 1089 UINT status; in _nxe_ftp_client_delete() local 1100 status = _nx_ftp_client_delete(ftp_client_ptr); in _nxe_ftp_client_delete() local 1222 UINT status; in _nxe_ftp_client_directory_create() local [all …]
|
/NetX-Duo-v6.2.1/addons/telnet/ |
D | nxd_telnet_client.c | 90 UINT status; in _nxde_telnet_client_connect() local 109 status = _nxd_telnet_client_connect(client_ptr, server_ip_address, server_port, wait_option); in _nxde_telnet_client_connect() local 166 UINT status; in _nxd_telnet_client_connect() local 257 UINT status; in _nxe_telnet_client_connect() local 272 status = _nx_telnet_client_connect(client_ptr, server_ip, server_port, wait_option); in _nxe_telnet_client_connect() local 405 UINT status; in _nxe_telnet_client_create() local 467 UINT status; in _nx_telnet_client_create() local 546 UINT status; in _nxe_telnet_client_delete() local 557 status = _nx_telnet_client_delete(client_ptr); in _nxe_telnet_client_delete() local 673 UINT status; in _nxe_telnet_client_disconnect() local [all …]
|
D | nxd_telnet_server.c | 102 UINT status; in _nxe_telnet_server_create() local 187 UINT status; in _nx_telnet_server_create() local 393 UINT status; in _nxe_telnet_server_delete() local 404 status = _nx_telnet_server_delete(server_ptr); in _nxe_telnet_server_delete() local 570 UINT status; in _nxe_telnet_server_disconnect() local 585 status = _nx_telnet_server_disconnect(server_ptr, logical_connection); in _nxe_telnet_server_disconnect() local 643 UINT status; in _nx_telnet_server_disconnect() local 761 UINT status; in _nxe_telnet_server_packet_send() local 776 … status = _nx_telnet_server_packet_send(server_ptr, logical_connection, packet_ptr, wait_option); in _nxe_telnet_server_packet_send() local 829 UINT status; in _nx_telnet_server_packet_send() local [all …]
|
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
D | nx_secure_tls_handshake_fail_test.c | 694 UINT status; local 808 UINT status; in certificate_verification_callback() local 888 UINT status; in tls_server_callback() local 965 UINT status; in ntest_0_entry() local 1104 UINT status; in ntest_1_entry() local 1208 UINT status; in tls_server_setup() local 1266 UINT status; in tls_client_setup() local 1324 UINT status; in test_no_packet_pool_server() local 1366 UINT status; in test_no_packet_pool_client() local 1401 UINT status; in test_badclient_server() local [all …]
|
D | nx_secure_dtls_handshake_fail_test.c | 144 UINT status; in test_application_define() local 415 UINT status; in client_dtls_setup() local 498 UINT status; in server_dtls_setup() local 529 UINT status; in ntest_0_entry() local 579 UINT status; in ntest_1_entry() local 654 UINT status; in test_dtls_helloverify_after_handshake_server() local 719 UINT status; in test_dtls_helloverify_after_handshake_client() local 769 UINT status; in test_dtls_no_renegotiate_server() local 838 UINT status; in test_dtls_no_renegotiate_client() local 906 UINT status; in test_dtls_handshake_header_server() local [all …]
|
/NetX-Duo-v6.2.1/addons/dhcp/ |
D | nxd_dhcp_client.c | 133 UINT status; in _nxe_dhcp_create() local 223 UINT status; in _nx_dhcp_create() local 531 UINT status; in _nxe_dhcp_clear_broadcast_flag() local 681 UINT status; in _nxe_dhcp_interface_clear_broadcast_flag() local 764 UINT status; in _nx_dhcp_interface_clear_broadcast_flag() local 987 UINT status; in _nxe_dhcp_reinitialize() local 1119 UINT status; in _nxe_dhcp_interface_reinitialize() local 1135 status = _nx_dhcp_interface_reinitialize(dhcp_ptr, iface_index); in _nxe_dhcp_interface_reinitialize() local 1200 UINT status; in _nx_dhcp_interface_reinitialize() local 1338 UINT status; in _nxe_dhcp_request_client_ip() local [all …]
|
D | nxd_dhcpv6_client.c | 508 UINT status; in _nx_dhcpv6_add_iana() local 1106 UINT status; in _nxe_dhcpv6_client_create() local 1199 UINT status; in _nx_dhcpv6_client_create() local 1475 UINT status; in _nxe_dhcpv6_client_delete() local 1488 status = _nx_dhcpv6_client_delete(dhcpv6_ptr); in _nxe_dhcpv6_client_delete() local 1625 UINT status; in _nxe_dhcpv6_create_client_duid() local 1838 UINT status; in _nxe_dhcpv6_add_client_ia() local 2041 UINT status; in _nxe_dhcpv6_create_client_iana() local 2180 UINT status; in _nxe_dhcpv6_get_client_duid_time_id() local 2194 status = _nx_dhcpv6_get_client_duid_time_id(dhcpv6_ptr, time_id); in _nxe_dhcpv6_get_client_duid_time_id() local [all …]
|
/NetX-Duo-v6.2.1/addons/tftp/ |
D | nxd_tftp_client.c | 93 UINT status; in _nxde_tftp_client_create() local 167 UINT status; in _nxd_tftp_client_create() local 275 UINT status; in _nxde_tftp_client_delete() local 286 status = _nxd_tftp_client_delete(tftp_client_ptr); in _nxde_tftp_client_delete() local 397 UINT status; in _nxde_tftp_client_set_interface() local 413 status = _nxd_tftp_client_set_interface(tftp_client_ptr, if_index); in _nxde_tftp_client_set_interface() local 528 UINT status; in _nxde_tftp_client_error_info_get() local 540 status = _nxd_tftp_client_error_info_get(tftp_client_ptr, error_code, error_string); in _nxde_tftp_client_error_info_get() local 651 UINT status; in _nxde_tftp_client_file_close() local 668 status = _nxd_tftp_client_file_close(tftp_client_ptr, ip_type); in _nxde_tftp_client_file_close() local [all …]
|
D | nxd_tftp_server.c | 97 UINT status; in _nxde_tftp_server_create() local 190 UINT status; in _nxd_tftp_server_create() local 363 UINT status; in _nxde_tftp_server_delete() local 374 status = _nxd_tftp_server_delete(tftp_server_ptr); in _nxde_tftp_server_delete() local 556 UINT status; in _nxde_tftp_server_start() local 672 UINT status; in _nxde_tftp_server_stop() local 683 status = _nxd_tftp_server_stop(tftp_server_ptr); in _nxde_tftp_server_stop() local 1026 UINT status; in _nx_tftp_server_thread_entry() local 1126 UINT status; in _nx_tftp_server_process_received_data() local 1295 UINT status; in _nx_tftp_server_open_for_read_process() local [all …]
|
/NetX-Duo-v6.2.1/addons/sntp/ |
D | nxd_sntp_client.c | 139 UINT status; in _nxe_sntp_client_create() local 237 UINT status; in _nx_sntp_client_create() local 435 UINT status; in _nxe_sntp_client_delete() local 450 status = _nx_sntp_client_delete(client_ptr); in _nxe_sntp_client_delete() local 755 UINT status; in _nxde_sntp_client_initialize_unicast() local 770 status = _nxd_sntp_client_initialize_unicast(client_ptr, unicast_time_server); in _nxde_sntp_client_initialize_unicast() local 914 UINT status; in _nxe_sntp_client_initialize_unicast() local 934 status = _nx_sntp_client_initialize_unicast(client_ptr, unicast_time_server); in _nxe_sntp_client_initialize_unicast() local 993 UINT status; in _nx_sntp_client_initialize_unicast() local 1055 UINT status; in _nxe_sntp_client_run_unicast() local [all …]
|
/NetX-Duo-v6.2.1/addons/auto_ip/ |
D | nx_auto_ip.c | 100 UINT status; in _nxe_auto_ip_create() local 112 status = _nx_auto_ip_create(auto_ip_ptr, name, ip_ptr, stack_ptr, stack_size, priority); in _nxe_auto_ip_create() local 169 UINT status; in _nx_auto_ip_create() local 264 UINT status; in _nxe_auto_ip_set_interface() local 274 status = _nx_auto_ip_set_interface(auto_ip_ptr, interface_index); in _nxe_auto_ip_set_interface() local 387 UINT status; in _nxe_auto_ip_get_address() local 519 UINT status; in _nxe_auto_ip_start() local 530 status = _nx_auto_ip_start(auto_ip_ptr, starting_local_address); in _nxe_auto_ip_start() local 647 UINT status; in _nxe_auto_ip_stop() local 658 status = _nx_auto_ip_stop(auto_ip_ptr); in _nxe_auto_ip_stop() local [all …]
|
/NetX-Duo-v6.2.1/addons/smtp/ |
D | nxd_smtp_client.c | 174 UINT status; in _nxde_smtp_client_create() local 276 UINT status = NX_SUCCESS; in _nxd_smtp_client_create() local 416 UINT status; in _nxe_smtp_client_delete() local 479 UINT status; in _nx_smtp_client_delete() local 559 UINT status; in _nxe_smtp_mail_send() local 578 status = _nx_smtp_mail_send(client_ptr, recipient_address, priority, in _nxe_smtp_mail_send() local 648 UINT status; in _nx_smtp_mail_send() local 757 UINT status; in _nx_smtp_client_process() local 1116 UINT status; in _nx_smtp_rsp_greeting() local 1205 UINT status; in _nx_smtp_cmd_helo() local [all …]
|
/NetX-Duo-v6.2.1/test/regression/web_test/ |
D | netx_https_api_test.c | 117 UINT status; in test_application_define() local 169 UINT status; in test_thread_entry() local 485 UINT status; in nx_web_http_client_create_test() local 537 UINT status; in nx_web_http_client_delete_test() local 564 UINT status; in nx_web_http_client_get_start_test() local 605 UINT status; in nx_web_http_client_put_start_test() local 640 UINT status; in nx_web_http_client_post_start_test() local 677 UINT status; in nx_web_http_client_head_start_test() local 714 UINT status; in nx_web_http_client_delete_start_test() local 754 UINT status; in nx_web_http_client_get_secure_start_test() local [all …]
|
/NetX-Duo-v6.2.1/addons/ppp/ |
D | nx_ppp.c | 841 UINT status; in _nx_ppp_receive_packet_get() local 2363 UINT status; in _nx_ppp_lcp_state_machine_update() local 3057 UINT status; in _nx_ppp_lcp_code_reject() local 3174 UINT status; in _nx_ppp_lcp_configure_reply_send() local 3387 UINT status; in _nx_ppp_lcp_configure_request_send() local 3873 UINT status; in _nx_ppp_lcp_terminate_ack_send() local 3963 UINT status; in _nx_ppp_lcp_terminate_request_send() local 4410 UINT status; in _nx_ppp_pap_authentication_request() local 4556 UINT status; in _nx_ppp_pap_login_valid() local 4689 UINT status; in _nx_ppp_pap_authentication_ack() local [all …]
|
/NetX-Duo-v6.2.1/addons/http/ |
D | nxd_http_client.c | 98 UINT status; in _nxe_http_client_create() local 171 UINT status; in _nx_http_client_create() local 257 UINT status; in _nxe_http_client_delete() local 268 status = _nx_http_client_delete(client_ptr); in _nxe_http_client_delete() local 391 UINT status; in _nxe_http_client_set_connect_port() local 516 UINT status; in _nxe_http_client_get_start() local 527 status = _nx_http_client_get_start(client_ptr, ip_address, resource, input_ptr, input_size, in _nxe_http_client_get_start() local 602 UINT status; in _nxe_http_client_get_start_extended() local 613 status = _nx_http_client_get_start_extended(client_ptr, ip_address, resource, resource_length, in _nxe_http_client_get_start_extended() local 691 UINT status; in _nx_http_client_get_start() local [all …]
|
/NetX-Duo-v6.2.1/addons/dns/ |
D | nxd_dns.c | 171 UINT status; in _nxe_dns_create() local 182 status = _nx_dns_create(dns_ptr, ip_ptr, domain_name); in _nxe_dns_create() local 243 UINT status; in _nx_dns_create() local 508 UINT status; in _nxe_dns_delete() local 518 status = _nx_dns_delete(dns_ptr); in _nxe_dns_delete() local 576 UINT status; in _nx_dns_delete() local 658 UINT status; in _nxe_dns_server_add() local 678 status = _nx_dns_server_add(dns_ptr, server_address); in _nxe_dns_server_add() local 802 UINT status; in _nxde_dns_server_add() local 863 status = _nxd_dns_server_add(dns_ptr, server_address); in _nxde_dns_server_add() local [all …]
|
/NetX-Duo-v6.2.1/addons/cloud/ |
D | nx_cloud.c | 89 UINT status; in _nxe_cloud_create() local 114 status = _nx_cloud_create(cloud_ptr, cloud_name, memory_ptr, memory_size, priority); in _nxe_cloud_create() local 168 UINT status; in _nx_cloud_create() local 298 UINT status; in _nxe_cloud_delete() local 311 status = _nx_cloud_delete(cloud_ptr); in _nxe_cloud_delete() local 472 UINT status; in _nxe_cloud_module_register() local 492 …status = _nx_cloud_module_register(cloud_ptr, module_ptr, module_name, module_registered_event, mo… in _nxe_cloud_module_register() local 635 UINT status; in _nxe_cloud_module_deregister() local 649 status = _nx_cloud_module_deregister(cloud_ptr, module_ptr); in _nxe_cloud_module_deregister() local 797 UINT status; in _nxe_cloud_module_event_set() local [all …]
|
/NetX-Duo-v6.2.1/addons/websocket/ |
D | nx_websocket_client.c | 97 UINT status; in _nxe_websocket_client_create() local 157 UINT status; in _nx_websocket_client_create() local 230 UINT status; in _nxe_websocket_client_delete() local 356 UINT status; in _nxe_websocket_client_connect() local 429 UINT status; in _nx_websocket_client_connect() local 535 UINT status; in _nx_websocket_client_connect_internal() local 761 UINT status; in _nxe_websocket_client_secure_connect() local 834 UINT status; in _nx_websocket_client_secure_connect() local 1214 UINT status; in _nxe_websocket_client_disconnect() local 1274 UINT status; in _nx_websocket_client_disconnect() local [all …]
|
/NetX-Duo-v6.2.1/addons/rtsp/ |
D | nx_rtsp_server.c | 179 UINT status; in _nxe_rtsp_server_create() local 254 UINT status; in _nx_rtsp_server_create() local 360 UINT status; in _nxe_rtsp_server_delete() local 485 UINT status; in _nxe_rtsp_server_start() local 545 UINT status; in _nx_rtsp_server_start() local 667 UINT status; in _nxe_rtsp_server_stop() local 825 UINT status; in _nxe_rtsp_server_sdp_set() local 886 UINT status; in _nx_rtsp_server_sdp_set() local 972 UINT status; in _nxe_rtsp_server_rtp_info_set() local 1035 UINT status; in _nx_rtsp_server_rtp_info_set() local [all …]
|
/NetX-Duo-v6.2.1/addons/web/ |
D | nx_web_http_client.c | 146 UINT status; in _nxe_web_http_client_create() local 219 UINT status; in _nx_web_http_client_create() local 308 UINT status; in _nxe_web_http_client_delete() local 319 status = _nx_web_http_client_delete(client_ptr); in _nxe_web_http_client_delete() local 583 UINT status; in _nxe_web_http_client_get_start() local 595 status = _nx_web_http_client_get_start(client_ptr, server_ip, server_port, resource, in _nxe_web_http_client_get_start() local 746 UINT status; in _nxe_web_http_client_get_start_extended() local 758 status = _nx_web_http_client_get_start_extended(client_ptr, server_ip, server_port, resource, in _nxe_web_http_client_get_start_extended() local 834 UINT status; in _nx_web_http_client_get_start_extended() local 936 UINT status; in _nxe_web_http_client_get_secure_start() local [all …]
|
/NetX-Duo-v6.2.1/common/src/ |
D | nx_packet_transmit_release.c | 83 UINT status; in _nx_packet_transmit_release() local 118 status = NX_SUCCESS; in _nx_packet_transmit_release() local 127 status = _nx_packet_release(packet_ptr); in _nx_packet_transmit_release() local
|
/NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
D | netx_icmp_cleanup_test.c | 61 UINT status; in test_application_define() local 176 UINT status; in ntest_0_entry() local 230 UINT status; in ntest_1_entry() local 269 UINT status; in ntest_2_entry() local 308 UINT status; in ntest_3_entry() local 345 UINT status; in ntest_4_entry() local
|
/NetX-Duo-v6.2.1/addons/pop3/ |
D | nxd_pop3_client.c | 123 UINT status; in _nxe_pop3_client_create() local 220 UINT status; in _nx_pop3_client_create() local 304 UINT status; in _nxde_pop3_client_create() local 393 UINT status; in _nxd_pop3_client_create() local 488 UINT status; in _nxe_pop3_client_delete() local 620 UINT status; in _nxe_pop3_client_mail_items_get() local 689 UINT status; in _nx_pop3_client_mail_items_get() local 876 UINT status; in _nxe_pop3_client_mail_item_size_get() local 959 UINT status; in _nx_pop3_client_mail_item_size_get() local 1158 UINT status; in _nxe_pop3_client_mail_item_get() local [all …]
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_provisioning_client.c | 70 UINT status; in nx_azure_iot_provisioning_client_process_message() local 105 UINT status; in nx_azure_iot_provisioning_client_mqtt_disconnect_notify() local 132 UINT status; in nx_azure_iot_provisioning_client_connect_internal() local 217 UINT status; in nx_azure_iot_provisioning_client_mqtt_receive_callback() local 351 UINT status, VOID *context) in nx_azure_iot_provisioning_client_mqtt_connect_notify() 392 UINT status; in nx_azure_iot_provisioning_client_process_connect() local 413 UINT status; in nx_azure_iot_provisioning_client_process_timer() local 438 UINT status; in nx_azure_iot_provisioning_client_subscribe() local 468 UINT status; in nx_azure_iot_provisioning_client_generate_service_request() local 562 UINT status; in nx_azure_iot_provisioning_client_append_device_reg_payload() local [all …]
|
/NetX-Duo-v6.2.1/utility/iperf/ |
D | nx_iperf.c | 2098 UINT status; in nx_iperf_entry() local 2263 UINT status; in nx_iperf_check_token_value() local 2529 UINT status; in nx_iperf_print_main_test_window() local 2674 UINT status; in nx_iperf_print_end_of_page() local 2698 UINT status; in nx_iperf_print_header() local 2730 UINT status; in nx_iperf_print_test_inprogress() local 2756 UINT status = 0; in nx_iperf_print_empty_line() local 2864 UINT status; in nx_iperf_get_notify() local 2985 UINT status; in nx_iperf_send_image() local 3155 UINT status; in nx_iperf_print_tcp_rx_results() local [all …]
|