pub const IP = switch (native_os)
pub const IP = switch (native_os) { .linux => linux.IP, .freebsd => freebsd.IP, .dragonfly => dragonfly.IP, .netbsd => netbsd.IP, .openbsd => openbsd.IP, .illumos => illumos.IP, .haiku => haiku.IP, .serenity => serenity.IP, else => void, }