PPP_CONFIGURE_REQUEST
KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST);
case PPP_CONFIGURE_REQUEST:
if (data.code == PPP_CONFIGURE_REQUEST && Side() != PPP_PEER_SIDE)
case PPP_CONFIGURE_REQUEST:
request->code = PPP_CONFIGURE_REQUEST;
if (code < PPP_CONFIGURE_REQUEST || code > PPP_CONFIGURE_REJECT)
case PPP_CONFIGURE_REQUEST:
KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST);
#define PPP_MIN_LCP_CODE PPP_CONFIGURE_REQUEST