KPPPConfigurePacket
KPPPConfigurePacket nak_reject(packet);
KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST);
KPPPConfigurePacket ack(packet);
KPPPConfigurePacket request(packet);
KPPPConfigurePacket nak(PPP_CONFIGURE_NAK);
KPPPConfigurePacket reject(PPP_CONFIGURE_REJECT);
KPPPConfigurePacket ack(packet);
ACFCHandler::AddToRequest(KPPPConfigurePacket& request)
ACFCHandler::ParseNak(const KPPPConfigurePacket& nak)
ACFCHandler::ParseReject(const KPPPConfigurePacket& reject)
ACFCHandler::ParseAck(const KPPPConfigurePacket& ack)
ACFCHandler::ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
ACFCHandler::SendingAck(const KPPPConfigurePacket& ack)
virtual status_t AddToRequest(KPPPConfigurePacket& request);
virtual status_t ParseNak(const KPPPConfigurePacket& nak);
virtual status_t ParseReject(const KPPPConfigurePacket& reject);
virtual status_t ParseAck(const KPPPConfigurePacket& ack);
virtual status_t ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
virtual status_t SendingAck(const KPPPConfigurePacket& ack);
PAPHandler::SendingAck(const KPPPConfigurePacket& ack)
PAPHandler::AddToRequest(KPPPConfigurePacket& request)
PAPHandler::ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
virtual status_t AddToRequest(KPPPConfigurePacket& request);
virtual status_t SendingAck(const KPPPConfigurePacket&);
virtual status_t ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
KPPPConfigurePacket::AddItem(const ppp_configure_item *item, int32 index)
KPPPConfigurePacket::RemoveItem(ppp_configure_item *item)
KPPPConfigurePacket::ItemAt(int32 index) const
KPPPConfigurePacket::ItemWithType(uint8 type) const
KPPPConfigurePacket::ToNetBuffer(uint32 MRU)
KPPPConfigurePacket::KPPPConfigurePacket(uint8 code)
KPPPConfigurePacket::KPPPConfigurePacket(net_buffer *packet)
KPPPConfigurePacket::~KPPPConfigurePacket()
KPPPConfigurePacket::SetCode(uint8 code)
KPPPOptionHandler::AddToRequest(KPPPConfigurePacket& request)
KPPPOptionHandler::ParseNak(const KPPPConfigurePacket& nak)
KPPPOptionHandler::ParseReject(const KPPPConfigurePacket& reject)
KPPPOptionHandler::ParseAck(const KPPPConfigurePacket& ack)
KPPPOptionHandler::ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
KPPPOptionHandler::SendingAck(const KPPPConfigurePacket& ack)
KPPPConfigurePacket ack(packet);
KPPPConfigurePacket nak_reject(packet);
KPPPConfigurePacket request(packet);
KPPPConfigurePacket nak(PPP_CONFIGURE_NAK);
KPPPConfigurePacket reject(PPP_CONFIGURE_REJECT);
KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST);
KPPPConfigurePacket ack(packet);
_KPPPAuthenticationHandler::ParseNak(const KPPPConfigurePacket& nak)
_KPPPAuthenticationHandler::ParseReject(const KPPPConfigurePacket& reject)
_KPPPAuthenticationHandler::ParseAck(const KPPPConfigurePacket& ack)
_KPPPAuthenticationHandler::ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
_KPPPAuthenticationHandler::SendingAck(const KPPPConfigurePacket& ack)
_KPPPAuthenticationHandler::AddToRequest(KPPPConfigurePacket& request)
virtual status_t AddToRequest(KPPPConfigurePacket& request);
virtual status_t ParseNak(const KPPPConfigurePacket& nak);
virtual status_t ParseReject(const KPPPConfigurePacket& reject);
virtual status_t ParseAck(const KPPPConfigurePacket& ack);
virtual status_t ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
virtual status_t SendingAck(const KPPPConfigurePacket& ack);
_KPPPMRUHandler::SendingAck(const KPPPConfigurePacket& ack)
_KPPPMRUHandler::AddToRequest(KPPPConfigurePacket& request)
_KPPPMRUHandler::ParseNak(const KPPPConfigurePacket& nak)
_KPPPMRUHandler::ParseReject(const KPPPConfigurePacket& reject)
_KPPPMRUHandler::ParseAck(const KPPPConfigurePacket& ack)
_KPPPMRUHandler::ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
virtual status_t AddToRequest(KPPPConfigurePacket& request);
virtual status_t ParseNak(const KPPPConfigurePacket& nak);
virtual status_t ParseReject(const KPPPConfigurePacket& reject);
virtual status_t ParseAck(const KPPPConfigurePacket& ack);
virtual status_t ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
virtual status_t SendingAck(const KPPPConfigurePacket& ack);
_KPPPPFCHandler::AddToRequest(KPPPConfigurePacket& request)
_KPPPPFCHandler::ParseNak(const KPPPConfigurePacket& nak)
_KPPPPFCHandler::ParseReject(const KPPPConfigurePacket& reject)
_KPPPPFCHandler::ParseAck(const KPPPConfigurePacket& ack)
_KPPPPFCHandler::ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
_KPPPPFCHandler::SendingAck(const KPPPConfigurePacket& ack)
virtual status_t AddToRequest(KPPPConfigurePacket& request);
virtual status_t ParseNak(const KPPPConfigurePacket& nak);
virtual status_t ParseReject(const KPPPConfigurePacket& reject);
virtual status_t ParseAck(const KPPPConfigurePacket& ack);
virtual status_t ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
virtual status_t SendingAck(const KPPPConfigurePacket& ack);
class KPPPConfigurePacket {
KPPPConfigurePacket(const KPPPConfigurePacket& copy);
KPPPConfigurePacket& operator= (const KPPPConfigurePacket& copy);
KPPPConfigurePacket(uint8 code);
KPPPConfigurePacket(net_buffer *packet);
~KPPPConfigurePacket();
class KPPPConfigurePacket;
virtual status_t AddToRequest(KPPPConfigurePacket& request);
virtual status_t ParseNak(const KPPPConfigurePacket& nak);
virtual status_t ParseReject(const KPPPConfigurePacket& reject);
virtual status_t ParseAck(const KPPPConfigurePacket& ack);
virtual status_t ParseRequest(const KPPPConfigurePacket& request,
int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
virtual status_t SendingAck(const KPPPConfigurePacket& ack);