11 references to LIBC
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (11)
Interop\NativeTls.cs (11)
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);
37[LibraryImport(LIBC, SetLastError = true)] public static partial int eventfd(uint initval, int flags);
39[LibraryImport(LIBC, SetLastError = true)] public static partial nint read(int fd, ref long buf, nuint count);
41[LibraryImport(LIBC, SetLastError = true)] public static partial nint write(int fd, ref long buf, nuint count);
43[LibraryImport(LIBC, SetLastError = true)]
46[LibraryImport(LIBC, SetLastError = true)]
49[LibraryImport(LIBC, SetLastError = true)]
52[LibraryImport(LIBC, SetLastError = true)]