Home
last modified time | relevance | path

Searched refs:nx_ppp_verify_authentication_protocol (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c1610 (ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_PAP_PROTOCOL)) in _nx_ppp_receive_packet_process()
1630 (ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_CHAP_PROTOCOL)) in _nx_ppp_receive_packet_process()
3430 …if ((ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_PAP_PROTOCOL) && (ppp_ptr -> nx_pp… in _nx_ppp_lcp_configure_request_send()
3439 else if ((ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_CHAP_PROTOCOL) && in _nx_ppp_lcp_configure_request_send()
3673 ppp_ptr -> nx_ppp_verify_authentication_protocol = 0; in _nx_ppp_lcp_configuration_retrieve()
4979 if (ppp_ptr -> nx_ppp_verify_authentication_protocol) in _nx_ppp_chap_state_machine_update()
9726 ppp_ptr -> nx_ppp_verify_authentication_protocol = NX_PPP_PAP_PROTOCOL; in _nx_ppp_pap_enable()
10054 ppp_ptr -> nx_ppp_verify_authentication_protocol = NX_PPP_CHAP_PROTOCOL; in _nx_ppp_chap_enable()
Dnx_ppp.h446 UINT nx_ppp_verify_authentication_protocol; member