Searched refs:LCP (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp7 \brief PPP state machine belonging to the LCP protocol
40 fLCP(interface.LCP()),
71 //! Creates an ID for the next LCP packet.
208 return LCP().Send(packet) == B_OK;
246 return LCP().Send(packet) == B_OK;
1078 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1079 optionHandler = LCP().OptionHandlerAt(index);
1153 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1154 optionHandler = LCP().OptionHandlerAt(index);
1359 // receive code/protocol reject (catastrophic such as LCP rejec
[all...]
H A DKPPPLCPExtension.cpp7 \brief LCP protocol extension
9 This class can be used to extend the supported LCP protocol codes.
21 \param code LCP code that this extension can handle.
40 //! Destructor. Frees the name and unregisters extension from LCP protocol.
43 Interface().LCP().RemoveLCPExtension(this);
H A DKPPPOptionHandler.cpp7 \brief Handler for LCP configure packets.
9 This class can be used to extend the supported LCP configure packets.
42 //! Destructor. Frees the name and unregisters handler from LCP protocol.
45 Interface().LCP().RemoveOptionHandler(this);
H A DKPPPInterface.cpp13 it contains the KPPPLCP object with represents the LCP protocol and the
16 Protocols and encapsulators should be added to this class. LCP-specific extensions
148 // LCP
149 if (!AddProtocol(&LCP())) {
150 ERROR("KPPPInterface: Could not add LCP protocol!\n");
157 if (!LCP().AddOptionHandler(mruHandler) || mruHandler->InitCheck() != B_OK) {
164 if (!LCP().AddOptionHandler(authenticationHandler)
172 if (!LCP().AddOptionHandler(pfcHandler) || pfcHandler->InitCheck() != B_OK) {
285 if (FirstProtocol() == &LCP())
488 info->optionHandlersCount = LCP()
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h43 //! Returns the LCP protocol object belonging to this state machine.
44 KPPPLCP& LCP() const function in class:KPPPStateMachine
H A DKPPPInterface.h82 KPPPLCP& LCP() function in class:KPPPInterface
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp195 if (!interface.LCP().AddOptionHandler(fACFC)) {

Completed in 110 milliseconds