Searched refs:KPPPConfigurePacket (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPMRUHandler.h16 virtual status_t AddToRequest(KPPPConfigurePacket& request);
17 virtual status_t ParseNak(const KPPPConfigurePacket& nak);
18 virtual status_t ParseReject(const KPPPConfigurePacket& reject);
19 virtual status_t ParseAck(const KPPPConfigurePacket& ack);
21 virtual status_t ParseRequest(const KPPPConfigurePacket& request,
22 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
23 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
H A D_KPPPAuthenticationHandler.h19 virtual status_t AddToRequest(KPPPConfigurePacket& request);
20 virtual status_t ParseNak(const KPPPConfigurePacket& nak);
21 virtual status_t ParseReject(const KPPPConfigurePacket& reject);
22 virtual status_t ParseAck(const KPPPConfigurePacket& ack);
24 virtual status_t ParseRequest(const KPPPConfigurePacket& request,
25 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
26 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
H A D_KPPPPFCHandler.h17 virtual status_t AddToRequest(KPPPConfigurePacket& request);
18 virtual status_t ParseNak(const KPPPConfigurePacket& nak);
19 virtual status_t ParseReject(const KPPPConfigurePacket& reject);
20 virtual status_t ParseAck(const KPPPConfigurePacket& ack);
22 virtual status_t ParseRequest(const KPPPConfigurePacket& request,
23 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
24 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
H A D_KPPPPFCHandler.cpp8 #include <KPPPConfigurePacket.h>
24 _KPPPPFCHandler::AddToRequest(KPPPConfigurePacket& request)
40 _KPPPPFCHandler::ParseNak(const KPPPConfigurePacket& nak)
51 _KPPPPFCHandler::ParseReject(const KPPPConfigurePacket& reject)
65 _KPPPPFCHandler::ParseAck(const KPPPConfigurePacket& ack)
81 _KPPPPFCHandler::ParseRequest(const KPPPConfigurePacket& request,
82 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
99 _KPPPPFCHandler::SendingAck(const KPPPConfigurePacket& ack)
H A DKPPPOptionHandler.cpp113 KPPPOptionHandler::AddToRequest(KPPPConfigurePacket& request)
125 KPPPOptionHandler::ParseNak(const KPPPConfigurePacket& nak)
137 KPPPOptionHandler::ParseReject(const KPPPConfigurePacket& reject)
149 KPPPOptionHandler::ParseAck(const KPPPConfigurePacket& ack)
166 KPPPOptionHandler::ParseRequest(const KPPPConfigurePacket& request,
167 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
175 KPPPOptionHandler::SendingAck(const KPPPConfigurePacket& ack)
H A DKPPPConfigurePacket.cpp6 /*! \class KPPPConfigurePacket
16 #include <KPPPConfigurePacket.h>
26 KPPPConfigurePacket::KPPPConfigurePacket(uint8 code) function in class:KPPPConfigurePacket
34 KPPPConfigurePacket::KPPPConfigurePacket(net_buffer *packet) function in class:KPPPConfigurePacket
68 KPPPConfigurePacket::~KPPPConfigurePacket()
77 KPPPConfigurePacket::SetCode(uint8 code)
102 KPPPConfigurePacket
[all...]
H A D_KPPPMRUHandler.cpp8 #include <KPPPConfigurePacket.h>
33 _KPPPMRUHandler::AddToRequest(KPPPConfigurePacket& request)
48 _KPPPMRUHandler::ParseNak(const KPPPConfigurePacket& nak)
63 _KPPPMRUHandler::ParseReject(const KPPPConfigurePacket& reject)
73 _KPPPMRUHandler::ParseAck(const KPPPConfigurePacket& ack)
89 _KPPPMRUHandler::ParseRequest(const KPPPConfigurePacket& request,
90 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
102 _KPPPMRUHandler::SendingAck(const KPPPConfigurePacket& ack)
H A D_KPPPAuthenticationHandler.cpp8 #include <KPPPConfigurePacket.h>
53 _KPPPAuthenticationHandler::AddToRequest(KPPPConfigurePacket& request)
109 _KPPPAuthenticationHandler::ParseNak(const KPPPConfigurePacket& nak)
147 _KPPPAuthenticationHandler::ParseReject(const KPPPConfigurePacket& reject)
158 _KPPPAuthenticationHandler::ParseAck(const KPPPConfigurePacket& ack)
181 _KPPPAuthenticationHandler::ParseRequest(const KPPPConfigurePacket& request,
182 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
230 _KPPPAuthenticationHandler::SendingAck(const KPPPConfigurePacket& ack)
H A DKPPPStateMachine.cpp17 #include <KPPPConfigurePacket.h>
1076 KPPPConfigurePacket ack(packet);
1151 KPPPConfigurePacket nak_reject(packet);
1487 KPPPConfigurePacket request(packet);
1488 KPPPConfigurePacket nak(PPP_CONFIGURE_NAK);
1489 KPPPConfigurePacket reject(PPP_CONFIGURE_REJECT);
1738 KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST);
1770 KPPPConfigurePacket ack(packet);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPConfigurePacket.h23 class KPPPConfigurePacket { class
26 KPPPConfigurePacket(const KPPPConfigurePacket& copy);
27 KPPPConfigurePacket& operator= (const KPPPConfigurePacket& copy);
30 KPPPConfigurePacket(uint8 code);
31 KPPPConfigurePacket(net_buffer *packet);
32 ~KPPPConfigurePacket();
H A DKPPP.h9 #include <KPPPConfigurePacket.h>
H A DKPPPOptionHandler.h15 class KPPPConfigurePacket;
56 virtual status_t AddToRequest(KPPPConfigurePacket& request);
57 virtual status_t ParseNak(const KPPPConfigurePacket& nak);
59 virtual status_t ParseReject(const KPPPConfigurePacket& reject);
61 virtual status_t ParseAck(const KPPPConfigurePacket& ack);
64 virtual status_t ParseRequest(const KPPPConfigurePacket& request,
65 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
66 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DACFCHandler.h41 virtual status_t AddToRequest(KPPPConfigurePacket& request);
42 virtual status_t ParseNak(const KPPPConfigurePacket& nak);
43 virtual status_t ParseReject(const KPPPConfigurePacket& reject);
44 virtual status_t ParseAck(const KPPPConfigurePacket& ack);
46 virtual status_t ParseRequest(const KPPPConfigurePacket& request,
47 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
48 virtual status_t SendingAck(const KPPPConfigurePacket& ack);
H A DACFCHandler.cpp8 #include <KPPPConfigurePacket.h>
24 ACFCHandler::AddToRequest(KPPPConfigurePacket& request)
40 ACFCHandler::ParseNak(const KPPPConfigurePacket& nak)
51 ACFCHandler::ParseReject(const KPPPConfigurePacket& reject)
65 ACFCHandler::ParseAck(const KPPPConfigurePacket& ack)
81 ACFCHandler::ParseRequest(const KPPPConfigurePacket& request,
82 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
99 ACFCHandler::SendingAck(const KPPPConfigurePacket& ack)
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h38 virtual status_t AddToRequest(KPPPConfigurePacket& request);
39 virtual status_t SendingAck(const KPPPConfigurePacket&);
40 virtual status_t ParseRequest(const KPPPConfigurePacket& request,
41 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
H A DProtocol.cpp7 #include <KPPPConfigurePacket.h>
38 PAPHandler::SendingAck(const KPPPConfigurePacket& ack)
46 PAPHandler::AddToRequest(KPPPConfigurePacket& request)
64 PAPHandler::ParseRequest(const KPPPConfigurePacket& request,
65 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject)
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp12 #include <KPPPConfigurePacket.h>
729 KPPPConfigurePacket request(packet);
730 KPPPConfigurePacket nak(PPP_CONFIGURE_NAK);
731 KPPPConfigurePacket reject(PPP_CONFIGURE_REJECT);
946 KPPPConfigurePacket ack(packet);
1054 KPPPConfigurePacket nak_reject(packet);
1358 KPPPConfigurePacket request(PPP_CONFIGURE_REQUEST);
1414 KPPPConfigurePacket ack(packet);

Completed in 200 milliseconds