Searched refs:NX_PPP_CHAP_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
1629 if ((ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_CHAP_PROTOCOL) || in _nx_ppp_receive_packet_process()1630 (ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_CHAP_PROTOCOL)) in _nx_ppp_receive_packet_process()1708 else if (protocol == NX_PPP_CHAP_PROTOCOL) in _nx_ppp_receive_packet_process()3439 else if ((ppp_ptr -> nx_ppp_verify_authentication_protocol == NX_PPP_CHAP_PROTOCOL) && in _nx_ppp_lcp_configure_request_send()3446 packet_ptr -> nx_packet_prepend_ptr[index++] = (NX_PPP_CHAP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_lcp_configure_request_send()3447 packet_ptr -> nx_packet_prepend_ptr[index++] = NX_PPP_CHAP_PROTOCOL & 0xFF; in _nx_ppp_lcp_configure_request_send()3624 …if ((authentication_protocol == NX_PPP_CHAP_PROTOCOL) && (ppp_ptr -> nx_ppp_chap_get_responder_val… in _nx_ppp_lcp_configuration_retrieve()3628 ppp_ptr -> nx_ppp_generate_authentication_protocol = NX_PPP_CHAP_PROTOCOL; in _nx_ppp_lcp_configuration_retrieve()3677 if (ppp_ptr -> nx_ppp_generate_authentication_protocol == NX_PPP_CHAP_PROTOCOL) in _nx_ppp_lcp_configuration_retrieve()3688 naked_list[nak_list_index++] = (NX_PPP_CHAP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_lcp_configuration_retrieve()[all …]
248 #define NX_PPP_CHAP_PROTOCOL 0xC223 macro