Home
last modified time | relevance | path

Searched refs:OptionHandlerAt (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp47 delete OptionHandlerAt(0); in ~KPPPLCP()
91 KPPPLCP::OptionHandlerAt(int32 index) const in OptionHandlerAt() function in KPPPLCP
116 KPPPOptionHandler *current = OptionHandlerAt(index); in OptionHandlerFor()
118 for (; current; current = OptionHandlerAt(++index)) { in OptionHandlerFor()
H A DKPPPStateMachine.cpp1079 optionHandler = LCP().OptionHandlerAt(index); in RCAEvent()
1154 optionHandler = LCP().OptionHandlerAt(index); in RCNEvent()
1553 optionHandler = LCP().OptionHandlerAt(index); in RCREvent()
1744 if (LCP().OptionHandlerAt(index)->AddToRequest(request) != B_OK) { in SendConfigureRequest()
1774 if (LCP().OptionHandlerAt(index)->SendingAck(ack) != B_OK) { in SendConfigureAck()
2000 LCP().OptionHandlerAt(index)->Reset(); in ResetLCPHandlers()
H A DKPPPInterface.cpp670 KPPPOptionHandler *optionHandler = LCP().OptionHandlerAt(controlInfo->index); in Control()
898 KPPPOptionHandler *optionHandler = LCP().OptionHandlerAt(control->index); in Control()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h61 KPPPOptionHandler *OptionHandlerAt(int32 index) const;