Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 57) sorted by relevance

123

/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_process_redirect.c101 ULONG error = 0; in _nx_icmpv6_process_redirect() local
163 error = 1; in _nx_icmpv6_process_redirect()
168 error = 1; in _nx_icmpv6_process_redirect()
173 error = 1; in _nx_icmpv6_process_redirect()
187 error = 1; in _nx_icmpv6_process_redirect()
195 error = 1; in _nx_icmpv6_process_redirect()
201 error = 1; in _nx_icmpv6_process_redirect()
206 error = 1; in _nx_icmpv6_process_redirect()
217 error = 1; in _nx_icmpv6_process_redirect()
222 if (error) in _nx_icmpv6_process_redirect()
Dnx_icmpv6_process_na.c101 INT error = 0; in _nx_icmpv6_process_na() local
142 error = 1; in _nx_icmpv6_process_na()
189 error = 1; in _nx_icmpv6_process_na()
232 error = 1; in _nx_icmpv6_process_na()
237 if (error) in _nx_icmpv6_process_na()
Dnx_icmpv6_process_ns.c103 UINT error; in _nx_icmpv6_process_ns() local
120 error = 0; in _nx_icmpv6_process_ns()
164 error = 1; in _nx_icmpv6_process_ns()
182 if (!error) in _nx_icmpv6_process_ns()
204 if (error || (interface_addr == NX_NULL)) in _nx_icmpv6_process_ns()
Dnx_ipv6_packet_receive.c85 UINT error; in _nx_ipv6_packet_receive() local
343 error = _nx_ip_dispatch_process(ip_ptr, packet_ptr, next_header_type); in _nx_ipv6_packet_receive()
345 if (error) in _nx_ipv6_packet_receive()
Dnx_ipv6_fragment_process.c103 INT error = 0; in _nx_ipv6_fragment_process() local
259 error = 1; in _nx_ipv6_fragment_process()
300 if (error) in _nx_ipv6_fragment_process()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_basic_nonblocking_test.c218 int error, len; in test_tcp_server4() local
256 len = sizeof(error); in test_tcp_server4()
257 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_tcp_server4()
258 if(error) in test_tcp_server4()
322 int error, len; in test_tcp_server6() local
362 len = sizeof(error); in test_tcp_server6()
363 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_tcp_server6()
364 if(error) in test_tcp_server6()
432 int error, len; in test_tcp_client4() local
482 len = sizeof(error); in test_tcp_client4()
[all …]
Dnetx_bsd_raw_basic_rx_nohdr_nonblocking_test.c138 int error, len; in test_raw_server4() local
183 len = sizeof(error); in test_raw_server4()
184 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_raw_server4()
185 if(error) in test_raw_server4()
227 int error, len; in test_raw_server_ipv6() local
273 len = sizeof(error); in test_raw_server_ipv6()
274 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_raw_server_ipv6()
275 if(error) in test_raw_server_ipv6()
Dnetx_bsd_ioctl_nonblocking_test.c350 int error, len; in test_tcp_server4() local
389 len = sizeof(error); in test_tcp_server4()
390 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_tcp_server4()
391 if(error) in test_tcp_server4()
455 int error, len; in test_tcp_server6() local
496 len = sizeof(error); in test_tcp_server6()
497 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_tcp_server6()
498 if(error) in test_tcp_server6()
566 int error, len; in test_tcp_client4() local
618 len = sizeof(error); in test_tcp_client4()
[all …]
Dnetx_bsd_raw_basic_nonblocking_test.c137 int error, len; in test_raw_server4() local
175 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_raw_server4()
177 if(error) in test_raw_server4()
219 int error, len; in test_raw_server_ipv6() local
256 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_raw_server_ipv6()
258 if(error) in test_raw_server_ipv6()
Dnetx_bsd_tcp_accept_nonblocking_timeout_test.c205 int error, len; in test_tcp_server4() local
245 len = sizeof(error); in test_tcp_server4()
246 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_tcp_server4()
247 if(error) in test_tcp_server4()
Dnetx_bsd_tcp_accept_nonblocking_test.c205 int error, len; in test_tcp_server4() local
245 len = sizeof(error); in test_tcp_server4()
246 getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &error, &len); in test_tcp_server4()
247 if(error) in test_tcp_server4()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/cert/
Dnx_azure_iot_ciphersuites.c14 #error "TLS 1.2 must be enabled."
18 #error "X509 must be enabled."
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dmain.c59 #error "SYMBOL DEMO_IPV4_ADDRESS must be defined. This symbol specifies the IP address of device. "
64 #error "SYMBOL DEMO_IPV4_MASK must be defined. This symbol specifies the IP address mask of device.…
69 #error "SYMBOL DEMO_GATEWAY_ADDRESS must be defined. This symbol specifies the gateway address for …
74 #error "SYMBOL DEMO_DNS_SERVER_ADDRESS must be defined. This symbol specifies the dns server addres…
/NetX-Duo-v6.2.1/samples/
Dmain.c26 #error "SYMBOL NX_ENABLE_HTTP_PROXY must be defined. "
72 #error "SYMBOL SAMPLE_IPV4_ADDRESS must be defined. This symbol specifies the IP address of device.…
77 #error "SYMBOL SAMPLE_IPV4_MASK must be defined. This symbol specifies the IP address mask of devic…
82 #error "SYMBOL SAMPLE_GATEWAY_ADDRESS must be defined. This symbol specifies the gateway address fo…
87 #error "SYMBOL SAMPLE_DNS_SERVER_ADDRESS must be defined. This symbol specifies the dns server addr…
/NetX-Duo-v6.2.1/test/cmake/azure_iot/
DCMakeLists.txt57 …db -m32 -gdwarf-2 -fdiagnostics-color -fprofile-arcs -ftest-coverage -Wno-error=misleading-indenta…
60 …l-op -Wfloat-equal -fprofile-arcs -ftest-coverage -Wjump-misses-init -Wno-error=misleading-indenta…
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md114 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to initialize the Azure IoT hub client due to SDK core error.
394 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to connect to Azure IoT Hub due to SDK core error.
402 * NXD_MQTT_CONNECT_FAILURE Fail to connect to Azure IoT Hub due to TCP/TLS connect error.
403 * NXD_MQTT_COMMUNICATION_FAILURE Fail to connect to Azure IoT Hub due to MQTT connect error.
405 * NXD_MQTT_ERROR_NOT_AUTHORIZED Fail to connect to Azure IoT Hub due to authentication error.
563 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to allocate telemetry message due to SDK core error.
719 * NXD_MQTT_COMMUNICATION_FAILURE Fail to send telemetry message due to TCP/TLS error.
764 * NXD_MQTT_COMMUNICATION_FAILURE Fail to send telemetry message due to TCP/TLS error.
839 * NXD_MQTT_COMMUNICATION_FAILURE Fail to enable C2D message receiving due to TCP/TLS error.
875 * NXD_MQTT_COMMUNICATION_FAILURE Fail to disable C2D message receiving due to TCP/TLS error.
[all …]
Dazure_rtos_iot_provisioning_client.md46 …ZURE_IOT_SDK_CORE_ERROR Fail to initialize the Azure IoT Provisioning Client due to SDK core error.
218 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to register device to AZ IoT Provisioning due to SDK core error.
219 * NX_AZURE_IOT_SERVER_RESPONSE_ERROR Fail to register device to AZ IoT Provisioning due to error re…
227 …D_MQTT_CONNECT_FAILURE Fail to register device to AZ IoT Provisioning due to TCP/TLS connect error.
228 …QTT_COMMUNICATION_FAILURE Fail to register device to AZ IoT Provisioning due to MQTT connect error.
230 …TT_ERROR_NOT_AUTHORIZED Fail to register device to AZ IoT Provisioning due to authentication error.
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h31 #error "NXD_MQTT_CLOUD_ENABLE must be defined"
35 #error "NX_SECURE_ENABLE must be defined"
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.h132 #error "mDNS IPv6 is not supported if IPv6 is not enabled."
136 #error "mDNS IPv6 is not supported if IPv6 multicast is not enabled."
141 #error "mDNS IPv6 is not supported if IPv6 address change notify is not enabled."
194 #error "NX_MDNS_DOMAIN_NAME_MAX must be at least 5 bytes!"
199 #error "(NX_MDNS_HOST_NAME_MAX + 1 + NX_MDNS_DOMAIN_NAME_MAX) must be no more than NX_MDNS_NAME_MAX…
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_alert_test.c29 #define TLS_ALERT_TEST(error, expected_alert, expected_level) \ argument
30 _nx_secure_tls_map_error_to_alert(error, &alert_number, &alert_level); \
Dnetxtestcontrol.c13 #error "__PRODUCT_NETX_SECURE__ is not defined."
17 #error "__NETX_SECURE_MAJOR_VERSION__"
21 #error "__NETX_SECURE_MINOR_VERSION__"
/NetX-Duo-v6.2.1/test/cmake/azure_iot/configs/
Dazure_rtos_src.cmake46 -Wno-error=misleading-indentation)
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h116 #error "Only one of NX_PTP_CLIENT_TRANSPORT_UDP and NX_PTP_CLIENT_TRANSPORT_ETHERNET can be enabled"
120 #error "At least one of NX_PTP_CLIENT_TRANSPORT_UDP or NX_PTP_CLIENT_TRANSPORT_ETHERNET must be ena…
124 #error "NX_ENABLE_VLAN must be enabled for NX_PTP_CLIENT_TRANSPORT_ETHERNET"
/NetX-Duo-v6.2.1/.github/ISSUE_TEMPLATE/
Dbug_report.md23 1. See error
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt604 …nx_tcp_socket_retransmit.c Fixed compiler error when NX_DISABLE_TCP_TX_CHEC…
617 …nxd_udp_socket_send.c Fixed compiler error when NX_DISABLE_UDP_TX_CHEC…
769 Files are modified to avoid static analysis error report:
833 nxd_icmp_ping.c Removed duplicated error check.
834 nxd_icmp_source_ping.c Removed duplicated error check.
1299 Files are added or modified to support ICMPv4 error message:
1573 Removed duplicated error check.
1613 … nxd_ipv6_default_router_add_internal.c Returned error status when router table was full.
1614 …nxd_ipv6_default_router_delete.c Returned error status when router table was not f…
1987 …ip_fragment_timeout_check.c Fixed the endian of offset flag before sending ICMPv6 error message.
[all …]

123