Home
last modified time | relevance | path

Searched refs:IPCP (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp78 IPCP::IPCP(KPPPInterface& interface, driver_parameter *settings) in IPCP() function in IPCP
116 IPCP::~IPCP() in ~IPCP()
128 IPCP::Uninit() in Uninit()
135 IPCP::StackControl(uint32 op, void *data) in StackControl()
165 IPCP::Up() in Up()
190 IPCP::Down() in Down()
231 IPCP::Send(net_buffer *packet, uint16 protocolNumber) in Send()
252 IPCP::Receive(net_buffer *packet, uint16 protocolNumber) in Receive()
311 IPCP::ReceiveIPPacket(net_buffer *packet, uint16 protocolNumber) in ReceiveIPPacket()
336 IPCP::Pulse() in Pulse()
[all …]
H A Dipcp.cpp47 IPCP *ipcp; in add_to()
50 ipcp = new IPCP(*subInterface, settings); in add_to()
53 ipcp = new IPCP(mainInterface, settings); in add_to()
H A DProtocol.h61 class IPCP : public KPPPProtocol {
63 IPCP(KPPPInterface& interface, driver_parameter *settings);
64 virtual ~IPCP();
/haiku/src/add-ons/network_settings/dialup/
H A DTODO5 - IPCP: check for incorrect settings (only IP addresses should be entered)
H A DJamfile14 UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel network ppp ipcp ] : true ; # IPCP
/haiku/docs/user/ppp/
H A DKernelPPPIntro.dox28 - KPPPProtocol (a base class for protocols; e.g.: LCP and IPCP)