PPP_PROTO_NCP
_this->fsm.protocol = PPP_PROTO_NCP | NCP_CCP;
_this->fsm.protocol = PPP_PROTO_NCP | NCP_IPCP;
case PPP_PROTO_NCP | NCP_IPCP:
case PPP_PROTO_NCP | NCP_CCP:
PPP_PROTO_NCP | NCP_CCP);
ppp_output(_this->ppp, PPP_PROTO_NCP | NCP_CCP,
case PPP_PROTO_NCP | NCP_CCP: return NPPPD_PROTO_BIT_CCP;
case PPP_PROTO_NCP | NCP_IPCP: return NPPPD_PROTO_BIT_IPCP;
case PPP_PROTO_NCP | NCP_CCP: return "ccp";
case PPP_PROTO_NCP | NCP_IPCP: return "ipcp";
case PPP_PROTO_NCP | NCP_IPV6CP: return "ipv6cp";
case PPP_PROTO_NCP | NCP_CCP:
if ((proto & 0xff00) == PPP_PROTO_NCP) {