scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
|
||||
namespace System.Net.NetworkInformation.MacOsStructs
|
||||
{
|
||||
// Token: 0x02000192 RID: 402
|
||||
internal struct ifaddrs
|
||||
{
|
||||
// Token: 0x04000C5A RID: 3162
|
||||
public IntPtr ifa_next;
|
||||
|
||||
// Token: 0x04000C5B RID: 3163
|
||||
public string ifa_name;
|
||||
|
||||
// Token: 0x04000C5C RID: 3164
|
||||
public uint ifa_flags;
|
||||
|
||||
// Token: 0x04000C5D RID: 3165
|
||||
public IntPtr ifa_addr;
|
||||
|
||||
// Token: 0x04000C5E RID: 3166
|
||||
public IntPtr ifa_netmask;
|
||||
|
||||
// Token: 0x04000C5F RID: 3167
|
||||
public IntPtr ifa_dstaddr;
|
||||
|
||||
// Token: 0x04000C60 RID: 3168
|
||||
public IntPtr ifa_data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user