Searched refs:NX_PPP_PAP_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
1610 if ((ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_PAP_PROTOCOL) || in _nx_ppp_receive_packet_process()1611 (ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_PAP_PROTOCOL)) in _nx_ppp_receive_packet_process()1682 else if (protocol == NX_PPP_PAP_PROTOCOL) in _nx_ppp_receive_packet_process()3431 …if ((ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_PAP_PROTOCOL) && (ppp_ptr -> nx_pp… in _nx_ppp_lcp_configure_request_send()3437 packet_ptr -> nx_packet_prepend_ptr[index++] = (NX_PPP_PAP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_lcp_configure_request_send()3438 packet_ptr -> nx_packet_prepend_ptr[index++] = NX_PPP_PAP_PROTOCOL & 0xFF; in _nx_ppp_lcp_configure_request_send()3616 … if ((authentication_protocol == NX_PPP_PAP_PROTOCOL) && (ppp_ptr -> nx_ppp_pap_generate_login)) in _nx_ppp_lcp_configuration_retrieve()3620 ppp_ptr -> nx_ppp_generate_authentication_protocol = NX_PPP_PAP_PROTOCOL; in _nx_ppp_lcp_configuration_retrieve()3658 if (ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_PAP_PROTOCOL) in _nx_ppp_lcp_configuration_retrieve()3669 naked_list[nak_list_index++] = (NX_PPP_PAP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_lcp_configuration_retrieve()[all …]
248 #define NX_PPP_PAP_PROTOCOL 0xC023 macro