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

/haiku/src/system/boot/loader/net/
H A DNetStack.cpp28 fEthernetService(NULL),
43 delete fEthernetService;
54 fEthernetService = new(nothrow) EthernetService;
55 if (!fEthernetService)
59 fARPService = new(nothrow) ARPService(fEthernetService);
67 fIPService = new(nothrow) IPService(fEthernetService, fARPService);
147 if (!fEthernetService)
150 status_t error = fEthernetService->Init(interface);
/haiku/headers/private/kernel/boot/net/
H A DNetStack.h35 EthernetService *GetEthernetService() const { return fEthernetService; }
45 EthernetService *fEthernetService; member in class:NetStack

Completed in 82 milliseconds