Searched refs:mainInterface (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPModule.h27 added to \a subInterface while \a mainInterface handlers are used for the
30 while the IP Control Protocol is added to the \a mainInterface because
33 \param mainInterface The multilink bundle or (if subInterface == NULL) the
45 bool (*add_to)(KPPPInterface& mainInterface, KPPPInterface *subInterface,
/haiku/src/add-ons/kernel/network/ppp/modem/
H A Dmodem.cpp24 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
27 if (mainInterface.Mode() != PPP_CLIENT_MODE || type != PPP_DEVICE_KEY_TYPE)
36 device = new ModemDevice(mainInterface, settings);
37 success = mainInterface.SetDevice(device);
/haiku/src/add-ons/kernel/network/ppp/pap/
H A Dpap.cpp24 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
36 pap = new PAP(mainInterface, settings);
37 success = mainInterface.AddProtocol(pap);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A Dipcp.cpp41 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
53 ipcp = new IPCP(mainInterface, settings);
54 success = mainInterface.AddProtocol(ipcp);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp279 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
282 if (mainInterface.Mode() != PPP_CLIENT_MODE || type != PPP_DEVICE_KEY_TYPE)
291 device = new PPPoEDevice(mainInterface, settings);
292 success = mainInterface.SetDevice(device);

Completed in 88 milliseconds