| ... | @@ -6614,6 +6614,7 @@ pub const IP = switch (native_os) { | ... | @@ -6614,6 +6614,7 @@ pub const IP = switch (native_os) { |
| 6614 | .illumos => illumos.IP, | 6614 | .illumos => illumos.IP, |
| 6615 | .haiku => haiku.IP, | 6615 | .haiku => haiku.IP, |
| 6616 | .serenity => serenity.IP, | 6616 | .serenity => serenity.IP, |
| | 6617 | .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => darwin.IP, |
| 6617 | else => void, | 6618 | else => void, |
| 6618 | }; | 6619 | }; |
| 6619 | pub const IPV6 = switch (native_os) { | 6620 | pub const IPV6 = switch (native_os) { |
| ... | @@ -6625,6 +6626,7 @@ pub const IPV6 = switch (native_os) { | ... | @@ -6625,6 +6626,7 @@ pub const IPV6 = switch (native_os) { |
| 6625 | .illumos => illumos.IPV6, | 6626 | .illumos => illumos.IPV6, |
| 6626 | .haiku => haiku.IPV6, | 6627 | .haiku => haiku.IPV6, |
| 6627 | .serenity => serenity.IPV6, | 6628 | .serenity => serenity.IPV6, |
| | 6629 | .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => darwin.IPV6, |
| 6628 | else => void, | 6630 | else => void, |
| 6629 | }; | 6631 | }; |
| 6630 | pub const IPTOS = switch (native_os) { | 6632 | pub const IPTOS = switch (native_os) { |
| ... | @@ -6636,6 +6638,7 @@ pub const IPTOS = switch (native_os) { | ... | @@ -6636,6 +6638,7 @@ pub const IPTOS = switch (native_os) { |
| 6636 | .illumos => illumos.IPTOS, | 6638 | .illumos => illumos.IPTOS, |
| 6637 | .haiku => haiku.IPTOS, | 6639 | .haiku => haiku.IPTOS, |
| 6638 | .serenity => serenity.IPTOS, | 6640 | .serenity => serenity.IPTOS, |
| | 6641 | .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => darwin.IPTOS, |
| 6639 | else => void, | 6642 | else => void, |
| 6640 | }; | 6643 | }; |
| 6641 | pub const SOL = switch (native_os) { | 6644 | pub const SOL = switch (native_os) { |