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
AixNetworkInterfaceAPI.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002A9 RID: 681
9 {
10 // Token: 0x0600129B RID: 4763
11 public static extern int socket(AixAddressFamily family, int type, int protocol);
12
13 // Token: 0x0600129C RID: 4764
14 public static extern int close(int fd);
15
16 // Token: 0x0600129D RID: 4765
17 public static extern int ioctl(int fd, AixIoctlRequest request, int arg);
18
19 // Token: 0x0600129E RID: 4766
20 public static extern int ioctl(int fd, AixIoctlRequest request, global::System.Net.NetworkInformation.AixStructs.ifconf arg);
21
22 // Token: 0x0600129F RID: 4767
23 public static extern int ioctl(int fd, AixIoctlRequest request, global::System.Net.NetworkInformation.AixStructs.ifreq_flags arg);
24
25 // Token: 0x060012A0 RID: 4768
26 public static extern int ioctl(int fd, AixIoctlRequest request, global::System.Net.NetworkInformation.AixStructs.ifreq_mtu arg);
27
28 // Token: 0x060012A1 RID: 4769 RVA: 0x0003A0D4 File Offset: 0x000382D4
29 private unsafe static void ByteArrayCopy(byte* dst, byte* src, int elements)
30 {
31 }
32
33 // Token: 0x060012A2 RID: 4770 RVA: 0x0003A0E4 File Offset: 0x000382E4
35 {
37 long num;
38 Type type;
39 object obj = Marshal.PtrToStructure((IntPtr)num, type);
40 string text = Marshal.PtrToStringAnsi(-2147483648);
41 int num2 = 16;
42 bool flag;
43 Type type2;
44 object obj2 = Marshal.PtrToStructure((flag ? 1 : 0) + num2, type2);
45 return int.MinValue;
46 }
47
48 // Token: 0x060012A3 RID: 4771 RVA: 0x0003A1EC File Offset: 0x000383EC
50 {
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
static int ioctl(int fd, AixIoctlRequest request, global::System.Net.NetworkInformation.AixStructs.ifreq_mtu arg)
static int socket(AixAddressFamily family, int type, int protocol)
static int ioctl(int fd, AixIoctlRequest request, global::System.Net.NetworkInformation.AixStructs.ifreq_flags arg)
static int ioctl(int fd, AixIoctlRequest request, int arg)
static int ioctl(int fd, AixIoctlRequest request, global::System.Net.NetworkInformation.AixStructs.ifconf arg)
static unsafe void ByteArrayCopy(byte *dst, byte *src, int elements)
static string PtrToStringAnsi(IntPtr ptr)
Definition Marshal.cs:238
static object PtrToStructure(IntPtr ptr, Type structureType)
Definition Marshal.cs:251
static IntPtr AllocHGlobal(IntPtr cb)
Definition Marshal.cs:17