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_in.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002CD RID: 717
6 internal struct sockaddr_in
7 {
8 // Token: 0x04000F24 RID: 3876
9 public byte sin_len;
10
11 // Token: 0x04000F25 RID: 3877
12 public byte sin_family;
13
14 // Token: 0x04000F26 RID: 3878
15 public ushort sin_port;
16
17 // Token: 0x04000F27 RID: 3879
18 public uint sin_addr;
19 }
20}