scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
|
||||
namespace System.Net.NetworkInformation
|
||||
{
|
||||
// Token: 0x0200018C RID: 396
|
||||
internal struct ifaddrs
|
||||
{
|
||||
// Token: 0x04000C38 RID: 3128
|
||||
public IntPtr ifa_next;
|
||||
|
||||
// Token: 0x04000C39 RID: 3129
|
||||
public string ifa_name;
|
||||
|
||||
// Token: 0x04000C3A RID: 3130
|
||||
public uint ifa_flags;
|
||||
|
||||
// Token: 0x04000C3B RID: 3131
|
||||
public IntPtr ifa_addr;
|
||||
|
||||
// Token: 0x04000C3C RID: 3132
|
||||
public IntPtr ifa_netmask;
|
||||
|
||||
// Token: 0x04000C3D RID: 3133
|
||||
public ifa_ifu ifa_ifu;
|
||||
|
||||
// Token: 0x04000C3E RID: 3134
|
||||
public IntPtr ifa_data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user