1*4f1223e8SApple OSS Distributionsmodule Darwin.netinet6 [system] { 2*4f1223e8SApple OSS Distributions #ifdef XNU_KERNEL_PRIVATE 3*4f1223e8SApple OSS Distributions // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS, 4*4f1223e8SApple OSS Distributions // but mastered out of the public SDK for the other OSes. 5*4f1223e8SApple OSS Distributions #endif 6*4f1223e8SApple OSS Distributions #ifdef XNU_PLATFORM_MacOSX 7*4f1223e8SApple OSS Distributions module ah { 8*4f1223e8SApple OSS Distributions header "netinet6/ah.h" 9*4f1223e8SApple OSS Distributions export * 10*4f1223e8SApple OSS Distributions } 11*4f1223e8SApple OSS Distributions 12*4f1223e8SApple OSS Distributions module esp { 13*4f1223e8SApple OSS Distributions header "netinet6/esp.h" 14*4f1223e8SApple OSS Distributions export * 15*4f1223e8SApple OSS Distributions } 16*4f1223e8SApple OSS Distributions 17*4f1223e8SApple OSS Distributions module in6_var { 18*4f1223e8SApple OSS Distributions header "netinet6/in6_var.h" 19*4f1223e8SApple OSS Distributions export * 20*4f1223e8SApple OSS Distributions } 21*4f1223e8SApple OSS Distributions 22*4f1223e8SApple OSS Distributions module ipcomp { 23*4f1223e8SApple OSS Distributions header "netinet6/ipcomp.h" 24*4f1223e8SApple OSS Distributions export * 25*4f1223e8SApple OSS Distributions } 26*4f1223e8SApple OSS Distributions 27*4f1223e8SApple OSS Distributions #endif 28*4f1223e8SApple OSS Distributions module ipsec { 29*4f1223e8SApple OSS Distributions header "netinet6/ipsec.h" 30*4f1223e8SApple OSS Distributions export * 31*4f1223e8SApple OSS Distributions } 32*4f1223e8SApple OSS Distributions 33*4f1223e8SApple OSS Distributions #ifdef XNU_PLATFORM_MacOSX 34*4f1223e8SApple OSS Distributions module raw_ip6 { 35*4f1223e8SApple OSS Distributions header "netinet6/raw_ip6.h" 36*4f1223e8SApple OSS Distributions export * 37*4f1223e8SApple OSS Distributions } 38*4f1223e8SApple OSS Distributions 39*4f1223e8SApple OSS Distributions #endif 40*4f1223e8SApple OSS Distributions module scope6_var { 41*4f1223e8SApple OSS Distributions header "netinet6/scope6_var.h" 42*4f1223e8SApple OSS Distributions export * 43*4f1223e8SApple OSS Distributions } 44*4f1223e8SApple OSS Distributions #ifdef XNU_KERNEL_PRIVATE 45*4f1223e8SApple OSS Distributions // nd6.h doesn't compile because it uses struct prf_ra which 46*4f1223e8SApple OSS Distributions // only exists in the context of struct in6_prflags. 47*4f1223e8SApple OSS Distributions #endif 48*4f1223e8SApple OSS Distributions #ifdef XNU_PLATFORM_MacOSX 49*4f1223e8SApple OSS Distributions 50*4f1223e8SApple OSS Distributions exclude header "netinet6/nd6.h" 51*4f1223e8SApple OSS Distributions #endif 52*4f1223e8SApple OSS Distributions} 53