terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
sockaddr_in6.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002B6 RID: 694
6 internal struct sockaddr_in6
7 {
8 // Token: 0x04000EE0 RID: 3808
9 public ushort sin6_family;
10
11 // Token: 0x04000EE1 RID: 3809
12 public ushort sin6_port;
13
14 // Token: 0x04000EE2 RID: 3810
15 public uint sin6_flowinfo;
16
17 // Token: 0x04000EE3 RID: 3811
19
20 // Token: 0x04000EE4 RID: 3812
21 public uint sin6_scope_id;
22 }
23}