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
sockaddr_in6.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20002B6")]
7 internal struct sockaddr_in6
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000EE0")]
10 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
11 public ushort sin6_family;
12
13 [global::Cpp2ILInjected.Token(Token = "0x4000EE1")]
14 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2")]
15 public ushort sin6_port;
16
17 [global::Cpp2ILInjected.Token(Token = "0x4000EE2")]
18 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
19 public uint sin6_flowinfo;
20
21 [global::Cpp2ILInjected.Token(Token = "0x4000EE3")]
22 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
24
25 [global::Cpp2ILInjected.Token(Token = "0x4000EE4")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
27 public uint sin6_scope_id;
28 }
29}