8 references to LIBC
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (8)
Interop\NativeTls.cs (8)
24[LibraryImport(LIBC, SetLastError = true)] public static partial int epoll_create1(int flags);
25[LibraryImport(LIBC, SetLastError = true)] public static partial int epoll_ctl(int epfd, int op, int fd, IntPtr ev);
26[LibraryImport(LIBC, SetLastError = true)] public static partial int close(int fd);
33[LibraryImport(LIBC, SetLastError = true)] public static partial int accept4(int sockfd, IntPtr addr, IntPtr addrlen, int flags);
35[LibraryImport(LIBC, SetLastError = true)]
38[LibraryImport(LIBC, SetLastError = true)]
41[LibraryImport(LIBC, SetLastError = true)]
44[LibraryImport(LIBC, SetLastError = true)]