Searched refs:CountOptionHandlers (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h59 int32 CountOptionHandlers() const function in class:KPPPLCP
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp46 while (CountOptionHandlers())
93 dprintf("total optionhandler count %" B_PRId32 "\n", CountOptionHandlers());
H A DKPPPStateMachine.cpp1078 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1153 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1552 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1742 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1773 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++) {
1999 for (int32 index = 0; index < LCP().CountOptionHandlers(); index++)
H A DKPPPInterface.cpp488 info->optionHandlersCount = LCP().CountOptionHandlers();
740 info->optionHandlersCount = LCP().CountOptionHandlers();

Completed in 47 milliseconds