Searched refs:gPlatformStorage (Results 1 – 1 of 1) sorted by relevance
184 DEBUG_LOCAL mDNS_PlatformSupport gPlatformStorage; variable1188 mDNSPlatformMemZero( &gPlatformStorage, sizeof gPlatformStorage); in ServiceSpecificInitialize()1190 gPlatformStorage.registerWaitableEventFunc = RegisterWaitableEvent; in ServiceSpecificInitialize()1191 gPlatformStorage.unregisterWaitableEventFunc = UnregisterWaitableEvent; in ServiceSpecificInitialize()1192 gPlatformStorage.reportStatusFunc = ReportStatus; in ServiceSpecificInitialize()1194 …err = mDNS_Init( &gMDNSRecord, &gPlatformStorage, gRRCache, RR_CACHE_SIZE, mDNS_Init_AdvertiseLoca… in ServiceSpecificInitialize()2406 if ( ( gOSMajorVersion < 6 ) && gServiceManageLLRouting && !gPlatformStorage.registeredLoopback4 ) in SetLLRoute()