Home
last modified time | relevance | path

Searched refs:NX_ASSERT (Results 1 – 25 of 37) sorted by relevance

12

/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_dest_table_add.c99NX_ASSERT((destination_address != NX_NULL) && (dest_entry_ptr != NX_NULL) && (next_hop != NX_NULL)… in _nx_icmpv6_dest_table_add()
158 NX_ASSERT(i < NX_IPV6_DESTINATION_TABLE_SIZE); in _nx_icmpv6_dest_table_add()
Dnx_icmpv6_send_queued_packets.c93 NX_ASSERT(nd_entry != NX_NULL); in _nx_icmpv6_send_queued_packets()
96 NX_ASSERT(nd_entry -> nx_nd_cache_packet_waiting_head != NX_NULL); in _nx_icmpv6_send_queued_packets()
Dnxd_ipv6_interface_find.c88 NX_ASSERT(ipv6_addr != NX_NULL); in _nxd_ipv6_interface_find()
129 NX_ASSERT((*ipv6_addr) -> nxd_ipv6_address_valid); in _nxd_ipv6_interface_find()
Dnx_ipv6_packet_send.c123 NX_ASSERT(if_ptr != NX_NULL); in _nx_ipv6_packet_send()
356 NX_ASSERT(NDCacheEntry -> nx_nd_cache_nd_status != ND_CACHE_STATE_INVALID); in _nx_ipv6_packet_send()
578 NX_ASSERT(if_ptr -> nx_interface_link_driver_entry != NX_NULL); in _nx_ipv6_packet_send()
Dnx_icmpv6_send_ns.c210 NX_ASSERT(outgoing_address -> nxd_ipv6_address_attached != NX_NULL); in _nx_icmpv6_send_ns()
313NX_ASSERT(outgoing_address -> nxd_ipv6_address_attached -> nx_interface_link_driver_entry != NX_NU… in _nx_icmpv6_send_ns()
Dnxd_ipv6_destination_table_find_next_hop.c86 NX_ASSERT(next_hop != NX_NULL); in _nxd_ipv6_destination_table_find_next_hop()
Dnxd_ipv6_raw_packet_send_internal.c98 NX_ASSERT(packet_ptr -> nx_packet_address.nx_packet_ipv6_address_ptr != NX_NULL); in _nxd_ipv6_raw_packet_send_internal()
Dnx_icmpv6_dest_table_find.c90 NX_ASSERT((destination_address != NX_NULL) && (dest_entry_ptr != NULL)); in _nx_icmpv6_dest_table_find()
Dnx_ip_fragment_disable.c110 NX_ASSERT(ip_ptr -> nx_ip_received_fragment_head == NX_NULL); in _nx_ip_fragment_disable()
Dnxd_ipv6_router_lookup.c93 NX_ASSERT(nd_cache_entry != NX_NULL) in _nxd_ipv6_router_lookup()
Dnx_arp_packet_send.c84 NX_ASSERT(nx_interface != NX_NULL); in _nx_arp_packet_send()
Dnx_ip_checksum_compute.c111 NX_ASSERT((src_ip_addr != NX_NULL) && (dest_ip_addr != NX_NULL)); in _nx_ip_checksum_compute()
Dnx_ip_header_add.c121 NX_ASSERT(packet_ptr -> nx_packet_prepend_ptr >= packet_ptr -> nx_packet_data_start); in _nx_ip_header_add()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_process_remote_certificate.c328 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_process_remote_certificate()
403 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_process_remote_certificate()
411 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_process_remote_certificate()
Dnx_secure_tls_server_handshake.c282 NX_ASSERT(tls_session -> nx_secure_tls_session_ciphersuite != NX_NULL); in _nx_secure_tls_server_handshake()
354 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_server_handshake()
502 NX_ASSERT(status != NX_SUCCESS); in _nx_secure_tls_server_handshake()
Dnx_secure_tls_1_3_server_handshake.c383 NX_ASSERT(tls_session -> nx_secure_tls_session_ciphersuite != NX_NULL); in _nx_secure_tls_1_3_server_handshake()
435 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_1_3_server_handshake()
613 NX_ASSERT(status != NX_SUCCESS); in _nx_secure_tls_1_3_server_handshake()
Dnx_secure_tls_record_hash_update.c94 NX_ASSERT(authentication_method -> nx_crypto_operation != NX_NULL); in _nx_secure_tls_record_hash_update()
Dnx_secure_tls_remote_certificate_free.c115 NX_ASSERT(status == NX_SECURE_X509_SUCCESS); in _nx_secure_tls_remote_certificate_free()
Dnx_secure_tls_record_hash_calculate.c97 NX_ASSERT(authentication_method -> nx_crypto_operation != NX_NULL); in _nx_secure_tls_record_hash_calculate()
Dnx_secure_tls_remote_certificate_buffer_allocate.c112 NX_ASSERT(certs_number != 0); in _nx_secure_tls_remote_certificate_buffer_allocate()
Dnx_secure_tls_record_hash_initialize.c106 NX_ASSERT(authentication_method -> nx_crypto_operation != NX_NULL); in _nx_secure_tls_record_hash_initialize()
Dnx_secure_tls_record_payload_decrypt.c444 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_record_payload_decrypt()
760 NX_ASSERT(block_size <= sizeof(_nx_secure_tls_record_block_buffer)); in _nx_secure_tls_record_packet_decrypt()
818 NX_ASSERT(decrypted_packet != NX_NULL); in _nx_secure_tls_record_packet_decrypt()
Dnx_secure_tls_session_renegotiate.c257 NX_ASSERT(status == NX_SUCCESS); in _nx_secure_tls_session_renegotiate()
Dnx_secure_x509_crl_revocation_check.c194 NX_ASSERT(bytes_processed <= length); in _nx_secure_x509_crl_revocation_check()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_json_writer.c46 NX_ASSERT((tail_packet_ptr -> nx_packet_data_start + writer_ptr -> nx_tail_packet_offset + in nx_azure_iot_json_wirter_packet_allocator_cb()
89 NX_ASSERT((tail_packet_ptr -> nx_packet_data_start + json_writer_ptr -> nx_tail_packet_offset + in nx_azure_iot_json_writer_packet_update()

12