xref: /xnu-8796.121.2/bsd/netinet/netinet_private.modulemap (revision c54f35ca767986246321eb901baf8f5ff7923f6a)
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