5 references to HostEntry
System.Net.Primitives (5)
_generated\0\LibraryImports.g.cs (3)
145
internal static unsafe partial int GetHostEntryForName(string address, global::System.Net.Sockets.AddressFamily family, global::Interop.Sys.
HostEntry
* entry)
172
static extern unsafe int __PInvoke(byte* __address_native, global::System.Net.Sockets.AddressFamily __family_native, global::Interop.Sys.
HostEntry
* __entry_native);
182
internal static unsafe extern partial void FreeHostEntry(global::Interop.Sys.
HostEntry
* entry);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.HostEntry.cs (2)
37
internal static unsafe partial int GetHostEntryForName(string address, AddressFamily family,
HostEntry
* entry);
40
internal static unsafe partial void FreeHostEntry(
HostEntry
* entry);