1*43a90889SApple OSS Distributionsmodule DarwinPrivate.net [system] { 2*43a90889SApple OSS Distributions module if_ipsec { 3*43a90889SApple OSS Distributions header "net/if_ipsec.h" 4*43a90889SApple OSS Distributions export * 5*43a90889SApple OSS Distributions } 6*43a90889SApple OSS Distributions 7*43a90889SApple OSS Distributions module if { 8*43a90889SApple OSS Distributions header "net/if_private.h" 9*43a90889SApple OSS Distributions export * 10*43a90889SApple OSS Distributions } 11*43a90889SApple OSS Distributions 12*43a90889SApple OSS Distributions #ifndef XNU_PLATFORM_MacOSX 13*43a90889SApple OSS Distributions module if_media { 14*43a90889SApple OSS Distributions header "net/if_media.h" 15*43a90889SApple OSS Distributions export * 16*43a90889SApple OSS Distributions } 17*43a90889SApple OSS Distributions 18*43a90889SApple OSS Distributions #endif 19*43a90889SApple OSS Distributions module if_mib { 20*43a90889SApple OSS Distributions #ifndef XNU_PLATFORM_MacOSX 21*43a90889SApple OSS Distributions header "net/if_mib.h" 22*43a90889SApple OSS Distributions #endif 23*43a90889SApple OSS Distributions header "net/if_mib_private.h" 24*43a90889SApple OSS Distributions export * 25*43a90889SApple OSS Distributions } 26*43a90889SApple OSS Distributions module if_var { 27*43a90889SApple OSS Distributions header "net/if_var_private.h" 28*43a90889SApple OSS Distributions export * 29*43a90889SApple OSS Distributions } 30*43a90889SApple OSS Distributions 31*43a90889SApple OSS Distributions module if_vlan_var { 32*43a90889SApple OSS Distributions header "net/if_vlan_var.h" 33*43a90889SApple OSS Distributions export * 34*43a90889SApple OSS Distributions } 35*43a90889SApple OSS Distributions 36*43a90889SApple OSS Distributions module necp { 37*43a90889SApple OSS Distributions header "net/necp.h" 38*43a90889SApple OSS Distributions export * 39*43a90889SApple OSS Distributions } 40*43a90889SApple OSS Distributions 41*43a90889SApple OSS Distributions module network_agent { 42*43a90889SApple OSS Distributions header "net/network_agent.h" 43*43a90889SApple OSS Distributions export * 44*43a90889SApple OSS Distributions } 45*43a90889SApple OSS Distributions 46*43a90889SApple OSS Distributions module route { 47*43a90889SApple OSS Distributions #ifndef XNU_PLATFORM_MacOSX 48*43a90889SApple OSS Distributions header "net/route.h" 49*43a90889SApple OSS Distributions #endif 50*43a90889SApple OSS Distributions header "net/route_private.h" 51*43a90889SApple OSS Distributions export * 52*43a90889SApple OSS Distributions } 53*43a90889SApple OSS Distributions} 54