Searched refs:nx_ppp_authenticated (Results 1 – 6 of 6) sorted by relevance
214 if ((status) || (!ppp_0.nx_ppp_authenticated) || (!ppp_1.nx_ppp_authenticated) || in thread_0_entry()218 (ppp_1_retry_counter != 1) || nak_authentication_failed || (!ppp_1.nx_ppp_authenticated) || in thread_0_entry()
210 (ppp_0.nx_ppp_authenticated != 1) || (ppp_1.nx_ppp_authenticated != 1) || in thread_0_entry()
209 if ((status) || (ppp_0.nx_ppp_authenticated == 0) || (ppp_1.nx_ppp_authenticated == 0) || in thread_0_entry()
212 …if ((status != NX_NOT_SUCCESSFUL) || (ppp_0.nx_ppp_authenticated == 1) || (ppp_1.nx_ppp_authentic… in thread_0_entry()
324 ppp_ptr -> nx_ppp_authenticated = NX_FALSE; in _nx_ppp_thread_entry()327 ppp_ptr -> nx_ppp_authenticated = NX_TRUE; in _nx_ppp_thread_entry()1651 if (ppp_ptr -> nx_ppp_authenticated) in _nx_ppp_receive_packet_process()1688 if (ppp_ptr -> nx_ppp_authenticated) in _nx_ppp_receive_packet_process()1715 if (ppp_ptr -> nx_ppp_authenticated) in _nx_ppp_receive_packet_process()3724 ppp_ptr -> nx_ppp_authenticated = NX_FALSE; in _nx_ppp_lcp_configuration_retrieve()3731 ppp_ptr -> nx_ppp_authenticated = NX_FALSE; in _nx_ppp_lcp_configuration_retrieve()4196 ppp_ptr -> nx_ppp_authenticated = NX_TRUE; in _nx_ppp_pap_state_machine_update()4247 ppp_ptr -> nx_ppp_authenticated = NX_TRUE; in _nx_ppp_pap_state_machine_update()4323 ppp_ptr -> nx_ppp_authenticated = NX_TRUE; in _nx_ppp_pap_state_machine_update()[all …]
444 UINT nx_ppp_authenticated; member