scripts
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
|
||||
namespace System.Net.NetworkInformation
|
||||
{
|
||||
// Token: 0x0200018E RID: 398
|
||||
internal struct sockaddr_in6
|
||||
{
|
||||
// Token: 0x04000C42 RID: 3138
|
||||
public ushort sin6_family;
|
||||
|
||||
// Token: 0x04000C43 RID: 3139
|
||||
public ushort sin6_port;
|
||||
|
||||
// Token: 0x04000C44 RID: 3140
|
||||
public uint sin6_flowinfo;
|
||||
|
||||
// Token: 0x04000C45 RID: 3141
|
||||
public in6_addr sin6_addr;
|
||||
|
||||
// Token: 0x04000C46 RID: 3142
|
||||
public uint sin6_scope_id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user