Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c7594 …cp_response_send(NX_PPP *ppp_ptr, UCHAR type, UCHAR *data, UCHAR length, NX_PACKET *cfg_packet_ptr) in _nx_ppp_ipcp_response_send() argument
7623 …> nx_packet_data_end - packet_ptr -> nx_packet_prepend_ptr) < (UINT)(cfg_packet_ptr -> nx_packet_l… in _nx_ppp_ipcp_response_send()
7633 for (i = 0; i < cfg_packet_ptr -> nx_packet_length; i++) in _nx_ppp_ipcp_response_send()
7654 packet_ptr -> nx_packet_prepend_ptr[i] = cfg_packet_ptr -> nx_packet_prepend_ptr[i]; in _nx_ppp_ipcp_response_send()
7661 packet_ptr -> nx_packet_length = cfg_packet_ptr -> nx_packet_length; in _nx_ppp_ipcp_response_send()
Dnx_ppp.h822 …p_response_send(NX_PPP *ppp_ptr, UCHAR type, UCHAR *data, UCHAR length, NX_PACKET *cfg_packet_ptr);