18 lines
288 B
Text
18 lines
288 B
Text
module DarwinPrivate.netinet [system] {
|
|
module in {
|
|
header "netinet/in_private.h"
|
|
export *
|
|
|
|
exclude header "netinet6/in6_private.h"
|
|
}
|
|
|
|
module in_stat {
|
|
header "netinet/in_stat.h"
|
|
export *
|
|
}
|
|
|
|
module tcp {
|
|
header "netinet/tcp_private.h"
|
|
export *
|
|
}
|
|
}
|