diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 11:25:25 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 11:25:25 -0500 |
commit | a4b30a9e1d68ebdfd5660e80a91eefe7a7075605 (patch) | |
tree | c59cf7c3df43ceddf7cb43d198a862b426af351b /include | |
parent | 6263f4c5512d41c111dc95789f493754405bd1ab (diff) | |
download | ntapi-a4b30a9e1d68ebdfd5660e80a91eefe7a7075605.tar.bz2 ntapi-a4b30a9e1d68ebdfd5660e80a91eefe7a7075605.tar.xz |
nt_socket.h: removed out-of-scope constant definitions.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_socket.h | 21 |
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 { |