Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c1609 if ((ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_PAP_PROTOCOL) || in _nx_ppp_receive_packet_process()
1629 if ((ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_CHAP_PROTOCOL) || in _nx_ppp_receive_packet_process()
3619 ppp_ptr -> nx_ppp_generate_authentication_protocol = NX_PPP_PAP_PROTOCOL; in _nx_ppp_lcp_configuration_retrieve()
3628 ppp_ptr -> nx_ppp_generate_authentication_protocol = NX_PPP_CHAP_PROTOCOL; in _nx_ppp_lcp_configuration_retrieve()
3633 if (ppp_ptr -> nx_ppp_generate_authentication_protocol != authentication_protocol) in _nx_ppp_lcp_configuration_retrieve()
3639 if (ppp_ptr -> nx_ppp_generate_authentication_protocol == 0) in _nx_ppp_lcp_configuration_retrieve()
3657 if (ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_PAP_PROTOCOL) in _nx_ppp_lcp_configuration_retrieve()
3677 if (ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_CHAP_PROTOCOL) in _nx_ppp_lcp_configuration_retrieve()
3700 if (ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_CHAP_PROTOCOL) in _nx_ppp_lcp_configuration_retrieve()
4146 if (ppp_ptr -> nx_ppp_generate_authentication_protocol) in _nx_ppp_pap_state_machine_update()
[all …]
Dnx_ppp.h445 UINT nx_ppp_generate_authentication_protocol; member