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

/haiku-fatelf/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 DKPPPInterface.cpp239 KPPPProtocol *protocol = FirstProtocol();
579 KPPPProtocol *protocol = ProtocolAt(control->index);
691 \sa KPPPProtocol
695 KPPPInterface::AddProtocol(KPPPProtocol *protocol)
713 KPPPProtocol *current = fFirstProtocol, *previous = NULL;
758 Normally, this method is called in KPPPProtocol's destructor. Do not call it
766 KPPPInterface::RemoveProtocol(KPPPProtocol *protocol)
777 KPPPProtocol *current = fFirstProtocol, *previous = NULL;
814 KPPPProtocol *protocol = FirstProtocol();
825 KPPPProtocol*
[all...]
H A DKPPPUtils.cpp14 IsProtocolAllowed(const KPPPProtocol& protocol)
H A DKPPPStateMachine.cpp225 NOTE: This must be called \e after \c KPPPProtocol::Up().
432 KPPPStateMachine::UpFailedEvent(KPPPProtocol *protocol)
459 KPPPStateMachine::UpEvent(KPPPProtocol *protocol)
474 KPPPStateMachine::DownEvent(KPPPProtocol *protocol)
1530 KPPPProtocol *protocol = Interface().FirstProtocol();
1583 // KPPPProtocol::Down() should block if needed.
1852 KPPPProtocol *protocol = Interface().FirstProtocol();
1879 KPPPProtocol *protocol = Interface().FirstProtocol();
H A DKPPPLCP.cpp30 KPPPProtocol("LCP", PPP_ESTABLISHMENT_PHASE, PPP_LCP_PROTOCOL,
/haiku-fatelf/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>
36 class KPPPLCP : public KPPPProtocol {
76 void SetTarget(KPPPProtocol *target)
79 KPPPProtocol *Target() const
100 KPPPProtocol *fTarget;
H A DKPPPInterface.h34 class KPPPProtocol;
125 bool AddProtocol(KPPPProtocol *protocol);
126 bool RemoveProtocol(KPPPProtocol *protocol);
128 KPPPProtocol *ProtocolAt(int32 index) const;
130 KPPPProtocol *FirstProtocol() const
132 KPPPProtocol *ProtocolFor(uint16 protocolNumber,
133 KPPPProtocol *start = NULL) const;
285 KPPPProtocol *fFirstProtocol;
H A DKPPPStateMachine.h11 class KPPPProtocol;
97 void UpFailedEvent(KPPPProtocol *protocol);
98 void UpEvent(KPPPProtocol *protocol);
99 void DownEvent(KPPPProtocol *protocol);
/haiku-fatelf/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h12 #include <KPPPProtocol.h>
47 class PAP : public KPPPProtocol {
H A DProtocol.cpp75 : KPPPProtocol("PAP", PPP_AUTHENTICATION_PHASE, PAP_PROTOCOL, PPP_PROTOCOL_LEVEL,
98 return KPPPProtocol::InitCheck();
/haiku-fatelf/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h11 #include <KPPPProtocol.h>
59 class IPCP : public KPPPProtocol {
H A DProtocol.cpp61 : KPPPProtocol("IPCP", PPP_NCP_PHASE, IPCP_PROTOCOL, PPP_PROTOCOL_LEVEL,
134 return KPPPProtocol::StackControl(op, data);

Completed in 167 milliseconds