Home
last modified time | relevance | path

Searched refs:end (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/tsn/src/
Dnx_mvrp.c136 UCHAR *end = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet_length; in nx_mvrp_mrpdu_unpack() local
151 end = end - NX_MVRP_ATTRIBUTE_END_MARK_SIZE; in nx_mvrp_mrpdu_unpack()
154 while (data_ptr < end) in nx_mvrp_mrpdu_unpack()
169 attribute_list_end = end - NX_MVRP_ATTRIBUTE_END_MARK_SIZE; in nx_mvrp_mrpdu_unpack()
Dnx_shaper.c1147 UINT front, end, step; in nx_shaper_tas_parameter_set() local
1198 end = auto_fill_start; in nx_shaper_tas_parameter_set()
1202 end = tas_config -> cycle_time; in nx_shaper_tas_parameter_set()
1239 while (front < end) in nx_shaper_tas_parameter_set()
1241 step = end - front; in nx_shaper_tas_parameter_set()
1253 else if (step > end - front) in nx_shaper_tas_parameter_set()
1255 step = end - front; in nx_shaper_tas_parameter_set()
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c2306 UCHAR *end; in _nx_rtcp_packet_process() local
2326 end = packet_ptr -> nx_packet_append_ptr; in _nx_rtcp_packet_process()
2328 if ((UCHAR *)header + sizeof(NX_RTCP_HEADER) > end) 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()
2379 } while ((UCHAR *)header + sizeof(NX_RTCP_HEADER) <= end); in _nx_rtcp_packet_process()
2534 UCHAR *end; in _nx_rtcp_packet_sdes_process() local
2550 end = (UCHAR *)((ULONG *)header + header -> nx_rtcp_length + 1); in _nx_rtcp_packet_sdes_process()
2552 while (((UCHAR *)chunk + sizeof(NX_RTCP_SDES_CHUNK) <= end) && (count-- > 0)) in _nx_rtcp_packet_sdes_process()
2558 while (((UCHAR *)item + sizeof(NX_RTCP_SDES_ITEM) <= end) && item -> nx_rtcp_sdes_type) in _nx_rtcp_packet_sdes_process()
2561 if (item -> nx_rtcp_sdes_data + item -> nx_rtcp_sdes_length > end) in _nx_rtcp_packet_sdes_process()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_json.md398 * NX_AZURE_IOT_READER_TOKEN_END_OBJECT The token kind is the end of a JSON object.
400 * NX_AZURE_IOT_READER_TOKEN_END_ARRAY The token kind is the end of a JSON array.
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>
991 * NX_AZURE_IOT_SUCCESS Object end was appended successfully.
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>
1021 * NX_AZURE_IOT_SUCCESS Array end was appended successfully.
Dazure_rtos_iot_hub_client_properties.md58 <div style="text-align: right">Append the necessary characters to end a reported property JSON payl…
67 <p>This routine appends the necessary characters to end a reported properties JSON payload</p>
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c10705 ALIGN_TYPE *end; in _nx_dns_cache_delete_string() local
10725 end = (ALIGN_TYPE*)((UCHAR*)string_ptr + string_len); in _nx_dns_cache_delete_string()
10731 if(end > tail) in _nx_dns_cache_delete_string()
10746 cnt = *((USHORT*)((UCHAR*)end - 4)); in _nx_dns_cache_delete_string()
10748 *((USHORT*)((UCHAR*)end - 4)) = cnt; in _nx_dns_cache_delete_string()
10762 tail = end; in _nx_dns_cache_delete_string()
10764 while(end < ((ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1)) in _nx_dns_cache_delete_string()
10768 string_ptr = end; in _nx_dns_cache_delete_string()
10782 end = (ALIGN_TYPE*)((UCHAR*)string_ptr + 4); in _nx_dns_cache_delete_string()
10791 end = (ALIGN_TYPE*)((UCHAR*)string_ptr + string_len); in _nx_dns_cache_delete_string()
[all …]
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c12355 ULONG *end; in _nx_mdns_cache_delete_string() local
12396 end = (ULONG*)((UCHAR*)string_ptr + string_len); in _nx_mdns_cache_delete_string()
12402 if(end > tail) in _nx_mdns_cache_delete_string()
12417 cnt = *((USHORT*)((UCHAR*)end - 4)); in _nx_mdns_cache_delete_string()
12419 *((USHORT*)((UCHAR*)end - 4)) = cnt; in _nx_mdns_cache_delete_string()
12445 tail = end; in _nx_mdns_cache_delete_string()
12447 while((end < ((ULONG*)cache_ptr + (cache_size >> 2) - 1))) in _nx_mdns_cache_delete_string()
12451 string_ptr = end; in _nx_mdns_cache_delete_string()
12467 end = (ULONG*)string_ptr + 1; in _nx_mdns_cache_delete_string()
12476 end = (ULONG*)((UCHAR*)string_ptr + string_len); in _nx_mdns_cache_delete_string()
[all …]
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2521 … to specify the number of ULONG words padded towards the end of the
2719 … Added NX_PACKET_HEADER_PAD_SIZE to pad towards the end of the NX_PACKET structure.
4601 …roup are already deleted before deleting. Moved the socket delete call to the end of the function
4637 … the POP3 end marker tag indicating end of mail message.
5369 … nx_bsd_tcp_create_listen_socket - Fixed a bug to allow accept from remote end.
5576 … Fixed a bug that connection end callback function was not invoked.
5751 …terminating PPP message overwrites the end of the packet payload boundary in nx_ppp_packet_receive…