netxduo + 0/9 examples
CodeScope will show references to NX_SUCCESS from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

NX_SUCCESS macro

Syntax

#define NX_SUCCESS 0x00

Examples

NX_SUCCESS is referenced by 9 libraries and example projects.

References

LocationText
nx_api.h:1229
#define NX_SUCCESS 0x00
nx_arp_announce_send.c:191
return(NX_SUCCESS);
nx_arp_dynamic_entries_invalidate.c:120
return(NX_SUCCESS);
nx_arp_dynamic_entry_delete.c:154
return(NX_SUCCESS);
nx_arp_dynamic_entry_set.c:105
if (_nx_ip_route_find(ip_ptr, ip_address, &nx_interface, &next_hop_address) != NX_SUCCESS)
nx_arp_dynamic_entry_set.c:182
if (status != NX_SUCCESS)
nx_arp_dynamic_entry_set.c:234
return(NX_SUCCESS);
nx_arp_enable.c:146
return(NX_SUCCESS);
nx_arp_entry_allocate.c:208
status = NX_SUCCESS;
nx_arp_gratuitous_send.c:110
return(NX_SUCCESS);
nx_arp_hardware_address_find.c:147
return(NX_SUCCESS);
nx_arp_hardware_address_find.c:204
return(NX_SUCCESS);
nx_arp_info_get.c:170
return(NX_SUCCESS);
nx_arp_interface_entries_delete.c:165
return(NX_SUCCESS);
nx_arp_ip_address_find.c:146
return(NX_SUCCESS);
nx_arp_ip_address_find.c:202
return(NX_SUCCESS);
nx_arp_packet_receive.c:509
if (((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE)) == NX_SUCCESS)
nx_arp_probe_send.c:193
return(NX_SUCCESS);
nx_arp_static_entries_delete.c:114
return(NX_SUCCESS);
nx_arp_static_entry_create.c:99
if (_nx_ip_route_find(ip_ptr, ip_address, &nx_interface, &next_hop_address) != NX_SUCCESS)
nx_arp_static_entry_create.c:232
if (status != NX_SUCCESS)
nx_arp_static_entry_create.c:267
return(NX_SUCCESS);
nx_arp_static_entry_delete.c:140
status = NX_SUCCESS;
nx_icmp_enable.c:88
return(NX_SUCCESS);
nx_icmp_info_get.c:145
return(NX_SUCCESS);
nx_icmp_interface_ping.c:374
if (thread_ptr -> tx_thread_suspend_status == NX_SUCCESS)
nx_icmp_ping.c:89
if (_nx_ip_route_find(ip_ptr, ip_address, &interface_ptr, &next_hop_address) != NX_SUCCESS)
nx_icmpv4_process_echo_reply.c:192
thread_ptr -> tx_thread_suspend_status = NX_SUCCESS;
nx_igmp_enable.c:105
return(NX_SUCCESS);
nx_igmp_info_get.c:131
return(NX_SUCCESS);
nx_igmp_interface_report_send.c:261
return NX_SUCCESS;
nx_igmp_loopback_disable.c:92
return(NX_SUCCESS);
nx_igmp_loopback_enable.c:92
return(NX_SUCCESS);
nx_igmp_multicast_interface_join_internal.c:113
return(NX_SUCCESS);
nx_igmp_multicast_interface_join_internal.c:154
if (driver_request.nx_ip_driver_status != NX_SUCCESS)
nx_igmp_multicast_interface_join_internal.c:181
return(NX_SUCCESS);
nx_igmp_multicast_interface_leave_internal.c:146
return(NX_SUCCESS);
nx_igmp_multicast_interface_leave_internal.c:157
return(NX_SUCCESS);
nx_igmp_multicast_interface_leave_internal.c:170
return(NX_SUCCESS);
nx_igmp_periodic_processing.c:122
if (status == NX_SUCCESS)
nx_ip_address_change_notify.c:104
return(NX_SUCCESS);
nx_ip_address_get.c:105
return(NX_SUCCESS);
nx_ip_create.c:297
return(NX_SUCCESS);
nx_ip_delete.c:357
return(NX_SUCCESS);
nx_ip_dispatch_process.c:589
if ((ip_ptr -> nx_ip_raw_ip_processing)(ip_ptr, protocol << 16, packet_ptr) == NX_SUCCESS)
nx_ip_driver_packet_send.c:428
nx_ip_forward_packet_process.c:131
if (_nx_ip_route_find(ip_ptr, ip_header_ptr -> nx_ip_header_destination_ip, &outgoing_interface, &next_hop_address) == NX_SUCCESS)
nx_ip_forwarding_disable.c:92
return(NX_SUCCESS);
nx_ip_forwarding_enable.c:91
return(NX_SUCCESS);
nx_ip_fragment_disable.c:170
return(NX_SUCCESS);
nx_ip_fragment_enable.c:97
return(NX_SUCCESS);
nx_ip_gateway_address_clear.c:100
return(NX_SUCCESS);
nx_ip_gateway_address_get.c:95
status = NX_SUCCESS;
nx_ip_gateway_address_set.c:139
return(NX_SUCCESS);
nx_ip_header_add.c:131
return(NX_SUCCESS);
nx_ip_header_add.c:244
return(NX_SUCCESS);
nx_ip_info_get.c:207
return(NX_SUCCESS);
nx_ip_interface_address_get.c:108
return(NX_SUCCESS);
nx_ip_interface_address_mapping_configure.c:91
return(NX_SUCCESS);
nx_ip_interface_address_set.c:135
return(NX_SUCCESS);
nx_ip_interface_attach.c:102
UINT status = NX_SUCCESS;
nx_ip_interface_capability_get.c:90
return(NX_SUCCESS);
nx_ip_interface_capability_set.c:91
return(NX_SUCCESS);
nx_ip_interface_detach.c:304
return(NX_SUCCESS);
nx_ip_interface_info_get.c:148
return(NX_SUCCESS);
nx_ip_interface_mtu_set.c:89
return(NX_SUCCESS);
nx_ip_interface_physical_address_get.c:90
return(NX_SUCCESS);
nx_ip_interface_physical_address_set.c:83
driver_request.nx_ip_driver_status = NX_SUCCESS;
nx_ip_interface_physical_address_set.c:103
if (driver_request.nx_ip_driver_status == NX_SUCCESS)
nx_ip_interface_status_check.c:192
if (driver_request.nx_ip_driver_status != NX_SUCCESS)
nx_ip_interface_status_check.c:261
if (driver_request.nx_ip_driver_status != NX_SUCCESS)
nx_ip_interface_status_check.c:331
return(NX_SUCCESS);
nx_ip_link_status_change_notify_set.c:90
return(NX_SUCCESS);
nx_ip_max_payload_size_find.c:292
return(NX_SUCCESS);
nx_ip_raw_packet_disable.c:151
return(NX_SUCCESS);
nx_ip_raw_packet_enable.c:87
return(NX_SUCCESS);
nx_ip_raw_packet_processing.c:162
thread_ptr -> tx_thread_suspend_status = NX_SUCCESS;
nx_ip_raw_packet_processing.c:175
return(NX_SUCCESS); /* This packet has been released so the caller should not
nx_ip_raw_packet_processing.c:211
return(NX_SUCCESS);
nx_ip_raw_packet_receive.c:126
status = NX_SUCCESS;
nx_ip_raw_packet_send.c:98
nx_ip_raw_packet_send.c:119
return(NX_SUCCESS);
nx_ip_raw_packet_source_send.c:110
return(NX_SUCCESS);
nx_ip_raw_receive_queue_max_set.c:87
return(NX_SUCCESS);
nx_ip_route_find.c:121
return(NX_SUCCESS);
nx_ip_route_find.c:128
return(NX_SUCCESS);
nx_ip_route_find.c:154
return(NX_SUCCESS);
nx_ip_route_find.c:238
return(NX_SUCCESS);
nx_ip_route_find.c:259
return(NX_SUCCESS);
nx_ip_route_find.c:278
return(NX_SUCCESS);
nx_ip_route_find.c:313
return(NX_SUCCESS);
nx_ip_route_find.c:329
return(NX_SUCCESS);
nx_ip_route_find.c:353
return(NX_SUCCESS);
nx_md5.c:153
return(NX_SUCCESS);
nx_md5.c:214
return(NX_SUCCESS);
nx_md5.c:280
return(NX_SUCCESS);
nx_md5.c:376
return(NX_SUCCESS);
nx_packet_allocate.c:167
status = NX_SUCCESS;
nx_packet_copy.c:122
if (status != NX_SUCCESS)
nx_packet_copy.c:185
if (status != NX_SUCCESS)
nx_packet_copy.c:237
return(NX_SUCCESS);
nx_packet_data_adjust.c:103
return(NX_SUCCESS);
nx_packet_data_adjust.c:188
return(NX_SUCCESS);
nx_packet_data_append.c:294
return(NX_SUCCESS);
nx_packet_data_extract_offset.c:109
return(NX_SUCCESS);
nx_packet_data_extract_offset.c:214
return(NX_SUCCESS);
nx_packet_data_retrieve.c:130
return(NX_SUCCESS);
nx_packet_length_get.c:82
return(NX_SUCCESS);
nx_packet_pool_create.c:241
return(NX_SUCCESS);
nx_packet_pool_delete.c:172
return(NX_SUCCESS);
nx_packet_pool_info_get.c:136
return(NX_SUCCESS);
nx_packet_release.c:220
thread_ptr -> tx_thread_suspend_status = NX_SUCCESS;
nx_packet_release.c:254
return(NX_SUCCESS);
nx_packet_transmit_release.c:119
status = NX_SUCCESS;
nx_ram_network_driver.c:168
nx_rarp_disable.c:116
return(NX_SUCCESS);
nx_rarp_enable.c:144
return(NX_SUCCESS);
nx_rarp_info_get.c:121
return(NX_SUCCESS);
nx_secure_tls_active_certificate_set.c:88
return(NX_SUCCESS);
nx_secure_tls_check_protocol_version.c:122
return(NX_SUCCESS);
nx_secure_tls_check_protocol_version.c:143
return(NX_SUCCESS);
nx_secure_tls_check_protocol_version.c:161
return(NX_SUCCESS);
nx_secure_tls_ciphersuite_lookup.c:97
return(NX_SUCCESS);
nx_secure_tls_client_handshake.c:285
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:326
if (status == NX_SUCCESS)
nx_secure_tls_client_handshake.c:331
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:364
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:376
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:384
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:410
if(status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:442
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:449
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:456
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:464
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:472
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:480
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:487
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:503
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:510
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:517
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:528
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:544
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:554
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:576
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:599
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:613
if (status == NX_SUCCESS)
nx_secure_tls_client_handshake.c:618
if (status != NX_SUCCESS)
nx_secure_tls_client_handshake.c:630
return(NX_SUCCESS);
nx_secure_tls_ecc_generate_keys.c:156
if(status != NX_SUCCESS)
nx_secure_tls_ecc_generate_keys.c:296
if (status != NX_SUCCESS)
nx_secure_tls_ecc_generate_keys.c:795
if(status != NX_SUCCESS)
nx_secure_tls_ecc_generate_keys.c:883
return(NX_SUCCESS);
nx_secure_tls_ecc_initialize.c:100
return(NX_SUCCESS);
nx_secure_tls_find_curve_method.c:120
return(NX_SUCCESS);
nx_secure_tls_finished_hash_generate.c:348
return(NX_SUCCESS);
nx_secure_tls_generate_premaster_secret.c:126
if(status != NX_SUCCESS)
nx_secure_tls_handshake_hash_init.c:297
return(NX_SUCCESS);
nx_secure_tls_handshake_process.c:93
if (status != NX_SUCCESS)
nx_secure_tls_handshake_process.c:121
if (status != NX_SUCCESS)
nx_secure_tls_metadata_size_calculate.c:229
return(NX_SUCCESS);
nx_secure_tls_packet_allocate.c:100
if (status != NX_SUCCESS)
nx_secure_tls_packet_allocate.c:125
if (status != NX_SUCCESS)
nx_secure_tls_process_certificate_request.c:117
if (status != NX_SUCCESS)
nx_secure_tls_process_certificate_request.c:314
return(NX_SUCCESS);
nx_secure_tls_process_certificate_verify.c:204
if (status != NX_SUCCESS)
nx_secure_tls_process_certificate_verify.c:787
if (status != NX_SUCCESS)
nx_secure_tls_process_certificate_verify.c:900
return(NX_SUCCESS);
nx_secure_tls_process_changecipherspec.c:74
UINT status = NX_SUCCESS;
nx_secure_tls_process_client_key_exchange.c:201
if (status != NX_SUCCESS)
nx_secure_tls_process_client_key_exchange.c:218
if(status != NX_SUCCESS)
nx_secure_tls_process_client_key_exchange.c:233
if(status != NX_SUCCESS)
nx_secure_tls_process_client_key_exchange.c:559
return(NX_SUCCESS);
nx_secure_tls_process_clienthello.c:177
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:187
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:298
status = NX_SUCCESS;
nx_secure_tls_process_clienthello.c:304
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:331
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:351
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:382
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:410
if (status != NX_SUCCESS)
nx_secure_tls_process_clienthello.c:449
if ((status == NX_SUCCESS) && (new_ciphersuite_priority < ciphersuite_priority))
nx_secure_tls_process_clienthello.c:452
if (NX_SUCCESS == _nx_secure_tls_check_ciphersuite(ciphersuite_info, cert, selected_curve, cert_curve_supported))
nx_secure_tls_process_clienthello.c:525
return(NX_SUCCESS);
nx_secure_tls_process_clienthello.c:580
return(NX_SUCCESS);
nx_secure_tls_process_clienthello.c:585
return(NX_SUCCESS);
nx_secure_tls_process_clienthello.c:675
return(NX_SUCCESS);
nx_secure_tls_process_clienthello_extensions.c:115
UINT status = NX_SUCCESS;
nx_secure_tls_process_clienthello_extensions.c:439
return(NX_SUCCESS);
nx_secure_tls_process_clienthello_extensions.c:506
UINT status = NX_SUCCESS;
nx_secure_tls_process_clienthello_extensions.c:535
if (status == NX_SUCCESS && curve_method != NX_NULL)
nx_secure_tls_process_clienthello_extensions.c:587
if (status == NX_SUCCESS)
nx_secure_tls_process_clienthello_extensions.c:626
status = NX_SUCCESS;
nx_secure_tls_process_finished.c:152
if(status != NX_SUCCESS)
nx_secure_tls_process_finished.c:183
if (status != NX_SUCCESS)
nx_secure_tls_process_header.c:98
if (status != NX_SUCCESS)
nx_secure_tls_process_header.c:132
return(NX_SUCCESS);
nx_secure_tls_process_record.c:222
return(NX_SUCCESS);
nx_secure_tls_process_remote_certificate.c:198
if (status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:244
if (status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:289
if (status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:310
if(status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:319
if(status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:333
if(status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:348
if (status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:398
if (status != NX_SUCCESS)
nx_secure_tls_process_remote_certificate.c:414
if (status != NX_SUCCESS)
nx_secure_tls_process_server_key_exchange.c:235
if(status != NX_SUCCESS)
nx_secure_tls_process_server_key_exchange.c:717
if (status != NX_SUCCESS)
nx_secure_tls_process_server_key_exchange.c:751
if(status != NX_SUCCESS)
nx_secure_tls_process_serverhello.c:135
if (status != NX_SUCCESS)
nx_secure_tls_process_serverhello.c:192
if (status != NX_SUCCESS)
nx_secure_tls_process_serverhello.c:235
if (status != NX_SUCCESS)
nx_secure_tls_process_serverhello.c:255
if (status != NX_SUCCESS)
nx_secure_tls_process_serverhello.c:316
return(NX_SUCCESS);
nx_secure_tls_process_serverhello_extensions.c:151
status = NX_SUCCESS;
nx_secure_tls_process_serverhello_extensions.c:755
return(NX_SUCCESS);
nx_secure_tls_record_hash_initialize.c:131
if (status != NX_SUCCESS)
nx_secure_tls_record_hash_initialize.c:154
if (status != NX_SUCCESS)
nx_secure_tls_record_hash_initialize.c:176
if (status != NX_SUCCESS)
nx_secure_tls_record_payload_decrypt.c:428
status = NX_SUCCESS;
nx_secure_tls_record_payload_decrypt.c:432
while ((offset < (message_length - 1)) && (status == NX_SUCCESS))
nx_secure_tls_record_payload_decrypt.c:474
if(status != NX_SUCCESS)
nx_secure_tls_record_payload_decrypt.c:481
return(NX_SUCCESS);
nx_secure_tls_record_payload_encrypt.c:140
return(NX_SUCCESS);
nx_secure_tls_record_payload_encrypt.c:193
if (status != NX_SUCCESS)
nx_secure_tls_record_payload_encrypt.c:240
if (status != NX_SUCCESS)
nx_secure_tls_record_payload_encrypt.c:288
if (status != NX_SUCCESS)
nx_secure_tls_record_payload_encrypt.c:375
return(NX_SUCCESS);
nx_secure_tls_record_payload_encrypt.c:709
return(NX_SUCCESS);
nx_secure_tls_remote_certificate_buffer_allocate.c:128
if(status != NX_SUCCESS)
nx_secure_tls_remote_certificate_buffer_allocate.c:137
return(NX_SUCCESS);
nx_secure_tls_remote_certificate_free.c:123
if (status != NX_SUCCESS)
nx_secure_tls_remote_certificate_free_all.c:78
UINT status = NX_SUCCESS;
nx_secure_tls_remote_certificate_free_all.c:96
if (status != NX_SUCCESS)
nx_secure_tls_remote_certificate_verify.c:130
if (status != NX_SUCCESS)
nx_secure_tls_remote_certificate_verify.c:140
if (status != NX_SUCCESS)
nx_secure_tls_remote_certificate_verify.c:177
nx_secure_tls_send_certificate.c:180
while (status == NX_SUCCESS)
nx_secure_tls_send_certificate.c:205
if (status != NX_SUCCESS)
nx_secure_tls_send_certificate.c:238
if (status != NX_SUCCESS)
nx_secure_tls_send_certificate.c:248
if (status == NX_SUCCESS)
nx_secure_tls_send_certificate.c:270
return(NX_SUCCESS);
nx_secure_tls_send_certificate_request.c:274
return(NX_SUCCESS);
nx_secure_tls_send_certificate_verify.c:233
if (status != NX_SUCCESS)
nx_secure_tls_send_certificate_verify.c:813
if(status != NX_SUCCESS)
nx_secure_tls_send_changecipherspec.c:88
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:161
if(status != NX_SUCCESS)
nx_secure_tls_send_clienthello_extensions.c:229
if (status != NX_SUCCESS)
nx_secure_tls_send_clienthello_extensions.c:239
if(status != NX_SUCCESS)
nx_secure_tls_send_clienthello_extensions.c:262
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:392
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:1377
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:1434
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:1610
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:1674
return(NX_SUCCESS);
nx_secure_tls_send_clienthello_extensions.c:1733
return(NX_SUCCESS);
nx_secure_tls_send_finished.c:133
if (status != NX_SUCCESS)
nx_secure_tls_send_handshake_record.c:163
if (status != NX_SUCCESS)
nx_secure_tls_send_record.c:148
if (status != NX_SUCCESS)
nx_secure_tls_send_record.c:262
if (status != NX_SUCCESS)
nx_secure_tls_send_record.c:312
if (status != NX_SUCCESS)
nx_secure_tls_send_server_key_exchange.c:217
if (status != NX_SUCCESS)
nx_secure_tls_send_serverhello_extensions.c:111
UINT status = NX_SUCCESS;
nx_secure_tls_send_serverhello_extensions.c:143
if(status != NX_SUCCESS)
nx_secure_tls_send_serverhello_extensions.c:379
return(NX_SUCCESS);
nx_secure_tls_server_handshake.c:254
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:261
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:268
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:282
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:289
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:311
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:318
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:324
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:363
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:371
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:402
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:412
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:430
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:437
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:493
NX_ASSERT(status != NX_SUCCESS);
nx_secure_tls_server_handshake.c:501
if (status != NX_SUCCESS)
nx_secure_tls_server_handshake.c:515
if (status == NX_SUCCESS)
nx_secure_tls_session_alert_value_get.c:87
return(NX_SUCCESS);
nx_secure_tls_session_certificate_callback_set.c:90
return(NX_SUCCESS);
nx_secure_tls_session_client_callback_set.c:79
return(NX_SUCCESS);
nx_secure_tls_session_client_verify_disable.c:82
return(NX_SUCCESS);
nx_secure_tls_session_client_verify_enable.c:86
return(NX_SUCCESS);
nx_secure_tls_session_create_ext.c:106
return(NX_SUCCESS);
nx_secure_tls_session_create_ext.c:200
if(status != NX_SUCCESS)
nx_secure_tls_session_create_ext.c:210
if(status != NX_SUCCESS)
nx_secure_tls_session_create_ext.c:311
if(status != NX_SUCCESS)
nx_secure_tls_session_create_ext.c:354
return(NX_SUCCESS);
nx_secure_tls_session_create_ext.c:431
if(status != NX_SUCCESS)
nx_secure_tls_session_create_ext.c:459
return(NX_SUCCESS);
nx_secure_tls_session_create_ext.c:572
if(status != NX_SUCCESS)
nx_secure_tls_session_create_ext.c:589
if(status != NX_SUCCESS)
nx_secure_tls_session_create_ext.c:958
return(NX_SUCCESS);
nx_secure_tls_session_end.c:130
if (status != NX_SUCCESS)
nx_secure_tls_session_end.c:139
if(status != NX_SUCCESS)
nx_secure_tls_session_end.c:171
if(status != NX_SUCCESS)
nx_secure_tls_session_iv_size_get.c:152
return(NX_SUCCESS);
nx_secure_tls_session_packet_buffer_set.c:97
return(NX_SUCCESS);
nx_secure_tls_session_protocol_version_override.c:104
return(NX_SUCCESS);
nx_secure_tls_session_receive.c:117
if (status == NX_SUCCESS && tls_session -> nx_secure_tls_renegotiation_handshake)
nx_secure_tls_session_receive.c:126
if (status != NX_SUCCESS)
nx_secure_tls_session_receive_records.c:134
if (status != NX_SUCCESS)
nx_secure_tls_session_receive_records.c:149
if (status == NX_SUCCESS || status == NX_SECURE_TLS_POST_HANDSHAKE_RECEIVED)
nx_secure_tls_session_receive_records.c:271
if (status == NX_SUCCESS)
nx_secure_tls_session_receive_records.c:277
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:144
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:160
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:170
if (status == NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:178
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:201
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:223
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:239
if (status == NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:247
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate.c:272
if (status != NX_SUCCESS)
nx_secure_tls_session_renegotiate_callback_set.c:83
return(NX_SUCCESS);
nx_secure_tls_session_reset.c:88
status = NX_SUCCESS;
nx_secure_tls_session_send.c:84
if(status != NX_SUCCESS)
nx_secure_tls_session_server_callback_set.c:79
return(NX_SUCCESS);
nx_secure_tls_session_sni_extension_parse.c:138
return(NX_SUCCESS);
nx_secure_tls_session_sni_extension_set.c:78
return(NX_SUCCESS);
nx_secure_tls_session_start.c:150
if (status != NX_SUCCESS)
nx_secure_tls_session_start.c:161
if (status == NX_SUCCESS)
nx_secure_tls_session_start.c:169
if (status != NX_SUCCESS)
nx_secure_tls_session_start.c:194
if(status != NX_SUCCESS)
nx_secure_tls_session_start.c:202
if(status != NX_SUCCESS)
nx_secure_tls_session_time_function_set.c:81
return(NX_SUCCESS);
nx_secure_tls_session_x509_client_verify_configure.c:104
UINT status = NX_SUCCESS;
nx_secure_tls_verify_mac.c:135
return(NX_SUCCESS);
nx_secure_x509_certificate_initialize.c:191
status = NX_SUCCESS;
nx_stm32_eth_driver.c:147
nx_stm32_eth_driver.c:320
nx_stm32_eth_driver.c:398
if (status == NX_SUCCESS)
nx_stm32_eth_driver.c:426
nx_stm32_eth_driver.c:559
if (status == NX_SUCCESS)
nx_stm32_eth_driver.c:566
nx_stm32_eth_driver.c:645
if (status == NX_SUCCESS)
nx_stm32_eth_driver.c:655
nx_stm32_eth_driver.c:810
if (status != NX_SUCCESS)
nx_stm32_eth_driver.c:828
nx_stm32_eth_driver.c:885
if (status != NX_SUCCESS)
nx_stm32_eth_driver.c:895
nx_stm32_eth_driver.c:953
if (status != NX_SUCCESS)
nx_stm32_eth_driver.c:963
nx_stm32_eth_driver.c:1020
if (status != NX_SUCCESS)
nx_stm32_eth_driver.c:1030
nx_stm32_eth_driver.c:1083
nx_stm32_eth_driver.c:1137
if (status != NX_SUCCESS)
nx_stm32_eth_driver.c:1147
nx_stm32_eth_driver.c:1228
nx_stm32_eth_driver.c:1390
nx_stm32_eth_driver.c:1461
return(NX_SUCCESS);
nx_stm32_eth_driver.c:1511
return(NX_SUCCESS);
nx_stm32_eth_driver.c:1564
return(NX_SUCCESS);
nx_stm32_eth_driver.c:1673
return(NX_SUCCESS);
nx_stm32_eth_driver.c:1728
return(NX_SUCCESS);
nx_stm32_eth_driver.c:1788
return(NX_SUCCESS);
nx_stm32_eth_driver.c:1851
return NX_SUCCESS;
nx_stm32_eth_driver.c:1880
NX_RECEIVE_PACKET, NX_NO_WAIT) == NX_SUCCESS)
nx_stm32_eth_driver.c:2000
return NX_SUCCESS;
nx_tcp_client_socket_bind.c:120
if (_nx_tcp_free_port_find(ip_ptr, port, &port) != NX_SUCCESS)
nx_tcp_client_socket_bind.c:227
return(NX_SUCCESS);
nx_tcp_client_socket_port_get.c:110
return(NX_SUCCESS);
nx_tcp_client_socket_unbind.c:134
return(NX_SUCCESS);
nx_tcp_client_socket_unbind.c:257
nx_tcp_client_socket_unbind.c:264
return(NX_SUCCESS);
nx_tcp_enable.c:135
return(NX_SUCCESS);
nx_tcp_free_port_find.c:168
return(NX_SUCCESS);
nx_tcp_info_get.c:198
return(NX_SUCCESS);
nx_tcp_packet_send_control.c:157
&packet_ptr, NX_IP_PACKET + data_offset, NX_NO_WAIT) != NX_SUCCESS)
nx_tcp_server_socket_accept.c:94
return(NX_SUCCESS);
nx_tcp_server_socket_listen.c:258
return(NX_SUCCESS);
nx_tcp_server_socket_relisten.c:198
return(NX_SUCCESS);
nx_tcp_server_socket_unaccept.c:226
return(NX_SUCCESS);
nx_tcp_server_socket_unlisten.c:290
return(NX_SUCCESS);
nx_tcp_socket_bytes_available.c:113
return(NX_SUCCESS);
nx_tcp_socket_bytes_available.c:156
return(NX_SUCCESS);
nx_tcp_socket_create.c:243
return(NX_SUCCESS);
nx_tcp_socket_delete.c:160
return(NX_SUCCESS);
nx_tcp_socket_disconnect.c:107
status = NX_SUCCESS;
nx_tcp_socket_info_get.c:223
return(NX_SUCCESS);
nx_tcp_socket_mss_get.c:117
return(NX_SUCCESS);
nx_tcp_socket_mss_peer_get.c:96
return(NX_SUCCESS);
nx_tcp_socket_mss_set.c:100
status = NX_SUCCESS;
nx_tcp_socket_peer_info_get.c:87
if (status == NX_SUCCESS)
nx_tcp_socket_receive.c:237
return(NX_SUCCESS);
nx_tcp_socket_receive_notify.c:101
return(NX_SUCCESS);
nx_tcp_socket_send_internal.c:581
if (ret != NX_SUCCESS)
nx_tcp_socket_send_internal.c:672
if (ret != NX_SUCCESS)
nx_tcp_socket_send_internal.c:977
return(NX_SUCCESS);
nx_tcp_socket_state_closing.c:106
nx_tcp_socket_state_data_check.c:1145
nx_tcp_socket_state_fin_wait1.c:125
nx_tcp_socket_state_fin_wait2.c:111
nx_tcp_socket_state_last_ack.c:95
nx_tcp_socket_state_syn_received.c:177
nx_tcp_socket_state_syn_sent.c:214
nx_tcp_socket_state_transmit_check.c:146
nx_tcp_socket_state_wait.c:97
return(NX_SUCCESS);
nx_tcp_socket_transmit_configure.c:110
return(NX_SUCCESS);
nx_tcp_socket_window_update_notify_set.c:103
return(NX_SUCCESS);
nx_tcpserver.c:119
return NX_SUCCESS;
nx_tcpserver.c:191
if((status != NX_SUCCESS) && (status != NX_CONNECTION_PENDING))
nx_tcpserver.c:205
if((status != NX_SUCCESS) && (status != NX_CONNECTION_PENDING))
nx_tcpserver.c:211
return NX_SUCCESS;
nx_tcpserver.c:629
return NX_SUCCESS;
nx_tcpserver.c:907
if((status != NX_SUCCESS) && (status != NX_CONNECTION_PENDING))
nx_tcpserver.c:921
if((status != NX_SUCCESS) && (status != NX_CONNECTION_PENDING))
nx_tcpserver.c:936
if(status == NX_SUCCESS)
nx_tcpserver.c:1392
if(status == NX_SUCCESS)
nx_tcpserver.c:1487
return NX_SUCCESS;
nx_udp_enable.c:83
return(NX_SUCCESS);
nx_udp_free_port_find.c:168
return(NX_SUCCESS);
nx_udp_info_get.c:161
return(NX_SUCCESS);
nx_udp_packet_info_extract.c:92
if (status == NX_SUCCESS)
nx_udp_packet_receive.c:443
thread_ptr -> tx_thread_suspend_status = NX_SUCCESS;
nx_udp_socket_bind.c:200
UINT status = NX_SUCCESS;
nx_udp_socket_bind.c:232
if (_nx_udp_free_port_find(ip_ptr, port, &port) != NX_SUCCESS)
nx_udp_socket_bytes_available.c:114
return(NX_SUCCESS);
nx_udp_socket_checksum_disable.c:103
return(NX_SUCCESS);
nx_udp_socket_checksum_enable.c:103
return(NX_SUCCESS);
nx_udp_socket_create.c:179
return(NX_SUCCESS);
nx_udp_socket_delete.c:152
return(NX_SUCCESS);
nx_udp_socket_info_get.c:159
return(NX_SUCCESS);
nx_udp_socket_port_get.c:104
return(NX_SUCCESS);
nx_udp_socket_receive.c:220
if (thread_ptr -> tx_thread_suspend_status != NX_SUCCESS)
nx_udp_socket_receive.c:419
return(NX_SUCCESS);
nx_udp_socket_receive_notify.c:96
return(NX_SUCCESS);
nx_udp_socket_unbind.c:208
return(NX_SUCCESS);
nx_udp_socket_unbind.c:431
thread_ptr -> tx_thread_suspend_status = NX_SUCCESS;
nx_udp_socket_unbind.c:449
return(NX_SUCCESS);
nx_udp_socket_unbind.c:456
return(NX_SUCCESS);
nx_udp_source_extract.c:101
return(NX_SUCCESS);
nx_utility.c:109
return(NX_SUCCESS);
nx_utility.c:200
return(NX_SUCCESS);
nx_utility.c:465
return(NX_SUCCESS);
nx_utility.c:628
return(NX_SUCCESS);
nx_web_http_server.c:347
if (status != NX_SUCCESS)
nx_web_http_server.c:374
if(status != NX_SUCCESS)
nx_web_http_server.c:488
return(NX_SUCCESS);
nx_web_http_server.c:613
if (status != NX_SUCCESS)
nx_web_http_server.c:633
return(NX_SUCCESS);
nx_web_http_server.c:788
if (status != NX_SUCCESS)
nx_web_http_server.c:858
if (status != NX_SUCCESS)
nx_web_http_server.c:996
return(NX_SUCCESS);
nx_web_http_server.c:1172
return NX_SUCCESS;
nx_web_http_server.c:1348
if (status != NX_SUCCESS)
nx_web_http_server.c:1381
return(NX_SUCCESS);
nx_web_http_server.c:1721
return(NX_SUCCESS);
nx_web_http_server.c:1948
return(NX_SUCCESS);
nx_web_http_server.c:2092
if (status != NX_SUCCESS)
nx_web_http_server.c:2099
return(NX_SUCCESS);
nx_web_http_server.c:2545
if (status != NX_SUCCESS)
nx_web_http_server.c:2560
if (status != NX_SUCCESS)
nx_web_http_server.c:2577
if (status != NX_SUCCESS)
nx_web_http_server.c:3073
if (status == NX_SUCCESS)
nx_web_http_server.c:3083
if (status != NX_SUCCESS)
nx_web_http_server.c:3346
if (status != NX_SUCCESS)
nx_web_http_server.c:3412
return(NX_SUCCESS);
nx_web_http_server.c:3437
if (status != NX_SUCCESS)
nx_web_http_server.c:3460
if (status != NX_SUCCESS)
nx_web_http_server.c:3482
} while (status == NX_SUCCESS);
nx_web_http_server.c:3584
if (status != NX_SUCCESS)
nx_web_http_server.c:3607
if ( status != NX_SUCCESS)
nx_web_http_server.c:3700
if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS))
nx_web_http_server.c:3712
if (status == NX_SUCCESS)
nx_web_http_server.c:3729
if(_nx_web_http_server_field_value_get(packet_ptr, (UCHAR *)"if-modified-since", 17, (UCHAR *)temp_string, sizeof(temp_string)) == NX_SUCCESS)
nx_web_http_server.c:3787
if (status != NX_SUCCESS)
nx_web_http_server.c:3848
if (status != NX_SUCCESS)
nx_web_http_server.c:3888
if (status != NX_SUCCESS)
nx_web_http_server.c:3943
if (status != NX_SUCCESS)
nx_web_http_server.c:3970
if (status != NX_SUCCESS)
nx_web_http_server.c:3997
if (status != NX_SUCCESS)
nx_web_http_server.c:4015
if (status != NX_SUCCESS)
nx_web_http_server.c:4124
if (status != NX_SUCCESS)
nx_web_http_server.c:4144
if (status != NX_SUCCESS)
nx_web_http_server.c:4233
if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS))
nx_web_http_server.c:4245
if (status == NX_SUCCESS)
nx_web_http_server.c:4270
if (status != NX_SUCCESS)
nx_web_http_server.c:4321
if (status != NX_SUCCESS)
nx_web_http_server.c:4344
if (status != NX_SUCCESS)
nx_web_http_server.c:4372
if (status != NX_SUCCESS)
nx_web_http_server.c:4410
if (status != NX_SUCCESS)
nx_web_http_server.c:4455
if (status != NX_SUCCESS)
nx_web_http_server.c:4488
if (status != NX_SUCCESS)
nx_web_http_server.c:4532
if (status == NX_SUCCESS)
nx_web_http_server.c:4539
if (status != NX_SUCCESS)
nx_web_http_server.c:4621
if (status != NX_SUCCESS)
nx_web_http_server.c:4692
if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS))
nx_web_http_server.c:4704
if (status == NX_SUCCESS)
nx_web_http_server.c:4723
if (status != NX_SUCCESS)
nx_web_http_server.c:4753
if (status != NX_SUCCESS)
nx_web_http_server.c:4769
if (status == NX_SUCCESS)
nx_web_http_server.c:4776
if (status != NX_SUCCESS)
nx_web_http_server.c:4893
return NX_SUCCESS;
nx_web_http_server.c:4986
if (status != NX_SUCCESS)
nx_web_http_server.c:5012
if (status != NX_SUCCESS)
nx_web_http_server.c:5024
if (status != NX_SUCCESS)
nx_web_http_server.c:5181
status = NX_SUCCESS;
nx_web_http_server.c:5201
if (status1 != NX_SUCCESS)
nx_web_http_server.c:5665
return(NX_SUCCESS);
nx_web_http_server.c:6091
map_ext_length) == NX_SUCCESS)
nx_web_http_server.c:6097
return(NX_SUCCESS);
nx_web_http_server.c:6117
map_ext_length) == NX_SUCCESS)
nx_web_http_server.c:6123
return(NX_SUCCESS);
nx_web_http_server.c:7935
return NX_SUCCESS;
nx_web_http_server.c:7953
return NX_SUCCESS;
nx_web_http_server.c:8036
nx_web_http_server.c:8093
return NX_SUCCESS;
nx_web_http_server.c:8170
return NX_SUCCESS;
nx_web_http_server.c:8255
if(status != NX_SUCCESS)
nx_web_http_server.c:8437
if (status != NX_SUCCESS)
nx_web_http_server.c:8555
return(NX_SUCCESS);
nx_web_http_server.c:8625
return(NX_SUCCESS);
nx_web_http_server.c:8773
return(NX_SUCCESS);
nx_web_http_server.c:9018
return(NX_SUCCESS);
nx_web_http_server.c:9182
return(NX_SUCCESS);
nx_web_http_server.c:9244
if ((status == NX_SUCCESS) &&
nx_web_http_server.c:9245
(_nx_utility_string_length_check(temp_string, &temp_string_length, sizeof(temp_string) - 1) == NX_SUCCESS) &&
nx_web_http_server.c:9804
return(NX_SUCCESS);
nx_web_http_server.c:9915
return NX_SUCCESS;
nx_web_http_server.c:10031
return NX_SUCCESS;
nx_web_http_server.c:10301
return NX_SUCCESS;
nx_web_http_server.c:10407
if(_nx_web_http_server_field_value_get(packet_ptr, (UCHAR *)"connection", 10, connection_value, sizeof(connection_value)) == NX_SUCCESS)
nx_web_http_server.c:10411
if(_nx_web_http_server_memicmp(connection_value, connection_value_length, (UCHAR *)"keep-alive", 10) == NX_SUCCESS)
nx_web_http_server.c:10413
else if(_nx_web_http_server_memicmp(connection_value, connection_value_length, (UCHAR *)"close", 5) == NX_SUCCESS)
nx_web_http_server.c:10968
return(NX_SUCCESS);
nxd_dhcp_client.c:334
if (status != NX_SUCCESS)
nxd_dhcp_client.c:357
if (status != NX_SUCCESS)
nxd_dhcp_client.c:374
if (status != NX_SUCCESS)
nxd_dhcp_client.c:512
return(NX_SUCCESS);
nxd_dhcp_client.c:659
return(NX_SUCCESS);
nxd_dhcp_client.c:819
return(NX_SUCCESS);
nxd_dhcp_client.c:1100
return(NX_SUCCESS);
nxd_dhcp_client.c:1256
if ((status == NX_SUCCESS) && (ip_address == interface_record -> nx_dhcp_ip_address))
nxd_dhcp_client.c:1272
if ((status == NX_SUCCESS) && (gateway_address == interface_record -> nx_dhcp_gateway_address))
nxd_dhcp_client.c:1313
return NX_SUCCESS;
nxd_dhcp_client.c:1621
return(NX_SUCCESS);
nxd_dhcp_client.c:1824
return(NX_SUCCESS);
nxd_dhcp_client.c:1959
return (NX_SUCCESS);
nxd_dhcp_client.c:2278
return(NX_SUCCESS);
nxd_dhcp_client.c:2472
return(NX_SUCCESS);
nxd_dhcp_client.c:2606
return (NX_SUCCESS);
nxd_dhcp_client.c:2805
return(NX_SUCCESS);
nxd_dhcp_client.c:2827
return(NX_SUCCESS);
nxd_dhcp_client.c:2968
if ((status == NX_SUCCESS) || (status == NX_DHCP_ALREADY_STARTED))
nxd_dhcp_client.c:2990
return(NX_SUCCESS);
nxd_dhcp_client.c:3170
if (status != NX_SUCCESS)
nxd_dhcp_client.c:3197
if (status != NX_SUCCESS)
nxd_dhcp_client.c:3240
return NX_SUCCESS;
nxd_dhcp_client.c:3436
return(NX_SUCCESS);
nxd_dhcp_client.c:3588
return(NX_SUCCESS);
nxd_dhcp_client.c:3712
return(NX_SUCCESS);
nxd_dhcp_client.c:3837
return(NX_SUCCESS);
nxd_dhcp_client.c:3988
return(NX_SUCCESS);
nxd_dhcp_client.c:4188
return(NX_SUCCESS);
nxd_dhcp_client.c:4208
return(NX_SUCCESS);
nxd_dhcp_client.c:4511
return(NX_SUCCESS);
nxd_dhcp_client.c:4765
return(NX_SUCCESS);
nxd_dhcp_client.c:5003
return(NX_SUCCESS);
nxd_dhcp_client.c:5214
if (status != NX_SUCCESS)
nxd_dhcp_client.c:5223
if (status != NX_SUCCESS)
nxd_dhcp_client.c:5234
if (status != NX_SUCCESS)
nxd_dhcp_client.c:5384
if (status != NX_SUCCESS)
nxd_dhcp_client.c:5412
if ((status != NX_SUCCESS) || (bytes_copied == 0))
nxd_dhcp_client.c:5484
if ((status == NX_SUCCESS) && (dhcp_type == NX_DHCP_TYPE_DHCPOFFER))
nxd_dhcp_client.c:5538
if (status == NX_SUCCESS)
nxd_dhcp_client.c:5654
if (status == NX_SUCCESS)
nxd_dhcp_client.c:5725
if (status == NX_SUCCESS)
nxd_dhcp_client.c:6692
if (status != NX_SUCCESS)
nxd_dhcp_client.c:7053
if (status != NX_SUCCESS)
nxd_dhcp_client.c:7354
return(NX_SUCCESS);
nxd_dhcp_client.c:7390
return(NX_SUCCESS);
nxd_dhcp_client.c:7470
nxd_dhcp_client.c:7550
nxd_dhcp_client.c:7570
nxd_dhcp_client.c:7594
nxd_dhcp_client.c:7613
nxd_dhcp_client.c:7647
nxd_dhcp_client.c:7679
return (NX_SUCCESS);
nxd_dhcp_client.c:7765
return(NX_SUCCESS);
nxd_dhcp_client.c:7779
return(NX_SUCCESS);
nxd_dhcp_client.c:7849
return(NX_SUCCESS);
nxd_dhcp_client.c:7913
return(NX_SUCCESS);
nxd_dhcp_client.c:7981
return(NX_SUCCESS);
nxd_dhcp_client.c:8796
status = NX_SUCCESS;
nxd_dhcp_client.c:9105
return (NX_SUCCESS);
nxd_dns.c:251
if (status != NX_SUCCESS)
nxd_dns.c:268
if (status != NX_SUCCESS)
nxd_dns.c:331
return(NX_SUCCESS);
nxd_dns.c:590
if (status != NX_SUCCESS)
nxd_dns.c:601
if (status != NX_SUCCESS)
nxd_dns.c:611
if (status != NX_SUCCESS)
nxd_dns.c:622
return(NX_SUCCESS);
nxd_dns.c:1099
return(NX_SUCCESS);
nxd_dns.c:1598
return(NX_SUCCESS);
nxd_dns.c:1724
return(NX_SUCCESS);
nxd_dns.c:1851
return NX_SUCCESS;
nxd_dns.c:1973
if (status != NX_SUCCESS)
nxd_dns.c:1987
return NX_SUCCESS;
nxd_dns.c:2237
return(NX_SUCCESS);
nxd_dns.c:2370
status = NX_SUCCESS;
nxd_dns.c:2542
status = NX_SUCCESS;
nxd_dns.c:4025
if (status == NX_SUCCESS)
nxd_dns.c:4035
return NX_SUCCESS;
nxd_dns.c:4180
if (status != NX_SUCCESS)
nxd_dns.c:4191
if (status != NX_SUCCESS)
nxd_dns.c:4227
if (status != NX_SUCCESS)
nxd_dns.c:4240
if (status == NX_SUCCESS)
nxd_dns.c:4439
return(NX_SUCCESS);
nxd_dns.c:4568
if (status != NX_SUCCESS)
nxd_dns.c:4579
if (status != NX_SUCCESS)
nxd_dns.c:4615
if (status != NX_SUCCESS)
nxd_dns.c:4692
if (status == NX_SUCCESS)
nxd_dns.c:4794
if (status == NX_SUCCESS)
nxd_dns.c:5060
status = NX_SUCCESS;
nxd_dns.c:5164
if(status != NX_SUCCESS)
nxd_dns.c:5197
status = NX_SUCCESS;
nxd_dns.c:5407
return(NX_SUCCESS);
nxd_dns.c:5697
return(NX_SUCCESS);
nxd_dns.c:5914
return(NX_SUCCESS);
nxd_dns.c:5926
return(NX_SUCCESS);
nxd_dns.c:7830
if (status == NX_SUCCESS)
nxd_dns.c:7840
return NX_SUCCESS;
nxd_dns.c:7952
return NX_SUCCESS;
nxd_dns.c:8807
return(NX_SUCCESS);
nxd_dns.c:8949
return(NX_SUCCESS);
nxd_dns.c:9092
return(NX_SUCCESS);
nxd_icmp_enable.c:122
return(NX_SUCCESS);
nxd_ip_raw_packet_source_send.c:98
UINT status = NX_SUCCESS;
nxd_mqtt_client.c:574
if (status != NX_SUCCESS)
nxd_mqtt_client.c:2086
if (status != NX_SUCCESS)
nxd_mqtt_client.c:2428
if (status == NX_SUCCESS)
nxd_mqtt_client.c:3237
if (status != NX_SUCCESS)
nxd_mqtt_client.c:3334
return(NX_SUCCESS);
nxd_mqtt_client.c:3424
return(NX_SUCCESS);
nxd_mqtt_client.c:3873
if (status != NX_SUCCESS)
nxd_mqtt_client.c:3902
if (status != NX_SUCCESS)
nxd_mqtt_client.c:3925
if ((status != NX_SUCCESS) && (status != NX_IN_PROGRESS))
nxd_mqtt_client.c:3971
if (status != NX_SUCCESS)
nxd_mqtt_client.c:3988
if (status != NX_SUCCESS)
nxd_mqtt_client.c:4032
if (status == NX_SUCCESS)
nxd_sntp_client.c:271
if (status != NX_SUCCESS)
nxd_sntp_client.c:281
if (status != NX_SUCCESS)
nxd_sntp_client.c:320
if (status != NX_SUCCESS)
nxd_sntp_client.c:337
if (status != NX_SUCCESS)
nxd_sntp_client.c:359
if (status != NX_SUCCESS)
nxd_sntp_client.c:378
return(NX_SUCCESS);
nxd_sntp_client.c:525
return(NX_SUCCESS);
nxd_sntp_client.c:690
return NX_SUCCESS;
nxd_sntp_client.c:847
return NX_SUCCESS;
nxd_sntp_client.c:1115
if (status != NX_SUCCESS)
nxd_sntp_client.c:1182
if (status != NX_SUCCESS)
nxd_sntp_client.c:1196
if (status != NX_SUCCESS)
nxd_sntp_client.c:1221
return NX_SUCCESS;
nxd_sntp_client.c:1288
if (status == NX_SUCCESS)
nxd_sntp_client.c:1294
if (status == NX_SUCCESS)
nxd_sntp_client.c:1301
if (status != NX_SUCCESS)
nxd_sntp_client.c:1560
return NX_SUCCESS;
nxd_sntp_client.c:1909
return(NX_SUCCESS);
nxd_sntp_client.c:2076
if (status != NX_SUCCESS)
nxd_sntp_client.c:2092
if (status != NX_SUCCESS)
nxd_sntp_client.c:2113
return NX_SUCCESS;
nxd_sntp_client.c:2178
if (status == NX_SUCCESS)
nxd_sntp_client.c:2187
if (status == NX_SUCCESS)
nxd_sntp_client.c:2194
if (status != NX_SUCCESS)
nxd_sntp_client.c:2316
if (status != NX_SUCCESS)
nxd_sntp_client.c:2392
if (status != NX_SUCCESS)
nxd_sntp_client.c:2414
if (status != NX_SUCCESS)
nxd_sntp_client.c:2511
if (status != NX_SUCCESS)
nxd_sntp_client.c:2719
return NX_SUCCESS;
nxd_sntp_client.c:2888
return NX_SUCCESS;
nxd_sntp_client.c:2953
return NX_SUCCESS;
nxd_sntp_client.c:3016
if (status != NX_SUCCESS)
nxd_sntp_client.c:3034
if (status != NX_SUCCESS)
nxd_sntp_client.c:3051
if (status != NX_SUCCESS)
nxd_sntp_client.c:3138
return NX_SUCCESS;
nxd_sntp_client.c:3216
if (status != NX_SUCCESS)
nxd_sntp_client.c:3294
if (status != NX_SUCCESS)
nxd_sntp_client.c:3363
if (status != NX_SUCCESS)
nxd_sntp_client.c:3404
return NX_SUCCESS;
nxd_sntp_client.c:3470
return NX_SUCCESS;
nxd_sntp_client.c:3516
return NX_SUCCESS;
nxd_sntp_client.c:3814
if (status != NX_SUCCESS)
nxd_sntp_client.c:3849
if (status != NX_SUCCESS)
nxd_sntp_client.c:3955
return NX_SUCCESS;
nxd_sntp_client.c:4272
return NX_SUCCESS;
nxd_sntp_client.c:4359
return NX_SUCCESS;
nxd_sntp_client.c:4626
return NX_SUCCESS;
nxd_sntp_client.c:4823
if (status != NX_SUCCESS)
nxd_sntp_client.c:4832
if (status == NX_SUCCESS)
nxd_sntp_client.c:4920
if (status != NX_SUCCESS)
nxd_sntp_client.c:4999
return NX_SUCCESS;
nxd_sntp_client.c:5073
if (status != NX_SUCCESS)
nxd_sntp_client.c:5258
return(NX_SUCCESS);
nxd_sntp_client.c:5393
return NX_SUCCESS;
nxd_sntp_client.c:5506
return NX_SUCCESS;
nxd_sntp_client.c:5687
return NX_SUCCESS;
nxd_sntp_client.c:5824
return NX_SUCCESS;
nxd_sntp_client.c:5947
return NX_SUCCESS;
nxd_sntp_client.c:6082
if (status != NX_SUCCESS)
nxd_sntp_client.c:6090
return NX_SUCCESS;
nxd_sntp_client.c:6217
return(NX_SUCCESS);
nxd_sntp_client.c:6335
return NX_SUCCESS;
nxd_sntp_client.c:6416
return NX_SUCCESS;
nxd_tcp_client_socket_connect.c:263
if (_nx_ip_route_find(ip_ptr, server_ip -> nxd_ip_address.v4, &outgoing_interface, &socket_ptr -> nx_tcp_socket_next_hop_address) != NX_SUCCESS)
nxd_tcp_socket_peer_info_get.c:159
return(NX_SUCCESS);
nxd_udp_packet_info_extract.c:169
return(NX_SUCCESS);
nxd_udp_packet_info_extract.c:198
return(NX_SUCCESS);
nxd_udp_packet_info_extract.c:205
return(NX_SUCCESS);
nxd_udp_packet_info_extract.c:210
return(NX_SUCCESS);
nxd_udp_socket_send.c:638
return(NX_SUCCESS);
nxd_udp_source_extract.c:143
return(NX_SUCCESS);
nxde_ip_raw_packet_send.c:185
return(NX_SUCCESS);
nxde_udp_socket_send.c:205
if (status == NX_SUCCESS)
nxe_ip_raw_packet_send.c:141
if (status == NX_SUCCESS)
nxe_ip_raw_packet_source_send.c:160
return(NX_SUCCESS);
nxe_packet_release.c:109
if (status == NX_SUCCESS)
nxe_packet_transmit_release.c:109
if (status == NX_SUCCESS)
nxe_secure_tls_session_renegotiate.c:76
UINT status = NX_SUCCESS;
nxe_tcp_socket_send.c:169
if (status == NX_SUCCESS)
nxe_udp_socket_send.c:172
if (status == NX_SUCCESS)
nxe_udp_socket_source_send.c:194
if (status == NX_SUCCESS)