Home
last modified time | relevance | path

Searched refs:fLCPExtensions (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp144 return fLCPExtensions.AddItem(lcpExtension); in AddLCPExtension()
159 return fLCPExtensions.RemoveItem(lcpExtension); in RemoveLCPExtension()
168 KPPPLCPExtension *lcpExtension = fLCPExtensions.ItemAt(index); in LCPExtensionAt()
170 if (lcpExtension == fLCPExtensions.GetDefaultItem()) in LCPExtensionAt()
H A DKPPPInterface.cpp1959 ForEachItem(LCP().fLCPExtensions, in StackControlEachHandler()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h68 { return fLCPExtensions.CountItems(); } in CountLCPExtensions()
98 TemplateList<KPPPLCPExtension*> fLCPExtensions; variable