This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
namespace System.Net.NetworkInformation
{
// Token: 0x02000198 RID: 408
internal enum MacOsArpHardware
{
// Token: 0x04000C77 RID: 3191
ETHER = 6,
// Token: 0x04000C78 RID: 3192
ATM = 37,
// Token: 0x04000C79 RID: 3193
SLIP = 28,
// Token: 0x04000C7A RID: 3194
PPP = 23,
// Token: 0x04000C7B RID: 3195
LOOPBACK,
// Token: 0x04000C7C RID: 3196
FDDI = 15
}
}