Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/snmp_test/
Dnetx_snmp_no_security_function_test.c107 static UINT check_valid_response(NX_PACKET *agent_packet, UINT packet_number, UINT *valid);
339 UINT valid = NX_TRUE; in thread_1_entry() local
425 UINT check_valid_response(NX_PACKET *agent_packet, UINT packet_number, UINT *valid) in check_valid_response() argument
446 *valid = NX_TRUE; in check_valid_response()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md255 | message_type [in] | Type of message repsonse, only valid value are NX_AZURE_IOT_HUB_PROPERTIES…
290 On success, the `reader_ptr` will be set on a valid property name. After checking the property name…
332 | message_type [in] | Type of message repsonse, only valid value are NX_AZURE_IOT_HUB_PROPERTIES…
333 | property_type [in] | Type of property, only valid value are NX_AZURE_IOT_HUB_CLIENT_PROPERTY_R…
Dazure_rtos_iot_json.md738 | json [in] | A pointer to single, possibly nested, valid, UTF-8 encoded, JSON value to be written…
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c4059 UINT valid; in _nx_ppp_pap_state_machine_update() local
4179 valid = _nx_ppp_pap_login_valid(ppp_ptr, packet_ptr); in _nx_ppp_pap_state_machine_update()
4182 if (valid == NX_TRUE) in _nx_ppp_pap_state_machine_update()
4310 valid = _nx_ppp_pap_login_valid(ppp_ptr, packet_ptr); in _nx_ppp_pap_state_machine_update()
4313 if (valid == NX_TRUE) in _nx_ppp_pap_state_machine_update()
4886 UINT valid; in _nx_ppp_chap_state_machine_update() local
5031 valid = _nx_ppp_chap_challenge_validate(ppp_ptr, packet_ptr); in _nx_ppp_chap_state_machine_update()
5034 if (valid == NX_TRUE) in _nx_ppp_chap_state_machine_update()
5161 valid = _nx_ppp_chap_challenge_validate(ppp_ptr, packet_ptr); in _nx_ppp_chap_state_machine_update()
5164 if (valid == NX_TRUE) in _nx_ppp_chap_state_machine_update()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.h427 UINT valid; member
Dnx_azure_iot_adu_agent.c278 adu_agent_ptr -> nx_azure_iot_adu_agent_device[0].valid = NX_TRUE; in nx_azure_iot_adu_agent_start()
414 if (adu_agent_ptr -> nx_azure_iot_adu_agent_device[i].valid == NX_FALSE) in nx_azure_iot_adu_agent_proxy_update_add()
458 adu_agent_ptr -> nx_azure_iot_adu_agent_device[i].valid = NX_TRUE; in nx_azure_iot_adu_agent_proxy_update_add()
2003 if (adu_agent_ptr -> nx_azure_iot_adu_agent_device[i].valid == NX_FALSE) in nx_azure_iot_adu_agent_method_is_installed()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1534 … nx_ip_thread_entry.c Ensured the pointer function is valid before use.
1626 … nxd_udp_socket_send.c Fixed statistics when IPv6 address was not valid.
2582 … nxd_ipv6_router_lookup.c Check nd_cache_entry being valid before dereferencing it,
2583 …nxd_ipv6_router_solicitation_check.c Check router entry valid before updating its timer value opt…
2764 …nxd_ipv6_raw_packet_send_internal.c Added check for valid IP instance outgoing interface for…
3583 by a remote host is valid for a particular operation (e.g. identifying a
5270 …ated nx_sntp_client_set_time_update_notify to set a callback when the SNTP Client receives a valid
5272 … Simplified logic for valid packet processing in _nx_sntp_client_process_broadcast.
5442 …Loop to receive the queue packets until get the valid answer or timeout. …
5521 … rather than assume the rand_value is null terminated (0x0 is a valid random octet).
[all …]