Home
last modified time | relevance | path

Searched refs:NX_FALSE (Results 1 – 25 of 148) sorted by relevance

123456

/NetX-Duo-v6.3.0/common/src/
Dnx_ipv4_option_process.c143 return(NX_FALSE); in _nx_ipv4_option_process()
169 return(NX_FALSE); in _nx_ipv4_option_process()
183 return(NX_FALSE); in _nx_ipv4_option_process()
197 return(NX_FALSE); in _nx_ipv4_option_process()
211 return(NX_FALSE); in _nx_ipv4_option_process()
227 return(NX_FALSE); in _nx_ipv4_option_process()
Dnx_tcp_window_scaling_option_get.c105 return(NX_FALSE); in _nx_tcp_window_scaling_option_get()
150 return(NX_FALSE); in _nx_tcp_window_scaling_option_get()
159 return(NX_FALSE); in _nx_tcp_window_scaling_option_get()
Dnx_tcp_mss_option_get.c102 return(NX_FALSE); in _nx_tcp_mss_option_get()
141 return(NX_FALSE); in _nx_tcp_mss_option_get()
150 return(NX_FALSE); in _nx_tcp_mss_option_get()
Dnx_tcp_socket_packet_process.c107 UINT packet_queued = NX_FALSE; in _nx_tcp_socket_packet_process()
181 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process()
191 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process()
197 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process()
208 outside_of_window = NX_FALSE; in _nx_tcp_socket_packet_process()
290 if (_nx_tcp_socket_state_ack_check(socket_ptr, &tcp_header_copy) == NX_FALSE) in _nx_tcp_socket_packet_process()
Dnx_rarp_enable.c89 rarp_enable = NX_FALSE; in _nx_rarp_enable()
113 if (rarp_enable == NX_FALSE) in _nx_rarp_enable()
Dnx_tcp_server_socket_driver_listen.c87 if ((interface_ptr -> nx_interface_valid == NX_FALSE) || in _nx_tcp_server_socket_driver_listen()
88 (interface_ptr -> nx_interface_link_up == NX_FALSE)) in _nx_tcp_server_socket_driver_listen()
Dnx_tcp_socket_state_ack_check.c116 UINT wrapped_flag = NX_FALSE; in _nx_tcp_socket_state_ack_check()
162 return(NX_FALSE); in _nx_tcp_socket_state_ack_check()
289 wrapped_flag = NX_FALSE; in _nx_tcp_socket_state_ack_check()
344 if (wrapped_flag == NX_FALSE) in _nx_tcp_socket_state_ack_check()
449 return(NX_FALSE); in _nx_tcp_socket_state_ack_check()
477 socket_ptr -> nx_tcp_socket_fast_recovery = NX_FALSE; in _nx_tcp_socket_state_ack_check()
738 _nx_tcp_socket_retransmit(socket_ptr -> nx_tcp_socket_ip_ptr, socket_ptr, NX_FALSE); in _nx_tcp_socket_state_ack_check()
748 return(NX_FALSE); in _nx_tcp_socket_state_ack_check()
Dnx_tcp_fast_periodic_processing.c138 (socket_ptr -> nx_tcp_socket_zero_window_probe_has_data == NX_FALSE)) || in _nx_tcp_fast_periodic_processing()
177 _nx_tcp_socket_retransmit(ip_ptr, socket_ptr, NX_FALSE); in _nx_tcp_fast_periodic_processing()
180 socket_ptr -> nx_tcp_socket_fast_recovery = NX_FALSE; in _nx_tcp_fast_periodic_processing()
Dnx_tcp_socket_block_cleanup.c98 socket_ptr -> nx_tcp_socket_zero_window_probe_has_data = NX_FALSE; in _nx_tcp_socket_block_cleanup()
107 socket_ptr -> nx_tcp_socket_fast_recovery = NX_FALSE; in _nx_tcp_socket_block_cleanup()
Dnx_udp_free_port_find.c115 bound = NX_FALSE; in _nx_udp_free_port_find()
144 if (bound == NX_FALSE) in _nx_udp_free_port_find()
Dnx_tcp_free_port_find.c115 bound = NX_FALSE; in _nx_tcp_free_port_find()
144 if (bound == NX_FALSE) in _nx_tcp_free_port_find()
Dnxd_ipv6_interface_find.c114 …tr -> nx_ipv6_multicast_entry[i].nx_ip_mld_join_interface_list -> nx_interface_link_up == NX_FALSE) in _nxd_ipv6_interface_find()
177 if (ip_ptr -> nx_ip_interface[i].nx_interface_link_up == NX_FALSE) in _nxd_ipv6_interface_find()
284 … if (rt_entry -> nx_ipv6_default_router_entry_interface_ptr -> nx_interface_link_up == NX_FALSE) in _nxd_ipv6_interface_find()
Dnx_udp_socket_create.c109 socket_ptr -> nx_udp_socket_disable_checksum = NX_FALSE; in _nx_udp_socket_create()
112 socket_ptr -> nx_udp_socket_bind_in_progress = NX_FALSE; in _nx_udp_socket_create()
/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_tls_session_reset.c175 session_ptr -> nx_secure_tls_secure_renegotiation = NX_FALSE; in _nx_secure_tls_session_reset()
181 session_ptr -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_reset()
182 session_ptr -> nx_secure_tls_secure_renegotiation_verified = NX_FALSE; in _nx_secure_tls_session_reset()
183 session_ptr -> nx_secure_tls_server_renegotiation_requested = NX_FALSE; in _nx_secure_tls_session_reset()
184 session_ptr -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_reset()
188 session_ptr -> nx_secure_tls_received_remote_credentials = NX_FALSE; in _nx_secure_tls_session_reset()
Dnx_secure_dtls_session_sliding_window_check.c88 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check()
118 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check()
126 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check()
134 return(NX_FALSE); in _nx_secure_dtls_session_sliding_window_check()
Dnx_secure_tls_session_renegotiate.c228 tls_session -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_renegotiate()
229 tls_session -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_renegotiate()
304 tls_session -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_renegotiate()
305 tls_session -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_renegotiate()
Dnx_secure_tls_session_receive.c115 tls_session -> nx_secure_tls_renegotiation_handshake = NX_FALSE; in _nx_secure_tls_session_receive()
124 tls_session -> nx_secure_tls_local_initiated_renegotiation = NX_FALSE; in _nx_secure_tls_session_receive()
Dnx_secure_tls_process_clienthello.c140 USHORT no_extension = NX_FALSE; in _nx_secure_tls_process_clienthello()
210 tls_session -> nx_secure_tls_server_renegotiation_requested = NX_FALSE; in _nx_secure_tls_process_clienthello()
226 if (tls_session->nx_secure_tls_1_3 == NX_FALSE) in _nx_secure_tls_process_clienthello()
395 tls_session -> nx_secure_tls_1_3 = NX_FALSE; in _nx_secure_tls_process_clienthello()
419 tls_session -> nx_secure_tls_secure_renegotiation_verified = NX_FALSE; in _nx_secure_tls_process_clienthello()
472 if (cert_curve_supported == NX_FALSE) in _nx_secure_tls_process_clienthello()
684 if (cert_curve_supported == NX_FALSE) in _nx_secure_tls_check_ciphersuite()
Dnx_secure_tls_session_client_verify_disable.c79 tls_session -> nx_secure_tls_verify_client_certificate = NX_FALSE; in _nx_secure_tls_session_client_verify_disable()
Dnx_secure_tls_process_serverhello.c103 USHORT no_extension = NX_FALSE; in _nx_secure_tls_process_serverhello()
284 tls_session -> nx_secure_tls_1_3 = NX_FALSE; in _nx_secure_tls_process_serverhello()
323 tls_session -> nx_secure_tls_secure_renegotiation_verified = NX_FALSE; in _nx_secure_tls_process_serverhello()
/NetX-Duo-v6.3.0/addons/azure_iot/
Dnx_azure_iot_adu_agent.c129 UINT component_added = NX_FALSE; in nx_azure_iot_adu_agent_start()
184 if (component_added == NX_FALSE) in nx_azure_iot_adu_agent_start()
415 if (adu_agent_ptr -> nx_azure_iot_adu_agent_device[i].valid == NX_FALSE) in nx_azure_iot_adu_agent_proxy_update_add()
555 adu_agent_ptr -> nx_azure_iot_adu_agent_update_flag = NX_FALSE; in nx_azure_iot_adu_agent_component_properties_process()
661 nx_azure_iot_adu_agent_download_state_update(adu_agent_ptr, NX_FALSE); in nx_azure_iot_adu_agent_timer_event_process()
671 UINT is_installed = NX_FALSE; in nx_azure_iot_adu_agent_update_check_event_process()
1107 UINT step_fail = NX_FALSE; in nx_azure_iot_adu_agent_apply_event_process()
1234 &signature_b64, &signature_b64_length) == NX_FALSE) in nx_azure_iot_adu_agent_manifest_verify()
1236 return(NX_FALSE); in nx_azure_iot_adu_agent_manifest_verify()
1243 return(NX_FALSE); in nx_azure_iot_adu_agent_manifest_verify()
[all …]
/NetX-Duo-v6.3.0/addons/pop3/
Dnxd_pop3_client.c399 client_ptr -> nx_pop3_client_ready_to_download = NX_FALSE; in _nxd_pop3_client_create()
780 …esponse(buffer, 1, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_items_get()
793 …esponse(buffer, 2, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_items_get()
806 …esponse(buffer, 3, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_items_get()
1070 …nse(buffer_ptr, 1, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_size_get()
1080 …nse(buffer_ptr, 2, recv_packet_ptr -> nx_packet_length, (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_size_get()
1094 (CHAR *)&argument, 10, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_size_get()
1243 client_ptr -> nx_pop3_client_ready_to_download = NX_FALSE; in _nx_pop3_client_mail_item_get()
1353 sizeof(argument), NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_get()
1367 sizeof(argument) - 1, NX_FALSE, NX_FALSE); in _nx_pop3_client_mail_item_get()
[all …]
/NetX-Duo-v6.3.0/addons/azure_iot/samples/sample_azure_iot_embedded_sdk_adu/
Dsample_azure_iot_embedded_sdk_adu.c42 static UINT adu_agent_started = NX_FALSE;
92 if (adu_agent_started == NX_FALSE) in sample_adu_start()
/NetX-Duo-v6.3.0/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_connect.c170 … connection_status = nx_azure_iot_hub_client_connect(hub_client_ptr, NX_FALSE, NX_WAIT_FOREVER); in sample_connection_monitor()
193 … connection_status = nx_azure_iot_hub_client_connect(hub_client_ptr, NX_FALSE, NX_WAIT_FOREVER); in sample_connection_monitor()
/NetX-Duo-v6.3.0/addons/sntp/
Dnxd_sntp_client.c1152 if (client_ptr -> nx_sntp_client_unicast_initialized == NX_FALSE) in _nx_sntp_client_run_unicast()
1231 client_ptr -> nx_sntp_client_sleep_flag = NX_FALSE; in _nx_sntp_client_run_unicast()
1330 client_ptr -> nx_sntp_client_first_update_pending = NX_FALSE; in _nx_sntp_client_process_unicast()
1345 client_ptr -> nx_sntp_valid_server_status = NX_FALSE; in _nx_sntp_client_process_unicast()
1863 if (client_ptr -> nx_sntp_client_started == NX_FALSE) in _nx_sntp_client_stop()
1875 client_ptr -> nx_sntp_client_started = NX_FALSE; in _nx_sntp_client_stop()
1878 client_ptr -> nx_sntp_client_unicast_initialized = NX_FALSE; in _nx_sntp_client_stop()
1879 client_ptr -> nx_sntp_client_broadcast_initialized = NX_FALSE; in _nx_sntp_client_stop()
1899 client_ptr -> nx_sntp_client_sleep_flag = NX_FALSE; in _nx_sntp_client_stop()
2063 if (client_ptr -> nx_sntp_client_broadcast_initialized == NX_FALSE) in _nx_sntp_client_run_broadcast()
[all …]

123456