Home
last modified time | relevance | path

Searched refs:LCPExtensionFor (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp179 KPPPLCP::LCPExtensionFor(uint8 code, int32 *start) const in LCPExtensionFor() function in KPPPLCP
309 KPPPLCPExtension *lcpExtension = LCPExtensionFor(data.code, &index); in Receive()
310 for (; lcpExtension; lcpExtension = LCPExtensionFor(data.code, &(++index))) { in Receive()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h70 KPPPLCPExtension *LCPExtensionFor(uint8 code, int32 *start = NULL) const;