terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Package Functions | |
static ValueTuple< int, int > | FindCompressionRange (ReadOnlySpan< ushort > numbers) |
static bool | ShouldHaveIpv4Embedded (ReadOnlySpan< ushort > numbers) |
static unsafe bool | IsValidStrict (char *name, int start, ref int end) |
static unsafe void | Parse (ReadOnlySpan< char > address, ushort *numbers, int start, ref string scopeId) |
static unsafe string | ParseCanonicalName (string str, int start, ref bool isLoopback, ref string scopeId) |
static unsafe bool | IsValid (char *name, int start, ref int end) |
Static Private Member Functions | |
static bool | IsLoopback (ReadOnlySpan< ushort > numbers) |
static unsafe bool | InternalIsValid (char *name, int start, ref int end, bool validateStrictAddress) |
Definition at line 10 of file IPv6AddressHelper.cs.