summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ntapi/nt_socket.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index aceb781..f696f68 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -140,6 +140,12 @@
+/* afd socket option levels */
+#define NT_SOL_IPV6 41
+#define NT_SOL_SOCKET 0xffff
+
+
+
/* afd ipv6 socket options */
#define NT_IPV6_HOPOPTS 1
#define NT_IPV6_HDRINCL 2