Home
last modified time | relevance | path

Searched refs:current (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ipv6_prefix_list_add_entry.c100 NX_IPV6_PREFIX_ENTRY *current; /* Pointer to the location where the in _nx_ipv6_prefix_list_add_entry() local
112 current = ip_ptr -> nx_ipv6_prefix_list_ptr; in _nx_ipv6_prefix_list_add_entry()
115 while (current) in _nx_ipv6_prefix_list_add_entry()
119 if (prefix_length > current -> nx_ipv6_prefix_entry_prefix_length) in _nx_ipv6_prefix_list_add_entry()
128 if (prefix_length == current -> nx_ipv6_prefix_entry_prefix_length) in _nx_ipv6_prefix_list_add_entry()
134 if (CHECK_IPV6_ADDRESSES_SAME(prefix, current -> nx_ipv6_prefix_entry_network_address)) in _nx_ipv6_prefix_list_add_entry()
140 (valid_lifetime > current -> nx_ipv6_prefix_entry_valid_lifetime)) in _nx_ipv6_prefix_list_add_entry()
143 current -> nx_ipv6_prefix_entry_valid_lifetime = valid_lifetime; in _nx_ipv6_prefix_list_add_entry()
145 else if (current -> nx_ipv6_prefix_entry_valid_lifetime <= 2 * 60 * 60) in _nx_ipv6_prefix_list_add_entry()
152 current -> nx_ipv6_prefix_entry_valid_lifetime = 2 * 60 * 60; in _nx_ipv6_prefix_list_add_entry()
[all …]
Dnx_ipv6_prefix_list_delete.c89 NX_IPV6_PREFIX_ENTRY *current; in _nx_ipv6_prefix_list_delete() local
93 current = ip_ptr -> nx_ipv6_prefix_list_ptr; in _nx_ipv6_prefix_list_delete()
96 while (current) in _nx_ipv6_prefix_list_delete()
100 if ((current -> nx_ipv6_prefix_entry_prefix_length == (ULONG)prefix_length) && in _nx_ipv6_prefix_list_delete()
101 CHECK_IPV6_ADDRESSES_SAME(prefix, current -> nx_ipv6_prefix_entry_network_address)) in _nx_ipv6_prefix_list_delete()
105 _nx_ipv6_prefix_list_delete_entry(ip_ptr, current); in _nx_ipv6_prefix_list_delete()
111 current = current -> nx_ipv6_prefix_entry_next; in _nx_ipv6_prefix_list_delete()
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/utils/collection/
Dlinked_list.h35 type *current;\
305 (linked_list_iterator)->current = (linked_list)->head;\
310 type *current = (linked_list_iterator)->current;\
311 if ((linked_list_iterator)->current != NULL) {\
312 (linked_list_iterator)->current = (linked_list_iterator)->current->next;\
314 return current;\
318 return (linked_list_iterator)->current;\
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c629 NX_PTP_TIME current; in _nx_ptp_client_clock_adjust() local
644 … client_ptr -> nx_ptp_client_clock_callback(client_ptr, NX_PTP_CLIENT_CLOCK_GET, &current, NX_NULL, in _nx_ptp_client_clock_adjust()
648 current.nanosecond += offset_ptr -> nanosecond; in _nx_ptp_client_clock_adjust()
651 if (current.nanosecond < 0) in _nx_ptp_client_clock_adjust()
653 current.nanosecond += NX_PTP_NANOSECONDS_PER_SEC; in _nx_ptp_client_clock_adjust()
654 _nx_ptp_client_utility_dec64(&current.second_high, &current.second_low); in _nx_ptp_client_clock_adjust()
656 else if (current.nanosecond >= NX_PTP_NANOSECONDS_PER_SEC) in _nx_ptp_client_clock_adjust()
658 current.nanosecond -= NX_PTP_NANOSECONDS_PER_SEC; in _nx_ptp_client_clock_adjust()
659 _nx_ptp_client_utility_inc64(&current.second_high, &current.second_low); in _nx_ptp_client_clock_adjust()
663 _nx_ptp_client_utility_add64(&current.second_high, &current.second_low, in _nx_ptp_client_clock_adjust()
[all …]
/NetX-Duo-v6.2.1/cmake/
Dutilities.cmake3 # Store the current list in a temp
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/
Dnx_azure_iot_security_module.c49 static UINT _security_module_get_nx_status(UINT current);
340 static UINT _security_module_get_nx_status(UINT current) in _security_module_get_nx_status() argument
342 UINT status = current; in _security_module_get_nx_status()
345 if (current != NX_AZURE_IOT_SUCCESS) in _security_module_get_nx_status()
347 return current; in _security_module_get_nx_status()
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/portable/
Dpstdalign.h131 #error please update pstdalign.h with support for current compiler and library
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/configs/
Dfunctions.cmake61 …message(FATAL_ERROR "Stored dist '${_stored_dist}' is not equal to current dist '${__dist}' - perf…
80 # store current dist
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/src/collectors/
Dcollector_network_activity.c267 network_activity_ipv4_t *current = ipv4_list; in _collector_network_activity_serialize_events() local
269 network_activity_ipv4_deinit(current, NULL); in _collector_network_activity_serialize_events()
276 network_activity_ipv6_t *current = ipv6_list; in _collector_network_activity_serialize_events() local
278 network_activity_ipv6_deinit(current, NULL); in _collector_network_activity_serialize_events()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_json.md156 * NX_AZURE_IOT_SUCCESS The children of the current JSON token are skipped successfully.
363 * NX_TRUE If the current JSON token value in the JSON source semantically matches the expected look…
975 <div style="text-align: right">Appends the end of the current JSON object</div>
983 <p>Appends the end of the current JSON object (i.e. `}`).</p>
1005 <div style="text-align: right">Appends the end of the current JSON array</div>
1013 <p>Appends the end of the current JSON array (i.e. `]`).</p>
Dazure_rtos_iot_hub_client.md383 | clean_session [in] | 0 re-use current session, or 1 to start new session |
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c2042 NX_PACKET *current; in _nxd_mqtt_process_disconnect() local
2069 current = client_ptr -> message_transmit_queue_head; in _nxd_mqtt_process_disconnect()
2071 while (current) in _nxd_mqtt_process_disconnect()
2073 next = current -> nx_packet_queue_next; in _nxd_mqtt_process_disconnect()
2074 fixed_header = *(current -> nx_packet_prepend_ptr); in _nxd_mqtt_process_disconnect()
2079 _nxd_mqtt_release_transmit_packet(client_ptr, current, previous); in _nxd_mqtt_process_disconnect()
2083 previous = current; in _nxd_mqtt_process_disconnect()
2085 current = next; in _nxd_mqtt_process_disconnect()