Searched refs:KPPPProtocol (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp6 /*! \class KPPPProtocol.
41 KPPPProtocol::KPPPProtocol(const char *name, ppp_phase activationPhase, function in class:KPPPProtocol
78 KPPPProtocol::~KPPPProtocol()
90 KPPPProtocol::Uninit()
101 KPPPProtocol::Control(uint32 op, void *data, size_t length)
145 KPPPProtocol::StackControl(uint32 op, void *data)
161 KPPPProtocol::SetEnabled(bool enabled)
175 KPPPProtocol
[all...]
H A D_KPPPAuthenticationHandler.h16 KPPPProtocol *NextAuthenticator(const KPPPProtocol *start,
31 KPPPProtocol *fLocalAuthenticator, *fPeerAuthenticator,
H A D_KPPPAuthenticationHandler.cpp35 KPPPProtocol*
36 _KPPPAuthenticationHandler::NextAuthenticator(const KPPPProtocol *start,
40 KPPPProtocol *current = start ? start->NextProtocol() : Interface().FirstProtocol();
64 KPPPProtocol *authenticator;
134 KPPPProtocol *authenticator = Interface().ProtocolFor(ntohs(item->protocolNumber));
203 KPPPProtocol *nextAuthenticator =
H A DKPPPUtils.cpp14 IsProtocolAllowed(const KPPPProtocol& protocol)
H A DKPPPInterface.cpp250 KPPPProtocol *protocol = FirstProtocol();
656 KPPPProtocol *protocol = ProtocolAt(controlInfo->index);
885 KPPPProtocol *protocol = ProtocolAt(control->index);
998 \sa KPPPProtocol
1002 KPPPInterface::AddProtocol(KPPPProtocol *protocol)
1020 KPPPProtocol *current = fFirstProtocol, *previous = NULL;
1065 Normally, this method is called in KPPPProtocol's destructor. Do not call it
1073 KPPPInterface::RemoveProtocol(KPPPProtocol *protocol)
1084 KPPPProtocol *current = fFirstProtocol, *previous = NULL;
1121 KPPPProtocol *protoco
[all...]
H A DKPPPStateMachine.cpp254 NOTE: This must be called \e after \c KPPPProtocol::Up().
461 KPPPStateMachine::UpFailedEvent(KPPPProtocol *protocol)
488 KPPPStateMachine::UpEvent(KPPPProtocol *protocol)
503 KPPPStateMachine::DownEvent(KPPPProtocol *protocol)
1634 KPPPProtocol *protocol = Interface().FirstProtocol();
1687 // KPPPProtocol::Down() should block if needed.
1961 KPPPProtocol *protocol = Interface().FirstProtocol();
1988 KPPPProtocol *protocol = Interface().FirstProtocol();
H A DKPPPLCP.cpp33 KPPPProtocol("LCP", PPP_ESTABLISHMENT_PHASE, PPP_LCP_PROTOCOL,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPProtocol.h16 class KPPPProtocol : public KPPPLayer { class in inherits:KPPPLayer
18 // KPPPProtocol must be subclassed
19 KPPPProtocol(const char *name, ppp_phase activationPhase,
26 virtual ~KPPPProtocol();
62 void SetNextProtocol(KPPPProtocol *protocol)
65 KPPPProtocol *NextProtocol() const
140 KPPPProtocol *fNextProtocol;
H A DKPPPUtils.h15 class KPPPProtocol;
19 extern bool IsProtocolAllowed(const KPPPProtocol& protocol);
H A DKPPPLCP.h12 #include <KPPPProtocol.h>
39 class KPPPLCP : public KPPPProtocol {
79 void SetTarget(KPPPProtocol *target)
82 KPPPProtocol *Target() const
100 KPPPProtocol *fTarget;
H A DKPPPInterface.h40 class KPPPProtocol;
133 bool AddProtocol(KPPPProtocol *protocol);
134 bool RemoveProtocol(KPPPProtocol *protocol);
136 KPPPProtocol *ProtocolAt(int32 index) const;
138 KPPPProtocol *FirstProtocol() const
140 KPPPProtocol *ProtocolFor(uint16 protocolNumber,
141 KPPPProtocol *start = NULL) const;
293 KPPPProtocol *fFirstProtocol;
H A DKPPPStateMachine.h11 class KPPPProtocol;
98 void UpFailedEvent(KPPPProtocol *protocol);
99 void UpEvent(KPPPProtocol *protocol);
100 void DownEvent(KPPPProtocol *protocol);
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h12 #include <KPPPProtocol.h>
48 class PAP : public KPPPProtocol {
H A DProtocol.cpp83 : KPPPProtocol("PAP", PPP_AUTHENTICATION_PHASE, PAP_PROTOCOL, PPP_PROTOCOL_LEVEL,
106 return KPPPProtocol::InitCheck();
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h11 #include <KPPPProtocol.h>
61 class IPCP : public KPPPProtocol {
H A DProtocol.cpp79 : KPPPProtocol("IPCP", PPP_NCP_PHASE, IPCP_PROTOCOL, PPP_PROTOCOL_LEVEL,
157 return KPPPProtocol::StackControl(op, data);

Completed in 66 milliseconds