Home
last modified time | relevance | path

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

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