Home
last modified time | relevance | path

Searched refs:status_ptr (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.h719 UINT nx_ppp_status_get(NX_PPP *ppp_ptr, UINT *status_ptr);
780 UINT _nxe_ppp_status_get(NX_PPP *ppp_ptr, UINT *status_ptr);
781 UINT _nx_ppp_status_get(NX_PPP *ppp_ptr, UINT *status_ptr);
Dnx_ppp.c11585 UINT _nxe_ppp_status_get(NX_PPP *ppp_ptr, UINT *status_ptr) in _nxe_ppp_status_get() argument
11591 if ((ppp_ptr == NX_NULL) || (ppp_ptr -> nx_ppp_id != NX_PPP_ID) || (status_ptr == NX_NULL)) in _nxe_ppp_status_get()
11598 status = _nx_ppp_status_get(ppp_ptr, status_ptr); in _nxe_ppp_status_get()
11646 UINT _nx_ppp_status_get(NX_PPP *ppp_ptr, UINT *status_ptr) in _nx_ppp_status_get() argument
11654 *status_ptr = NX_PPP_STATUS_ESTABLISHED; in _nx_ppp_status_get()
11667 *status_ptr = NX_PPP_STATUS_LCP_FAILED; in _nx_ppp_status_get()
11676 *status_ptr = NX_PPP_STATUS_LCP_IN_PROGRESS; in _nx_ppp_status_get()
11690 *status_ptr = NX_PPP_STATUS_PAP_FAILED; in _nx_ppp_status_get()
11699 *status_ptr = NX_PPP_STATUS_PAP_IN_PROGRESS; in _nx_ppp_status_get()
11713 *status_ptr = NX_PPP_STATUS_CHAP_FAILED; in _nx_ppp_status_get()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c72 UINT *status_ptr);
2921 UINT *status_ptr) in nx_azure_iot_hub_client_device_twin_parse() argument
2968 if (status_ptr) in nx_azure_iot_hub_client_device_twin_parse()
2970 *status_ptr = (UINT)out_twin_response.status; in nx_azure_iot_hub_client_device_twin_parse()