Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/tsn/src/
Dnx_mvrp.c352 attribute = attribute -> next; in nx_mvrp_mrpdu_pack()
364 vector_attribute = attribute -> next; in nx_mvrp_mrpdu_pack()
373 vector_attribute = vector_attribute -> next; in nx_mvrp_mrpdu_pack()
378 vector_attribute = vector_attribute -> next; in nx_mvrp_mrpdu_pack()
405 attribute = attribute -> next; in nx_mvrp_mrpdu_pack()
416 attribute = attribute -> next; in nx_mvrp_mrpdu_pack()
426 attribute = attribute -> next; in nx_mvrp_mrpdu_pack()
521 attribute = attribute -> next; in nx_mvrp_attribute_find()
577 attribute -> next = NX_NULL; in nx_mvrp_attribute_insert()
590 attribute -> next = tmp_attribute; in nx_mvrp_attribute_insert()
[all …]
Dnx_msrp.c205 attribute_head = attribute_head -> next; in nx_msrp_attribute_find()
209 attribute_head = attribute_head -> next; in nx_msrp_attribute_find()
271 msrp_attribute = msrp_attribute -> next; in nx_msrp_attribute_find()
275 tmp -> next = *attribute_ptr; in nx_msrp_attribute_find()
276 (*attribute_ptr) -> next = NX_NULL; in nx_msrp_attribute_find()
318 (*attribute_ptr) -> next = msrp_attribute; in nx_msrp_attribute_find()
328 tmp -> next = *attribute_ptr; in nx_msrp_attribute_find()
335 msrp_attribute = msrp_attribute -> next; in nx_msrp_attribute_find()
338 tmp -> next = *attribute_ptr; in nx_msrp_attribute_find()
339 (*attribute_ptr) -> next = NX_NULL; in nx_msrp_attribute_find()
[all …]
Dnx_mrp.c746 while (tmp_participant -> next != NX_NULL) in nx_mrp_participant_add()
748 tmp_participant = tmp_participant -> next; in nx_mrp_participant_add()
756 tmp_participant -> next = participant; in nx_mrp_participant_add()
836 tmp -> next = NX_NULL; in nx_mrp_attribute_new()
894 participant -> inused_head = attribute -> next; in nx_mrp_attribute_evict()
895 attribute -> next -> pre = NX_NULL; in nx_mrp_attribute_evict()
899 attribute -> pre -> next = attribute -> next; in nx_mrp_attribute_evict()
900 attribute -> next -> pre = attribute -> pre; in nx_mrp_attribute_evict()
1237 participant = participant -> next; in nx_mrp_participant_search()
1572 attribute = attribute -> next; in nx_mrp_periodic_timeout_process()
[all …]
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_mrp.h199 struct NX_MRP_ATTRIBUTE_STRUCT *next; member
220 struct NX_MRP_PARTICIPANT_STRUCT *next; /* participant list */ member
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md274 <div style="text-align: right">Return the next desired or reported property in the property documen…
286 <p>This routine gets the next writable or reported property in the properties document passed.</p>
309 /* Skip to next property value */
339 * NX_AZURE_IOT_SUCCESS Successful if next property is found.
Dazure_rtos_iot_json.md106 <div style="text-align: right">Move to next JSON token</div>
115 <p>Reads the next token in the JSON text and updates the reader state.</p>
438 | wait_option [in] | Ticks to wait for allocating next packet |
/NetX-Duo-v6.2.1/test/cmake/mqtt_interoperability/regression/
Dnetwork_config.cmake45 # Increase numbers for next setup
/NetX-Duo-v6.2.1/test/cmake/nx_secure_interoperability/regression/
Dnetwork_config.cmake45 # Increase numbers for next setup
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c2305 NX_RTCP_HEADER *next; in _nx_rtcp_packet_process() local
2349 next = (NX_RTCP_HEADER *)((ULONG *)header + header -> nx_rtcp_length + 1); in _nx_rtcp_packet_process()
2352 …header -> nx_rtcp_byte0 & NX_RTCP_VERSION_MASK) != NX_RTCP_VERSION_VALUE) || ((UCHAR *)next > end)) in _nx_rtcp_packet_process()
2378 header = next; in _nx_rtcp_packet_process()
/NetX-Duo-v6.2.1/
DREADME.md39 …eans the file is not officially released yet. They will be updated in the next release. See exampl…
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c2054 NX_PACKET *next; in _nxd_mqtt_process_disconnect() local
2084 next = current -> nx_packet_queue_next; in _nxd_mqtt_process_disconnect()
2096 current = next; in _nxd_mqtt_process_disconnect()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2111 Correctly set the next IP.
2545 …nx_ip_packet_send.c Added check for non null packet interface or next hop (e.g. …
2592 …nxe_ip_static_route_add.c Added a check to make sure the next hop address is directly …
2695 … Added check for suitable next hop; no packet transmitted if not found by routing algorithm */