summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_socket.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-11 11:25:25 -0500
committermidipix <writeonce@midipix.org>2016-12-11 11:25:25 -0500
commita4b30a9e1d68ebdfd5660e80a91eefe7a7075605 (patch)
treec59cf7c3df43ceddf7cb43d198a862b426af351b /include/ntapi/nt_socket.h
parent6263f4c5512d41c111dc95789f493754405bd1ab (diff)
downloadntapi-a4b30a9e1d68ebdfd5660e80a91eefe7a7075605.tar.bz2
ntapi-a4b30a9e1d68ebdfd5660e80a91eefe7a7075605.tar.xz
nt_socket.h: removed out-of-scope constant definitions.
Diffstat (limited to 'include/ntapi/nt_socket.h')
-rw-r--r--include/ntapi/nt_socket.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index 2c4d807..aad4c0d 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -281,27 +281,6 @@
#define NT_AFD_SHARE_WILDCARD (0x02u)
#define NT_AFD_SHARE_EXCLUSIVE (0x03u)
-/* send, sendto, sendmsg: *nix flags and bit place-holders */
-#define NT_MSG_OOB (0x00000001u)
-#define NT_MSG_PEEK (0x00000002u)
-#define NT_MSG_DONTROUTE (0x00000004u)
-#define NT_MSG_CTRUNC (0x00000008u)
-#define NT_MSG_PROXY (0x00000010u)
-#define NT_MSG_TRUNC (0x00000020u)
-#define NT_MSG_DONTWAIT (0x00000040u)
-#define NT_MSG_EOR (0x00000080u)
-#define NT_MSG_WAITALL (0x00000100u)
-#define NT_MSG_FIN (0x00000200u)
-#define NT_MSG_SYN (0x00000400u)
-#define NT_MSG_CONFIRM (0x00000800u)
-#define NT_MSG_RST (0x00001000u)
-#define NT_MSG_ERRQUEUE (0x00002000u)
-#define NT_MSG_NOSIGNAL (0x00004000u)
-#define NT_MSG_MORE (0x00008000u)
-#define NT_MSG_WAITFORONE (0x00010000u)
-#define NT_MSG_CMSG_CLOEXEC (0x40000000u)
-
-
/* socket structures */
typedef struct _nt_socket {
union {