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