Searched refs:NX_PPP_IPCP_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
1733 else if (protocol == NX_PPP_IPCP_PROTOCOL) in _nx_ppp_receive_packet_process()7337 packet_ptr -> nx_packet_prepend_ptr[0] = (NX_PPP_IPCP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_ipcp_configure_request_send()7338 packet_ptr -> nx_packet_prepend_ptr[1] = NX_PPP_IPCP_PROTOCOL & 0xFF; in _nx_ppp_ipcp_configure_request_send()7677 packet_ptr -> nx_packet_prepend_ptr[0] = (NX_PPP_IPCP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_ipcp_response_send()7678 packet_ptr -> nx_packet_prepend_ptr[1] = NX_PPP_IPCP_PROTOCOL & 0xFF; in _nx_ppp_ipcp_response_send()7794 packet_ptr -> nx_packet_prepend_ptr[0] = (NX_PPP_IPCP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_ipcp_terminate_send()7795 packet_ptr -> nx_packet_prepend_ptr[1] = NX_PPP_IPCP_PROTOCOL & 0xFF; in _nx_ppp_ipcp_terminate_send()7885 packet_ptr -> nx_packet_prepend_ptr[0] = (NX_PPP_IPCP_PROTOCOL & 0xFF00) >> 8; in _nx_ppp_ipcp_terminate_ack_send()7886 packet_ptr -> nx_packet_prepend_ptr[1] = NX_PPP_IPCP_PROTOCOL & 0xFF; in _nx_ppp_ipcp_terminate_ack_send()
246 #define NX_PPP_IPCP_PROTOCOL 0x8021 macro