blob: 6b603f36565f6a33d6b5a9b1a0ed91c47f513aa3 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/domains.in; do not edit. */
2
Elliott Hughes89484692015-12-11 13:20:01 -08003#ifdef IN_MPERS
4
5# error static const struct xlat domains in mpers mode
6
7#else
8
9static
10const struct xlat domains[] = {
Elliott Hughes82728372014-06-06 22:49:31 -070011#if defined(PF_UNSPEC) || (defined(HAVE_DECL_PF_UNSPEC) && HAVE_DECL_PF_UNSPEC)
Elliott Hughes89484692015-12-11 13:20:01 -080012 XLAT(PF_UNSPEC),
Elliott Hughes82728372014-06-06 22:49:31 -070013#endif
14#if defined(PF_LOCAL) || (defined(HAVE_DECL_PF_LOCAL) && HAVE_DECL_PF_LOCAL)
Elliott Hughes89484692015-12-11 13:20:01 -080015 XLAT(PF_LOCAL),
Elliott Hughes82728372014-06-06 22:49:31 -070016#endif
17#if defined(PF_UNIX) || (defined(HAVE_DECL_PF_UNIX) && HAVE_DECL_PF_UNIX)
Elliott Hughes89484692015-12-11 13:20:01 -080018 XLAT(PF_UNIX),
Elliott Hughes82728372014-06-06 22:49:31 -070019#endif
20#if defined(PF_INET) || (defined(HAVE_DECL_PF_INET) && HAVE_DECL_PF_INET)
Elliott Hughes89484692015-12-11 13:20:01 -080021 XLAT(PF_INET),
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
23#if defined(PF_AX25) || (defined(HAVE_DECL_PF_AX25) && HAVE_DECL_PF_AX25)
Elliott Hughes89484692015-12-11 13:20:01 -080024 XLAT(PF_AX25),
Elliott Hughes82728372014-06-06 22:49:31 -070025#endif
26#if defined(PF_IPX) || (defined(HAVE_DECL_PF_IPX) && HAVE_DECL_PF_IPX)
Elliott Hughes89484692015-12-11 13:20:01 -080027 XLAT(PF_IPX),
Elliott Hughes82728372014-06-06 22:49:31 -070028#endif
29#if defined(PF_APPLETALK) || (defined(HAVE_DECL_PF_APPLETALK) && HAVE_DECL_PF_APPLETALK)
Elliott Hughes89484692015-12-11 13:20:01 -080030 XLAT(PF_APPLETALK),
Elliott Hughes82728372014-06-06 22:49:31 -070031#endif
32#if defined(PF_NETROM) || (defined(HAVE_DECL_PF_NETROM) && HAVE_DECL_PF_NETROM)
Elliott Hughes89484692015-12-11 13:20:01 -080033 XLAT(PF_NETROM),
Elliott Hughes82728372014-06-06 22:49:31 -070034#endif
35#if defined(PF_BRIDGE) || (defined(HAVE_DECL_PF_BRIDGE) && HAVE_DECL_PF_BRIDGE)
Elliott Hughes89484692015-12-11 13:20:01 -080036 XLAT(PF_BRIDGE),
Elliott Hughes82728372014-06-06 22:49:31 -070037#endif
38#if defined(PF_ATMPVC) || (defined(HAVE_DECL_PF_ATMPVC) && HAVE_DECL_PF_ATMPVC)
Elliott Hughes89484692015-12-11 13:20:01 -080039 XLAT(PF_ATMPVC),
Elliott Hughes82728372014-06-06 22:49:31 -070040#endif
41#if defined(PF_X25) || (defined(HAVE_DECL_PF_X25) && HAVE_DECL_PF_X25)
Elliott Hughes89484692015-12-11 13:20:01 -080042 XLAT(PF_X25),
Elliott Hughes82728372014-06-06 22:49:31 -070043#endif
44#if defined(PF_INET6) || (defined(HAVE_DECL_PF_INET6) && HAVE_DECL_PF_INET6)
Elliott Hughes89484692015-12-11 13:20:01 -080045 XLAT(PF_INET6),
Elliott Hughes82728372014-06-06 22:49:31 -070046#endif
47#if defined(PF_ROSE) || (defined(HAVE_DECL_PF_ROSE) && HAVE_DECL_PF_ROSE)
Elliott Hughes89484692015-12-11 13:20:01 -080048 XLAT(PF_ROSE),
Elliott Hughes82728372014-06-06 22:49:31 -070049#endif
50#if defined(PF_DECnet) || (defined(HAVE_DECL_PF_DECnet) && HAVE_DECL_PF_DECnet)
Elliott Hughes89484692015-12-11 13:20:01 -080051 XLAT(PF_DECnet),
Elliott Hughes82728372014-06-06 22:49:31 -070052#endif
53#if defined(PF_NETBEUI) || (defined(HAVE_DECL_PF_NETBEUI) && HAVE_DECL_PF_NETBEUI)
Elliott Hughes89484692015-12-11 13:20:01 -080054 XLAT(PF_NETBEUI),
Elliott Hughes82728372014-06-06 22:49:31 -070055#endif
56#if defined(PF_SECURITY) || (defined(HAVE_DECL_PF_SECURITY) && HAVE_DECL_PF_SECURITY)
Elliott Hughes89484692015-12-11 13:20:01 -080057 XLAT(PF_SECURITY),
Elliott Hughes82728372014-06-06 22:49:31 -070058#endif
59#if defined(PF_KEY) || (defined(HAVE_DECL_PF_KEY) && HAVE_DECL_PF_KEY)
Elliott Hughes89484692015-12-11 13:20:01 -080060 XLAT(PF_KEY),
Elliott Hughes82728372014-06-06 22:49:31 -070061#endif
62#if defined(PF_NETLINK) || (defined(HAVE_DECL_PF_NETLINK) && HAVE_DECL_PF_NETLINK)
Elliott Hughes89484692015-12-11 13:20:01 -080063 XLAT(PF_NETLINK),
Elliott Hughes82728372014-06-06 22:49:31 -070064#endif
65#if defined(PF_ROUTE) || (defined(HAVE_DECL_PF_ROUTE) && HAVE_DECL_PF_ROUTE)
Elliott Hughes89484692015-12-11 13:20:01 -080066 XLAT(PF_ROUTE),
Elliott Hughes82728372014-06-06 22:49:31 -070067#endif
68#if defined(PF_PACKET) || (defined(HAVE_DECL_PF_PACKET) && HAVE_DECL_PF_PACKET)
Elliott Hughes89484692015-12-11 13:20:01 -080069 XLAT(PF_PACKET),
Elliott Hughes82728372014-06-06 22:49:31 -070070#endif
71#if defined(PF_ASH) || (defined(HAVE_DECL_PF_ASH) && HAVE_DECL_PF_ASH)
Elliott Hughes89484692015-12-11 13:20:01 -080072 XLAT(PF_ASH),
Elliott Hughes82728372014-06-06 22:49:31 -070073#endif
74#if defined(PF_ECONET) || (defined(HAVE_DECL_PF_ECONET) && HAVE_DECL_PF_ECONET)
Elliott Hughes89484692015-12-11 13:20:01 -080075 XLAT(PF_ECONET),
Elliott Hughes82728372014-06-06 22:49:31 -070076#endif
77#if defined(PF_ATMSVC) || (defined(HAVE_DECL_PF_ATMSVC) && HAVE_DECL_PF_ATMSVC)
Elliott Hughes89484692015-12-11 13:20:01 -080078 XLAT(PF_ATMSVC),
Elliott Hughes82728372014-06-06 22:49:31 -070079#endif
80#if defined(PF_RDS) || (defined(HAVE_DECL_PF_RDS) && HAVE_DECL_PF_RDS)
Elliott Hughes89484692015-12-11 13:20:01 -080081 XLAT(PF_RDS),
Elliott Hughes82728372014-06-06 22:49:31 -070082#endif
83#if defined(PF_SNA) || (defined(HAVE_DECL_PF_SNA) && HAVE_DECL_PF_SNA)
Elliott Hughes89484692015-12-11 13:20:01 -080084 XLAT(PF_SNA),
Elliott Hughes82728372014-06-06 22:49:31 -070085#endif
86#if defined(PF_IRDA) || (defined(HAVE_DECL_PF_IRDA) && HAVE_DECL_PF_IRDA)
Elliott Hughes89484692015-12-11 13:20:01 -080087 XLAT(PF_IRDA),
Elliott Hughes82728372014-06-06 22:49:31 -070088#endif
89#if defined(PF_PPPOX) || (defined(HAVE_DECL_PF_PPPOX) && HAVE_DECL_PF_PPPOX)
Elliott Hughes89484692015-12-11 13:20:01 -080090 XLAT(PF_PPPOX),
Elliott Hughes82728372014-06-06 22:49:31 -070091#endif
92#if defined(PF_WANPIPE) || (defined(HAVE_DECL_PF_WANPIPE) && HAVE_DECL_PF_WANPIPE)
Elliott Hughes89484692015-12-11 13:20:01 -080093 XLAT(PF_WANPIPE),
Elliott Hughes82728372014-06-06 22:49:31 -070094#endif
95#if defined(PF_LLC) || (defined(HAVE_DECL_PF_LLC) && HAVE_DECL_PF_LLC)
Elliott Hughes89484692015-12-11 13:20:01 -080096 XLAT(PF_LLC),
97#endif
98#if defined(PF_IB) || (defined(HAVE_DECL_PF_IB) && HAVE_DECL_PF_IB)
99 XLAT(PF_IB),
100#endif
101#if defined(PF_MPLS) || (defined(HAVE_DECL_PF_MPLS) && HAVE_DECL_PF_MPLS)
102 XLAT(PF_MPLS),
Elliott Hughes82728372014-06-06 22:49:31 -0700103#endif
104#if defined(PF_CAN) || (defined(HAVE_DECL_PF_CAN) && HAVE_DECL_PF_CAN)
Elliott Hughes89484692015-12-11 13:20:01 -0800105 XLAT(PF_CAN),
Elliott Hughes82728372014-06-06 22:49:31 -0700106#endif
107#if defined(PF_TIPC) || (defined(HAVE_DECL_PF_TIPC) && HAVE_DECL_PF_TIPC)
Elliott Hughes89484692015-12-11 13:20:01 -0800108 XLAT(PF_TIPC),
Elliott Hughes82728372014-06-06 22:49:31 -0700109#endif
110#if defined(PF_BLUETOOTH) || (defined(HAVE_DECL_PF_BLUETOOTH) && HAVE_DECL_PF_BLUETOOTH)
Elliott Hughes89484692015-12-11 13:20:01 -0800111 XLAT(PF_BLUETOOTH),
Elliott Hughes82728372014-06-06 22:49:31 -0700112#endif
113#if defined(PF_IUCV) || (defined(HAVE_DECL_PF_IUCV) && HAVE_DECL_PF_IUCV)
Elliott Hughes89484692015-12-11 13:20:01 -0800114 XLAT(PF_IUCV),
Elliott Hughes82728372014-06-06 22:49:31 -0700115#endif
116#if defined(PF_RXRPC) || (defined(HAVE_DECL_PF_RXRPC) && HAVE_DECL_PF_RXRPC)
Elliott Hughes89484692015-12-11 13:20:01 -0800117 XLAT(PF_RXRPC),
Elliott Hughes82728372014-06-06 22:49:31 -0700118#endif
119#if defined(PF_ISDN) || (defined(HAVE_DECL_PF_ISDN) && HAVE_DECL_PF_ISDN)
Elliott Hughes89484692015-12-11 13:20:01 -0800120 XLAT(PF_ISDN),
Elliott Hughes82728372014-06-06 22:49:31 -0700121#endif
122#if defined(PF_PHONET) || (defined(HAVE_DECL_PF_PHONET) && HAVE_DECL_PF_PHONET)
Elliott Hughes89484692015-12-11 13:20:01 -0800123 XLAT(PF_PHONET),
Elliott Hughes82728372014-06-06 22:49:31 -0700124#endif
125#if defined(PF_IEEE802154) || (defined(HAVE_DECL_PF_IEEE802154) && HAVE_DECL_PF_IEEE802154)
Elliott Hughes89484692015-12-11 13:20:01 -0800126 XLAT(PF_IEEE802154),
Elliott Hughes82728372014-06-06 22:49:31 -0700127#endif
128#if defined(PF_CAIF) || (defined(HAVE_DECL_PF_CAIF) && HAVE_DECL_PF_CAIF)
Elliott Hughes89484692015-12-11 13:20:01 -0800129 XLAT(PF_CAIF),
Elliott Hughes82728372014-06-06 22:49:31 -0700130#endif
131#if defined(PF_ALG) || (defined(HAVE_DECL_PF_ALG) && HAVE_DECL_PF_ALG)
Elliott Hughes89484692015-12-11 13:20:01 -0800132 XLAT(PF_ALG),
Elliott Hughes82728372014-06-06 22:49:31 -0700133#endif
134#if defined(PF_NFC) || (defined(HAVE_DECL_PF_NFC) && HAVE_DECL_PF_NFC)
Elliott Hughes89484692015-12-11 13:20:01 -0800135 XLAT(PF_NFC),
Elliott Hughes82728372014-06-06 22:49:31 -0700136#endif
137#if defined(PF_VSOCK) || (defined(HAVE_DECL_PF_VSOCK) && HAVE_DECL_PF_VSOCK)
Elliott Hughes89484692015-12-11 13:20:01 -0800138 XLAT(PF_VSOCK),
Elliott Hughes82728372014-06-06 22:49:31 -0700139#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -0700140 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -0700141};
Elliott Hughes89484692015-12-11 13:20:01 -0800142
143#endif /* !IN_MPERS */