Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c3170 …ly_send(NX_PPP *ppp_ptr, UINT configure_status, UCHAR *lcp_ptr, UCHAR *naked_list, UCHAR *rejected… in _nx_ppp_lcp_configure_reply_send() argument
3307 packet_ptr -> nx_packet_prepend_ptr[5] = (UCHAR)(naked_list[0] + 4); in _nx_ppp_lcp_configure_reply_send()
3310 …acket_ptr -> nx_packet_data_end - packet_ptr -> nx_packet_prepend_ptr) < (UINT)(naked_list[0] + 6)) in _nx_ppp_lcp_configure_reply_send()
3319 for(i = 1; i < (UCHAR)(naked_list[0] + 1); i++) in _nx_ppp_lcp_configure_reply_send()
3322 packet_ptr -> nx_packet_prepend_ptr[6+i-1] = naked_list[i]; in _nx_ppp_lcp_configure_reply_send()
3326 packet_ptr -> nx_packet_length = (ULONG)(naked_list[0] + 6); in _nx_ppp_lcp_configure_reply_send()
3532 UINT _nx_ppp_lcp_configuration_retrieve(NX_PPP *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list,… in _nx_ppp_lcp_configuration_retrieve() argument
3547 naked_list[0] = 0; in _nx_ppp_lcp_configuration_retrieve()
3598 naked_list[nak_list_index++] = (UCHAR)type; in _nx_ppp_lcp_configuration_retrieve()
3599 naked_list[nak_list_index++] = (UCHAR)len; in _nx_ppp_lcp_configuration_retrieve()
[all …]
Dnx_ppp.h803 …ly_send(NX_PPP *ppp_ptr, UINT configure_status, UCHAR *lcp_ptr, UCHAR *naked_list, UCHAR *rejected…
805 …_configuration_retrieve(NX_PPP *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list, UCHAR *rejected…
806 void _nx_ppp_lcp_nak_configure_list(NX_PPP *ppp_ptr, UCHAR *naked_list);
819 UINT _nx_ppp_ipcp_configure_check(NX_PPP *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list, UCH…