scripts
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
|
||||
namespace System.Net.NetworkInformation.MacOsStructs
|
||||
{
|
||||
// Token: 0x02000196 RID: 406
|
||||
internal struct sockaddr_in6
|
||||
{
|
||||
// Token: 0x04000C68 RID: 3176
|
||||
public byte sin6_len;
|
||||
|
||||
// Token: 0x04000C69 RID: 3177
|
||||
public byte sin6_family;
|
||||
|
||||
// Token: 0x04000C6A RID: 3178
|
||||
public ushort sin6_port;
|
||||
|
||||
// Token: 0x04000C6B RID: 3179
|
||||
public uint sin6_flowinfo;
|
||||
|
||||
// Token: 0x04000C6C RID: 3180
|
||||
public in6_addr sin6_addr;
|
||||
|
||||
// Token: 0x04000C6D RID: 3181
|
||||
public uint sin6_scope_id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user