Searched refs:CountLCPExtensions (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h67 int32 CountLCPExtensions() const function in class:KPPPLCP
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp48 while (CountLCPExtensions())
167 dprintf("LCPExtension count %" B_PRId32 "\n", CountLCPExtensions());
342 for (int32 index = 0; index < CountLCPExtensions(); index++)
H A DKPPPStateMachine.cpp1614 for (int32 index = 0; index < LCP().CountLCPExtensions(); index++) {
2002 for (int32 index = 0; index < LCP().CountLCPExtensions(); index++)

Completed in 114 milliseconds