Searched refs:subInterface (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
29 individually because every \a subInterface establishes its own connection
33 \param mainInterface The multilink bundle or (if subInterface == NULL) the
35 \param subInterface If defined, this is a child interface of a bundle.
45 bool (*add_to)(KPPPInterface& mainInterface, KPPPInterface *subInterface,
/haiku/src/add-ons/kernel/network/ppp/pap/
H A Dpap.cpp24 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
32 if (subInterface) {
33 pap = new PAP(*subInterface, settings);
34 success = subInterface->AddProtocol(pap);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A Dipcp.cpp41 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
49 if (subInterface) {
50 ipcp = new IPCP(*subInterface, settings);
51 success = subInterface->AddProtocol(ipcp);
/haiku/src/add-ons/kernel/network/ppp/modem/
H A Dmodem.cpp24 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
32 if (subInterface) {
33 device = new ModemDevice(*subInterface, settings);
34 success = subInterface->SetDevice(device);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp279 add_to(KPPPInterface& mainInterface, KPPPInterface *subInterface, argument
287 if (subInterface) {
288 device = new PPPoEDevice(*subInterface, settings);
289 success = subInterface->SetDevice(device);

Completed in 62 milliseconds