Searched refs:rejected_list (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/ppp/ |
| D | nx_ppp.c | 3170 …d(NX_PPP *ppp_ptr, UINT configure_status, UCHAR *lcp_ptr, UCHAR *naked_list, UCHAR *rejected_list) in _nx_ppp_lcp_configure_reply_send() argument 3278 packet_ptr -> nx_packet_prepend_ptr[5] = (UCHAR)(rejected_list[0] + 4); in _nx_ppp_lcp_configure_reply_send() 3281 …et_ptr -> nx_packet_data_end - packet_ptr -> nx_packet_prepend_ptr) < (UINT)(rejected_list[0] + 6)) in _nx_ppp_lcp_configure_reply_send() 3290 for(i = 1; i < (UCHAR)(rejected_list[0] + 1); i++) in _nx_ppp_lcp_configure_reply_send() 3293 packet_ptr -> nx_packet_prepend_ptr[6+i-1] = rejected_list[i]; in _nx_ppp_lcp_configure_reply_send() 3297 packet_ptr -> nx_packet_length = (ULONG)(rejected_list[0] + 6); in _nx_ppp_lcp_configure_reply_send() 3532 …eve(NX_PPP *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list, UCHAR *rejected_list, UINT *configu… in _nx_ppp_lcp_configuration_retrieve() argument 3548 rejected_list[0] = 0; in _nx_ppp_lcp_configuration_retrieve() 3649 rejected_list[rejected_list_index++] = (UCHAR)type; in _nx_ppp_lcp_configuration_retrieve() 3650 rejected_list[rejected_list_index++] = (UCHAR)len; in _nx_ppp_lcp_configuration_retrieve() [all …]
|
| D | nx_ppp.h | 803 …d(NX_PPP *ppp_ptr, UINT configure_status, UCHAR *lcp_ptr, UCHAR *naked_list, UCHAR *rejected_list); 805 …eve(NX_PPP *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list, UCHAR *rejected_list, UINT *configu… 819 …eck(NX_PPP *ppp_ptr, NX_PACKET *packet_ptr, UCHAR *naked_list, UCHAR *rejected_list, UCHAR *good_d…
|