diff options
author | midipix <writeonce@midipix.org> | 2016-10-08 09:19:57 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-10 01:36:48 -0400 |
commit | d1bfa70d96a8a3035d037e33e961337a793669d5 (patch) | |
tree | c417aa448421d0f9da74b085dda710c5c089ff8f /include | |
parent | 44e93ebde8d760b3e17c0d35b1942f61c945af1b (diff) | |
download | ntapi-d1bfa70d96a8a3035d037e33e961337a793669d5.tar.bz2 ntapi-d1bfa70d96a8a3035d037e33e961337a793669d5.tar.xz |
nt_socket.h: added socket option level constants.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_socket.h | 6 |
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 |