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
Loading...
Searching...
No Matches
System.IPv4AddressHelper Class Reference
+ Collaboration diagram for System.IPv4AddressHelper:

Static Package Functions

static unsafe int ParseHostNumber (ReadOnlySpan< char > str, int start, int end)
 
static unsafe bool IsValid (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile, bool unknownScheme)
 
static unsafe bool IsValidCanonical (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile)
 
static unsafe long ParseNonCanonical (char *name, int start, ref int end, bool notImplicitFile)
 
static unsafe string ParseCanonicalName (string str, int start, int end, ref bool isLoopback)
 

Static Private Member Functions

static unsafe bool ParseCanonical (ReadOnlySpan< char > name, byte *numbers, int start, int end)
 
static unsafe bool Parse (string name, byte *numbers, int start, int end)
 

Detailed Description

Definition at line 10 of file IPv4AddressHelper.cs.


The documentation for this class was generated from the following file: