Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c413 if (ppp_ptr -> nx_ppp_timeout) in _nx_ppp_thread_entry()
417 ppp_ptr -> nx_ppp_timeout--; in _nx_ppp_thread_entry()
420 if (ppp_ptr -> nx_ppp_timeout == 0) in _nx_ppp_thread_entry()
2519 ppp_ptr -> nx_ppp_timeout = NX_PPP_PROTOCOL_TIMEOUT; in _nx_ppp_lcp_state_machine_update()
2558 ppp_ptr -> nx_ppp_timeout = 0; in _nx_ppp_lcp_state_machine_update()
2621 ppp_ptr -> nx_ppp_timeout = NX_PPP_PROTOCOL_TIMEOUT; in _nx_ppp_lcp_state_machine_update()
2692 ppp_ptr -> nx_ppp_timeout = 0; in _nx_ppp_lcp_state_machine_update()
2746 ppp_ptr -> nx_ppp_timeout = 0; in _nx_ppp_lcp_state_machine_update()
2784 ppp_ptr -> nx_ppp_timeout = NX_PPP_PROTOCOL_TIMEOUT; in _nx_ppp_lcp_state_machine_update()
2950 ppp_ptr -> nx_ppp_timeout = NX_PPP_PROTOCOL_TIMEOUT; in _nx_ppp_lcp_state_machine_update()
[all …]
Dnx_ppp.h457 ULONG nx_ppp_timeout; member
/NetX-Duo-v6.2.1/test/regression/ppp_test/
Dnetx_ppp_IPCP_timeout.c213 ppp_1.nx_ppp_timeout = NX_PPP_PROTOCOL_TIMEOUT; in thread_0_entry()