Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c188 if (ppp_ptr -> nx_ppp_state != NX_PPP_STOPPED) in _nx_ppp_thread_entry()
194 ppp_ptr -> nx_ppp_state = NX_PPP_STOPPED; in _nx_ppp_thread_entry()
358 if (ppp_ptr -> nx_ppp_state == NX_PPP_STOPPED) in _nx_ppp_thread_entry()
362 ppp_ptr -> nx_ppp_state = NX_PPP_STARTED; in _nx_ppp_thread_entry()
1746 ppp_ptr -> nx_ppp_state = NX_PPP_ESTABLISHED; in _nx_ppp_receive_packet_process()
8477 printf("PPP State: %u, ", ppp_ptr -> nx_ppp_state); in _nx_ppp_debug_log_capture()
8533 entry_ptr -> nx_ppp_debug_ppp_state = (UCHAR) ppp_ptr -> nx_ppp_state; in _nx_ppp_debug_log_capture()
8607 printf("State: %u, ", ppp_ptr -> nx_ppp_state); in _nx_ppp_debug_log_capture_protocol()
8860 if (ppp_ptr -> nx_ppp_state == NX_PPP_STOPPED) in _nx_ppp_byte_receive()
9093 ppp_ptr -> nx_ppp_state = NX_PPP_STOPPED; in _nx_ppp_create()
[all …]
Dnx_ppp.h439 UINT nx_ppp_state; member