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

/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.h29 class PAP;
33 PAPHandler(PAP& owner, KPPPInterface& interface);
35 PAP& Owner() const
44 PAP& fOwner;
48 class PAP : public KPPPProtocol { class in inherits:KPPPProtocol
50 PAP(KPPPInterface& interface, driver_parameter *settings);
51 virtual ~PAP();
69 // return the next id for PAP packets
H A DProtocol.cpp30 PAPHandler::PAPHandler(PAP& owner, KPPPInterface& interface)
31 : KPPPOptionHandler("PAP", kAuthenticationType, interface, NULL),
40 TRACE("%s::%s: We should activate PAP Protocol here\n", __FILE__, __func__);
81 // PAP
82 PAP::PAP(KPPPInterface& interface, driver_parameter *settings) function in class:PAP
83 : KPPPProtocol("PAP", PPP_AUTHENTICATION_PHASE, PAP_PROTOCOL, PPP_PROTOCOL_LEVEL,
95 PAP::~PAP()
101 PAP
[all...]
H A Dpap.cpp30 PAP *pap;
33 pap = new PAP(*subInterface, settings);
36 pap = new PAP(mainInterface, settings);
40 TRACE("PAP: add_to(): %s\n",

Completed in 71 milliseconds