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_dl.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20002DC")]
9 internal struct sockaddr_dl
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60012D9")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E1E0B8", Offset = "0x1E1E0B8", Length = "0x188")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AixNetworkInterfaceAPI), Member = "GetAllNetworkInterfaces", ReturnType = typeof(NetworkInterface[]))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "ReadByte", MemberParameters = new object[]
17 {
19 typeof(int)
20 }, ReturnType = typeof(byte))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "ReadInt16", MemberParameters = new object[]
22 {
24 typeof(int)
25 }, ReturnType = typeof(short))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Max", MemberParameters = new object[]
27 {
28 typeof(int),
29 typeof(int)
30 }, ReturnType = typeof(int))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "ToInt64", ReturnType = typeof(long))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = ".ctor", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "Copy", MemberParameters = new object[]
34 {
36 typeof(byte[]),
37 typeof(int),
38 typeof(int)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
41 internal void Read(IntPtr ptr)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x4000F4F")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
48 public byte sdl_len;
49
50 [global::Cpp2ILInjected.Token(Token = "0x4000F50")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1")]
52 public byte sdl_family;
53
54 [global::Cpp2ILInjected.Token(Token = "0x4000F51")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2")]
56 public ushort sdl_index;
57
58 [global::Cpp2ILInjected.Token(Token = "0x4000F52")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
60 public byte sdl_type;
61
62 [global::Cpp2ILInjected.Token(Token = "0x4000F53")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x5")]
64 public byte sdl_nlen;
65
66 [global::Cpp2ILInjected.Token(Token = "0x4000F54")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x6")]
68 public byte sdl_alen;
69
70 [global::Cpp2ILInjected.Token(Token = "0x4000F55")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x7")]
72 public byte sdl_slen;
73
74 [global::Cpp2ILInjected.Token(Token = "0x4000F56")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
76 public byte[] sdl_data;
77 }
78}
class f__AnonymousType0<< Count > j__TPar