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

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPPFCHandler.cpp6 #include "_KPPPPFCHandler.h"
14 _KPPPPFCHandler::_KPPPPFCHandler(ppp_pfc_state& localPFCState, function in class:_KPPPPFCHandler
24 _KPPPPFCHandler::AddToRequest(KPPPConfigurePacket& request)
40 _KPPPPFCHandler::ParseNak(const KPPPConfigurePacket& nak)
51 _KPPPPFCHandler::ParseReject(const KPPPConfigurePacket& reject)
65 _KPPPPFCHandler::ParseAck(const KPPPConfigurePacket& ack)
81 _KPPPPFCHandler::ParseRequest(const KPPPConfigurePacket& request,
99 _KPPPPFCHandler::SendingAck(const KPPPConfigurePacket& ack)
116 _KPPPPFCHandler
[all...]
H A D_KPPPPFCHandler.h12 class _KPPPPFCHandler : public KPPPOptionHandler { class in inherits:KPPPOptionHandler
14 _KPPPPFCHandler(ppp_pfc_state& localPFCState, ppp_pfc_state& peerPFCState,
H A DKPPPInterface.cpp55 #include "_KPPPPFCHandler.h"
170 _KPPPPFCHandler *pfcHandler =
171 new _KPPPPFCHandler(fLocalPFCState, fPeerPFCState, *this);

Completed in 21 milliseconds