Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / famtab.h
1 /* famtab.h --
2  * Copyright 2007,2012-13 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  */
23
24 _S(AF_LOCAL,            "local"         )
25 _S(AF_INET,             "inet"          )
26 _S(AF_AX25,             "ax25"          )
27 _S(AF_IPX,              "ipx"           )
28 _S(AF_APPLETALK,        "appletalk"     )
29 _S(AF_NETROM,           "netrom"        )
30 _S(AF_BRIDGE,           "bridge"        )
31 _S(AF_ATMPVC,           "atmpvc"        )
32 _S(AF_X25,              "x25"           )
33 _S(AF_INET6,            "inet6"         )
34 _S(AF_ROSE,             "rose"          )
35 _S(AF_DECnet,           "decnet"        )
36 _S(AF_NETBEUI,          "netbeui"       )
37 _S(AF_SECURITY,         "security"      )
38 _S(AF_KEY,              "key"           )
39 _S(AF_NETLINK,          "netlink"       )
40 _S(AF_PACKET,           "packet"        )
41 _S(AF_ASH,              "ash"           )
42 _S(AF_ECONET,           "econet"        )
43 _S(AF_ATMSVC,           "atmsvc"        )
44 _S(AF_RDS,              "rds"           )
45 _S(AF_SNA,              "sna"           )
46 _S(AF_IRDA,             "irda"          )
47 _S(AF_PPPOX,            "pppox"         )
48 _S(AF_WANPIPE,          "wanpipe"       )
49 _S(AF_LLC,              "llc"           )
50 _S(AF_CAN,              "can"           )
51 _S(AF_TIPC,             "tipc"          )
52 _S(AF_BLUETOOTH,        "bluetooth"     )
53 _S(AF_IUCV,             "iucv"          )
54 _S(AF_RXRPC,            "rxrpc"         )
55 _S(AF_ISDN,             "isdn"          )
56 _S(AF_PHONET,           "phonet"        )
57 _S(AF_IEEE802154,       "ieee802154"    )
58 _S(37,                  "caif"          )
59 _S(38,                  "alg"           )
60 _S(39,                  "nfc"           )
61 _S(40,                  "vsock"         )
62