Searched refs:fCurrentClient (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/net/
H A DAutoconfigLooper.cpp35 fCurrentClient(NULL),
52 if (fCurrentClient == NULL)
55 RemoveHandler(fCurrentClient);
56 delete fCurrentClient;
57 fCurrentClient = NULL;
66 if (fCurrentClient == NULL) {
67 fCurrentClient = new DHCPClient(fTarget, fDevice.String());
68 AddHandler(fCurrentClient);
77 if (fCurrentClient->Initialize() == B_OK)
H A DAutoconfigLooper.h37 AutoconfigClient* fCurrentClient; member in class:AutoconfigLooper

Completed in 45 milliseconds