Home
last modified time | relevance | path

Searched refs:gIPHelperLibraryInstance (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c224 mDNSlocal HMODULE gIPHelperLibraryInstance = NULL; variable
1613 if( gIPHelperLibraryInstance ) in ServiceSpecificFinalize()
1617 FreeLibrary( gIPHelperLibraryInstance ); in ServiceSpecificFinalize()
1618 gIPHelperLibraryInstance = NULL; in ServiceSpecificFinalize()
2351 if( !gIPHelperLibraryInstance ) in GetAdditionalMetric()
2353 gIPHelperLibraryInstance = LoadLibrary( TEXT( "Iphlpapi" ) ); in GetAdditionalMetric()
2356 …(GetIpInterfaceEntryFunctionPtr) GetProcAddress( gIPHelperLibraryInstance, "GetIpInterfaceEntry" ); in GetAdditionalMetric()
2362 ok = FreeLibrary( gIPHelperLibraryInstance ); in GetAdditionalMetric()
2364 gIPHelperLibraryInstance = NULL; in GetAdditionalMetric()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c246 DEBUG_LOCAL HMODULE gIPHelperLibraryInstance = NULL; variable
403 if ( !gIPHelperLibraryInstance ) in NSPStartup()
405 gIPHelperLibraryInstance = LoadLibrary( TEXT( "Iphlpapi" ) ); in NSPStartup()
406 if( gIPHelperLibraryInstance ) in NSPStartup()
408 …FunctionPtr = (GetAdaptersAddressesFunctionPtr) GetProcAddress( gIPHelperLibraryInstance, "GetAdap… in NSPStartup()
467 if( gIPHelperLibraryInstance ) in NSPCleanup()
471 ok = FreeLibrary( gIPHelperLibraryInstance ); in NSPCleanup()
473 gIPHelperLibraryInstance = NULL; in NSPCleanup()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c196 mDNSlocal HMODULE gIPHelperLibraryInstance = NULL; variable
507 if( gIPHelperLibraryInstance ) in mDNSPlatformClose()
511 FreeLibrary( gIPHelperLibraryInstance ); in mDNSPlatformClose()
512 gIPHelperLibraryInstance = NULL; in mDNSPlatformClose()
3493 if( !gIPHelperLibraryInstance ) in getifaddrs()
3495 gIPHelperLibraryInstance = LoadLibrary( TEXT( "Iphlpapi" ) ); in getifaddrs()
3496 if( gIPHelperLibraryInstance ) in getifaddrs()
3499 …(GetAdaptersAddressesFunctionPtr) GetProcAddress( gIPHelperLibraryInstance, "GetAdaptersAddresses"… in getifaddrs()
3504 ok = FreeLibrary( gIPHelperLibraryInstance ); in getifaddrs()
3506 gIPHelperLibraryInstance = NULL; in getifaddrs()