Searched refs:NX_PPP_IPCP_CONFIGURE_REQUEST (Results 1 – 3 of 3) sorted by relevance
6276 if ((code < NX_PPP_IPCP_CONFIGURE_REQUEST) || in _nx_ppp_ipcp_state_machine_update()6304 case NX_PPP_IPCP_CONFIGURE_REQUEST: in _nx_ppp_ipcp_state_machine_update()6469 else if ((code == NX_PPP_IPCP_CONFIGURE_REQUEST) && (packet_ptr)) in _nx_ppp_ipcp_state_machine_update()6567 if ((code == NX_PPP_IPCP_CONFIGURE_REQUEST) && (packet_ptr)) in _nx_ppp_ipcp_state_machine_update()6773 else if ((code == NX_PPP_IPCP_CONFIGURE_REQUEST) && (packet_ptr)) in _nx_ppp_ipcp_state_machine_update()7339 packet_ptr -> nx_packet_prepend_ptr[2] = NX_PPP_IPCP_CONFIGURE_REQUEST; in _nx_ppp_ipcp_configure_request_send()
287 #define NX_PPP_IPCP_CONFIGURE_REQUEST 1 macro
5516 …Removed unnecessary NX_PPP_IPCP_CONFIGURE_REQUEST case in the NX_PPP_IPCP_PEER_CONFIGURE_REQUEST_A…