Searched refs:OptionHandlerAt (Results 1 – 4 of 4) sorted by relevance
47 delete OptionHandlerAt(0); in ~KPPPLCP()91 KPPPLCP::OptionHandlerAt(int32 index) const in OptionHandlerAt() function in KPPPLCP116 KPPPOptionHandler *current = OptionHandlerAt(index); in OptionHandlerFor()118 for (; current; current = OptionHandlerAt(++index)) { in OptionHandlerFor()
1079 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()
670 KPPPOptionHandler *optionHandler = LCP().OptionHandlerAt(controlInfo->index); in Control()898 KPPPOptionHandler *optionHandler = LCP().OptionHandlerAt(control->index); in Control()
61 KPPPOptionHandler *OptionHandlerAt(int32 index) const;