Searched refs:configure_status (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/ppp/ |
| D | nx_ppp.c | 2360 UINT configure_status; in _nx_ppp_lcp_state_machine_update() local 2591 …acket_ptr, ppp_ptr -> nx_ppp_peer_naked_list, ppp_ptr -> nx_ppp_rejected_list, &configure_status); in _nx_ppp_lcp_state_machine_update() 2600 if (configure_status == 0) in _nx_ppp_lcp_state_machine_update() 2608 …_nx_ppp_lcp_configure_reply_send(ppp_ptr, configure_status, lcp_message_ptr, ppp_ptr -> nx_ppp_pee… in _nx_ppp_lcp_state_machine_update() 2668 …acket_ptr, ppp_ptr -> nx_ppp_peer_naked_list, ppp_ptr -> nx_ppp_rejected_list, &configure_status); in _nx_ppp_lcp_state_machine_update() 2677 if (configure_status == 0) in _nx_ppp_lcp_state_machine_update() 2696 …_nx_ppp_lcp_configure_reply_send(ppp_ptr, configure_status, lcp_message_ptr, ppp_ptr -> nx_ppp_pee… in _nx_ppp_lcp_state_machine_update() 2876 …acket_ptr, ppp_ptr -> nx_ppp_peer_naked_list, ppp_ptr -> nx_ppp_rejected_list, &configure_status); in _nx_ppp_lcp_state_machine_update() 2885 if (configure_status == 0) in _nx_ppp_lcp_state_machine_update() 2902 …_nx_ppp_lcp_configure_reply_send(ppp_ptr, configure_status, lcp_message_ptr, ppp_ptr -> nx_ppp_pee… in _nx_ppp_lcp_state_machine_update() [all …]
|
| D | nx_ppp.h | 803 void _nx_ppp_lcp_configure_reply_send(NX_PPP *ppp_ptr, UINT configure_status, UCHAR *lcp_ptr, UC… 805 … *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list, UCHAR *rejected_list, UINT *configure_status);
|