DEBSOURCES
Skip Quicknav
sources / libretls / 3.8.1-2.1 / include / compat / netinet / tcp.h
12345678910
/* * Public domain * netinet/tcp.h compatibility shim */ #ifndef _WIN32 #include_next <netinet/tcp.h> #else #include <win32netcompat.h> #endif