Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / recvtab.h
1 /* recvtab.h --
2  * Copyright 2012-14 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  * Location: include/linux/socket.h
22  * NOTE: If any update are made, update buffer size in interpret.c:print_recv()
23  */
24
25 _S(0x00000001,    "MSG_OOB")
26 _S(0x00000002,    "MSG_PEEK")
27 _S(0x00000004,    "MSG_DONTROUTE")
28 _S(0x00000008,    "MSG_CTRUNC")
29 _S(0x00000010,    "MSG_PROXY")
30 _S(0x00000020,    "MSG_TRUNC")
31 _S(0x00000040,    "MSG_DONTWAIT")
32 _S(0x00000080,    "MSG_EOR")
33 _S(0x00000100,    "MSG_WAITALL")
34 _S(0x00000200,    "MSG_FIN")
35 _S(0x00000400,    "MSG_SYN")
36 _S(0x00000800,    "MSG_CONFIRM")
37 _S(0x00001000,    "MSG_RST")
38 _S(0x00002000,    "MSG_ERRQUEUE")
39 _S(0x00004000,    "MSG_NOSIGNAL")
40 _S(0x00008000,    "MSG_MORE")
41 _S(0x00010000,    "MSG_WAITFORONE")
42 _S(0x00020000,    "MSG_SENDPAGE_NOTLAST")
43 _S(0x20000000,    "MSG_FASTOPEN")
44 _S(0x40000000,    "MSG_CMSG_CLOEXEC")
45 _S(0x80000000,    "MSG_CMSG_COMPAT")
46