Searched refs:_nx_ppp_ipcp_response_send (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/addons/ppp/ |
D | nx_ppp.c | 6485 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_ACK, good_data, good_data[1], packet_ptr… in _nx_ppp_ipcp_state_machine_update() 6500 _nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_REJECT, in _nx_ppp_ipcp_state_machine_update() 6509 _nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_NAK, in _nx_ppp_ipcp_state_machine_update() 6581 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_ACK, good_data, good_data[1], packet_ptr… in _nx_ppp_ipcp_state_machine_update() 6611 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_REJECT, &ppp_ptr -> nx_ppp_rejected_list… in _nx_ppp_ipcp_state_machine_update() 6617 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_NAK, &ppp_ptr -> nx_ppp_peer_naked_list[… in _nx_ppp_ipcp_state_machine_update() 6786 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_ACK, good_data, good_data[1], packet_ptr… in _nx_ppp_ipcp_state_machine_update() 6797 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_REJECT, &ppp_ptr -> nx_ppp_rejected_list… in _nx_ppp_ipcp_state_machine_update() 6803 …_nx_ppp_ipcp_response_send(ppp_ptr, NX_PPP_IPCP_CONFIGURE_NAK, &ppp_ptr -> nx_ppp_peer_naked_list[… in _nx_ppp_ipcp_state_machine_update() 7595 void _nx_ppp_ipcp_response_send(NX_PPP *ppp_ptr, UCHAR type, UCHAR *data, UCHAR length, NX_PACKET … in _nx_ppp_ipcp_response_send() function
|
D | nx_ppp.h | 823 void _nx_ppp_ipcp_response_send(NX_PPP *ppp_ptr, UCHAR type, UCHAR *data, UCHAR length, NX_PACKE…
|