Home
last modified time | relevance | path

Searched refs:start (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_adu_agent.md41 * NX_AZURE_IOT_INVALID_PARAMETER Fail to start the Azure IoT ADU agent due to invalid parameter.
42 * NX_AZURE_IOT_NO_AVAILABLE_CIPHER Fail to start the Azure IoT ADU agent due to no available cipher.
43 * NX_AZURE_IOT_INSUFFICIENT_BUFFER_SPACE Fail to start the Azure IoT ADU agent due to insufficient …
86 * NX_AZURE_IOT_INVALID_PARAMETER Fail to start the Azure IoT ADU agent due to invalid parameter.
87 * NX_AZURE_IOT_NO_MORE_ENTRIES Fail to start the Azure IoT ADU agent due to no more entries.
Dazure_rtos_iot_json.md397 * NX_AZURE_IOT_READER_TOKEN_BEGIN_OBJECT The token kind is the start of a JSON object.
399 * NX_AZURE_IOT_READER_TOKEN_BEGIN_ARRAY The token kind is the start of a JSON array.
931 * NX_AZURE_IOT_SUCCESS Object start was appended successfully.
961 * NX_AZURE_IOT_SUCCESS Array start was appended successfully.
Dazure_rtos_iot_hub_client.md385 | clean_session [in] | 0 re-use current session, or 1 to start new session |
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
DREADME.md3 … and start interacting with Azure IoT services like IoTHub and Device Provisioning Service. All th…
104 …get IoTHub device details and then connects to assigned IoTHub device. To start, user creates indi…
120 …ice to get IoTHub details and then connects to assigned IoTHub device. To start, user creates indi…
139 …nce"` with an [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) value for start time for the repor…
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c2106 NX_RTP_SESSION *start = rtp_sender -> nx_rtp_sender_session_created_ptr; in _nx_rtp_sender_session_find() local
2109 while (start) in _nx_rtp_sender_session_find()
2111 if (start -> nx_rtp_session_ssrc == ssrc) in _nx_rtp_sender_session_find()
2113 *session = start; in _nx_rtp_sender_session_find()
2116 start = start -> nx_rtp_session_next; in _nx_rtp_sender_session_find()
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c70 static UINT _nx_dns_resource_name_real_size_calculate(UCHAR *data, UINT start, UINT data_len…
8603 static UINT _nx_dns_resource_name_real_size_calculate(UCHAR *data, UINT start, UINT data_length) in _nx_dns_resource_name_real_size_calculate() argument
8606 UCHAR *character = data + start; in _nx_dns_resource_name_real_size_calculate()
10541 UCHAR *p, *available, *start; in _nx_dns_cache_add_string() local
10570 start = p - len; in _nx_dns_cache_add_string()
10573 (!_nx_dns_name_match(start, string_ptr, string_size))) in _nx_dns_cache_add_string()
10578 *insert_ptr = start; in _nx_dns_cache_add_string()
10598 p = start; in _nx_dns_cache_add_string()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c87 static UINT _nx_mdns_name_string_decode(UCHAR *data, UINT start, UINT data_length, UCHAR *b…
12128 UCHAR *p, *available, *start; in _nx_mdns_cache_add_string() local
12171 start = p - len; in _nx_mdns_cache_add_string()
12175 (!_nx_mdns_name_match(start, memory_ptr, memory_size))) || in _nx_mdns_cache_add_string()
12177 (!memcmp(start, memory_ptr, memory_size))))) in _nx_mdns_cache_add_string()
12182 *insert_ptr = start; in _nx_mdns_cache_add_string()
12206 p = start; in _nx_mdns_cache_add_string()
14024 static UINT _nx_mdns_name_string_decode(UCHAR *data, UINT start, UINT data_length, UCHAR *buffer, U… in _nx_mdns_name_string_decode() argument
14027 UCHAR *character = data + start; in _nx_mdns_name_string_decode()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.h1064 UINT _nx_dhcpv6_name_string_unencode(UCHAR *data, UINT start, UCHAR *buffer, UINT size);
Dnxd_dhcpv6_client.c4944 UINT _nx_dhcpv6_name_string_unencode(UCHAR *data, UINT start, UCHAR *buffer, UINT size) in _nx_dhcpv6_name_string_unencode() argument
4947 UCHAR *character = data + start; in _nx_dhcpv6_name_string_unencode()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1584 … Modified the logic to adjust congestion window during slow start and congestion avoidance.
4684 … Added state check before start PAP, CHAP and IPCP.
4699 Added functions to stop/start PPP.
4723 Added functions to stop/start PPP.
5622 …Modified nx_dhcp_release to set the start flag to false which is required to be able to restart th…
5781 … piling up on the receive queue before the SNMP agent thread can start processing them.