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