xref: /xnu-11417.140.69/bsd/netinet/netinet_private.modulemap (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
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 in_stat {
10    header "netinet/in_stat.h"
11    export *
12  }
13
14  module tcp {
15    header "netinet/tcp_private.h"
16    export *
17  }
18}
19