fARPService
ARPService *fARPService;
ARPService *GetARPService() const { return fARPService; }
ARPService *fARPService;
if (!fEthernet || !fARPService)
status_t error = fARPService->GetMACForIP(destination, targetMAC);
fARPService(NULL),
delete fARPService;
fARPService = new(nothrow) ARPService(fEthernetService);
if (!fARPService)
status_t error = fARPService->Init();
fIPService = new(nothrow) IPService(fEthernetService, fARPService);