Searched refs:next (Results 1 – 12 of 12) sorted by relevance
352 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 …]
205 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 …]
746 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 …]
199 struct NX_MRP_ATTRIBUTE_STRUCT *next; member220 struct NX_MRP_PARTICIPANT_STRUCT *next; /* participant list */ member
274 <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.
106 <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 |
45 # Increase numbers for next setup
2305 NX_RTCP_HEADER *next; in _nx_rtcp_packet_process() local2349 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()
39 …eans the file is not officially released yet. They will be updated in the next release. See exampl…
2054 NX_PACKET *next; in _nxd_mqtt_process_disconnect() local2084 next = current -> nx_packet_queue_next; in _nxd_mqtt_process_disconnect()2096 current = next; in _nxd_mqtt_process_disconnect()
2111 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 */