Home
last modified time | relevance | path

Searched refs:fFirstProtocol (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h139 { return fFirstProtocol; } in FirstProtocol()
293 KPPPProtocol *fFirstProtocol; variable
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp114 fFirstProtocol(NULL), in KPPPInterface()
286 fFirstProtocol = fFirstProtocol->NextProtocol(); in ~KPPPInterface()
1020 KPPPProtocol *current = fFirstProtocol, *previous = NULL; in AddProtocol()
1032 fFirstProtocol = protocol; in AddProtocol()
1045 fFirstProtocol = protocol; in AddProtocol()
1084 KPPPProtocol *current = fFirstProtocol, *previous = NULL; in RemoveProtocol()
1098 fFirstProtocol = current->NextProtocol(); in RemoveProtocol()