1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
module DarwinPrivate.netinet [system] { module in { header "netinet/in_private.h" export * exclude header "netinet6/in6_private.h" } module in_stat { header "netinet/in_stat.h" export * } module tcp { header "netinet/tcp_private.h" export * } }