| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_icmpv6_process_redirect.c | 101 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()
|
| D | nx_icmpv6_process_na.c | 101 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()
|
| D | nx_icmpv6_process_ns.c | 103 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()
|
| D | nx_ipv6_packet_receive.c | 85 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()
|
| D | nx_ipv6_fragment_process.c | 103 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/ |
| D | netx_bsd_tcp_basic_nonblocking_test.c | 218 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 …]
|
| D | netx_bsd_raw_basic_rx_nohdr_nonblocking_test.c | 138 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()
|
| D | netx_bsd_ioctl_nonblocking_test.c | 350 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 …]
|
| D | netx_bsd_raw_basic_nonblocking_test.c | 137 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()
|
| D | netx_bsd_tcp_accept_nonblocking_timeout_test.c | 205 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()
|
| D | netx_bsd_tcp_accept_nonblocking_test.c | 205 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/ |
| D | nx_azure_iot_ciphersuites.c | 14 #error "TLS 1.2 must be enabled." 18 #error "X509 must be enabled."
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | main.c | 59 #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/ |
| D | main.c | 26 #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/ |
| D | CMakeLists.txt | 57 …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/ |
| D | azure_rtos_iot_hub_client.md | 114 * 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 …]
|
| D | azure_rtos_iot_provisioning_client.md | 46 …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/ |
| D | nx_azure_iot.h | 31 #error "NXD_MQTT_CLOUD_ENABLE must be defined" 35 #error "NX_SECURE_ENABLE must be defined"
|
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.h | 132 #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/ |
| D | nx_secure_tls_alert_test.c | 29 #define TLS_ALERT_TEST(error, expected_alert, expected_level) \ argument 30 _nx_secure_tls_map_error_to_alert(error, &alert_number, &alert_level); \
|
| D | netxtestcontrol.c | 13 #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/ |
| D | azure_rtos_src.cmake | 46 -Wno-error=misleading-indentation)
|
| /NetX-Duo-v6.2.1/addons/ptp/ |
| D | nxd_ptp_client.h | 116 #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/ |
| D | bug_report.md | 23 1. See error
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 604 …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 …]
|