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

/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A Dipcp.cpp47 IPCP *ipcp;
50 ipcp = new IPCP(*subInterface, settings);
53 ipcp = new IPCP(mainInterface, settings);
57 TRACE("IPCP: add_to(): %s\n",
H A DProtocol.cpp11 #include "IPCP.h"
78 IPCP::IPCP(KPPPInterface& interface, driver_parameter *settings) function in class:IPCP
79 : KPPPProtocol("IPCP", PPP_NCP_PHASE, IPCP_PROTOCOL, PPP_PROTOCOL_LEVEL,
116 IPCP::~IPCP()
128 IPCP::Uninit()
135 IPCP::StackControl(uint32 op, void *data)
137 TRACE("IPCP: StackControl(op=%ld)\n", op);
156 ERROR("IPCP
[all...]
H A DProtocol.h61 class IPCP : public KPPPProtocol { class in inherits:KPPPProtocol
63 IPCP(KPPPInterface& interface, driver_parameter *settings);
64 virtual ~IPCP();
90 // return the next id for IPCP packets
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.cpp21 #include <IPCP.h>
22 // from IPCP addon

Completed in 90 milliseconds