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_ll.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002B8 RID: 696
6 internal struct sockaddr_ll
7 {
8 // Token: 0x04000EE6 RID: 3814
9 public ushort sll_family;
10
11 // Token: 0x04000EE7 RID: 3815
12 public ushort sll_protocol;
13
14 // Token: 0x04000EE8 RID: 3816
15 public int sll_ifindex;
16
17 // Token: 0x04000EE9 RID: 3817
18 public ushort sll_hatype;
19
20 // Token: 0x04000EEA RID: 3818
21 public byte sll_pkttype;
22
23 // Token: 0x04000EEB RID: 3819
24 public byte sll_halen;
25
26 // Token: 0x04000EEC RID: 3820
27 public byte[] sll_addr;
28 }
29}