Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c223 typedef DWORD ( WINAPI * GetIpInterfaceEntryFunctionPtr )( PMIB_IPINTERFACE_ROW ); typedef
225 mDNSlocal GetIpInterfaceEntryFunctionPtr gGetIpInterfaceEntryFunctionPtr = NULL;
2356 …(GetIpInterfaceEntryFunctionPtr) GetProcAddress( gIPHelperLibraryInstance, "GetIpInterfaceEntry" ); in GetAdditionalMetric()