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: 0x020002CF RID: 719
6 internal struct sockaddr_in6
7 {
8 // Token: 0x04000F29 RID: 3881
9 public byte sin6_len;
10
11 // Token: 0x04000F2A RID: 3882
12 public byte sin6_family;
13
14 // Token: 0x04000F2B RID: 3883
15 public ushort sin6_port;
16
17 // Token: 0x04000F2C RID: 3884
18 public uint sin6_flowinfo;
19
20 // Token: 0x04000F2D RID: 3885
22
23 // Token: 0x04000F2E RID: 3886
24 public uint sin6_scope_id;
25 }
26}