summaryrefslogtreecommitdiff
path: root/packages/libc/src/nashh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libc/src/nashh.inc')
-rw-r--r--packages/libc/src/nashh.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/libc/src/nashh.inc b/packages/libc/src/nashh.inc
new file mode 100644
index 0000000000..f62f1303bd
--- /dev/null
+++ b/packages/libc/src/nashh.inc
@@ -0,0 +1,22 @@
+
+type
+ Psockaddr_ash = ^sockaddr_ash;
+ sockaddr_ash = record
+ sash_family : sa_family_t;
+ sash_ifindex : longint;
+ sash_channel : byte;
+ sash_plen : dword;
+ sash_prefix : array[0..15] of byte;
+ end;
+
+
+const
+ ASH_CHANNEL_ANY = 0;
+ ASH_CHANNEL_CONTROL = 1;
+ ASH_CHANNEL_REALTIME = 2;
+
+{ ---------------------------------------------------------------------
+ Borland compatibility types
+ ---------------------------------------------------------------------}
+
+// Type