Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 1 | /* Generated by ./xlat/gen.sh from ./xlat/domains.in; do not edit. */ |
| 2 | |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 3 | #ifdef IN_MPERS |
| 4 | |
| 5 | # error static const struct xlat domains in mpers mode |
| 6 | |
| 7 | #else |
| 8 | |
| 9 | static |
| 10 | const struct xlat domains[] = { |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 11 | #if defined(PF_UNSPEC) || (defined(HAVE_DECL_PF_UNSPEC) && HAVE_DECL_PF_UNSPEC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 12 | XLAT(PF_UNSPEC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 13 | #endif |
| 14 | #if defined(PF_LOCAL) || (defined(HAVE_DECL_PF_LOCAL) && HAVE_DECL_PF_LOCAL) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 15 | XLAT(PF_LOCAL), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 16 | #endif |
| 17 | #if defined(PF_UNIX) || (defined(HAVE_DECL_PF_UNIX) && HAVE_DECL_PF_UNIX) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 18 | XLAT(PF_UNIX), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 19 | #endif |
| 20 | #if defined(PF_INET) || (defined(HAVE_DECL_PF_INET) && HAVE_DECL_PF_INET) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 21 | XLAT(PF_INET), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 22 | #endif |
| 23 | #if defined(PF_AX25) || (defined(HAVE_DECL_PF_AX25) && HAVE_DECL_PF_AX25) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 24 | XLAT(PF_AX25), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 25 | #endif |
| 26 | #if defined(PF_IPX) || (defined(HAVE_DECL_PF_IPX) && HAVE_DECL_PF_IPX) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 27 | XLAT(PF_IPX), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 28 | #endif |
| 29 | #if defined(PF_APPLETALK) || (defined(HAVE_DECL_PF_APPLETALK) && HAVE_DECL_PF_APPLETALK) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 30 | XLAT(PF_APPLETALK), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 31 | #endif |
| 32 | #if defined(PF_NETROM) || (defined(HAVE_DECL_PF_NETROM) && HAVE_DECL_PF_NETROM) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 33 | XLAT(PF_NETROM), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 34 | #endif |
| 35 | #if defined(PF_BRIDGE) || (defined(HAVE_DECL_PF_BRIDGE) && HAVE_DECL_PF_BRIDGE) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 36 | XLAT(PF_BRIDGE), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 37 | #endif |
| 38 | #if defined(PF_ATMPVC) || (defined(HAVE_DECL_PF_ATMPVC) && HAVE_DECL_PF_ATMPVC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 39 | XLAT(PF_ATMPVC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 40 | #endif |
| 41 | #if defined(PF_X25) || (defined(HAVE_DECL_PF_X25) && HAVE_DECL_PF_X25) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 42 | XLAT(PF_X25), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 43 | #endif |
| 44 | #if defined(PF_INET6) || (defined(HAVE_DECL_PF_INET6) && HAVE_DECL_PF_INET6) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 45 | XLAT(PF_INET6), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 46 | #endif |
| 47 | #if defined(PF_ROSE) || (defined(HAVE_DECL_PF_ROSE) && HAVE_DECL_PF_ROSE) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 48 | XLAT(PF_ROSE), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 49 | #endif |
| 50 | #if defined(PF_DECnet) || (defined(HAVE_DECL_PF_DECnet) && HAVE_DECL_PF_DECnet) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 51 | XLAT(PF_DECnet), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 52 | #endif |
| 53 | #if defined(PF_NETBEUI) || (defined(HAVE_DECL_PF_NETBEUI) && HAVE_DECL_PF_NETBEUI) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 54 | XLAT(PF_NETBEUI), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 55 | #endif |
| 56 | #if defined(PF_SECURITY) || (defined(HAVE_DECL_PF_SECURITY) && HAVE_DECL_PF_SECURITY) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 57 | XLAT(PF_SECURITY), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 58 | #endif |
| 59 | #if defined(PF_KEY) || (defined(HAVE_DECL_PF_KEY) && HAVE_DECL_PF_KEY) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 60 | XLAT(PF_KEY), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 61 | #endif |
| 62 | #if defined(PF_NETLINK) || (defined(HAVE_DECL_PF_NETLINK) && HAVE_DECL_PF_NETLINK) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 63 | XLAT(PF_NETLINK), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 64 | #endif |
| 65 | #if defined(PF_ROUTE) || (defined(HAVE_DECL_PF_ROUTE) && HAVE_DECL_PF_ROUTE) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 66 | XLAT(PF_ROUTE), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 67 | #endif |
| 68 | #if defined(PF_PACKET) || (defined(HAVE_DECL_PF_PACKET) && HAVE_DECL_PF_PACKET) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 69 | XLAT(PF_PACKET), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 70 | #endif |
| 71 | #if defined(PF_ASH) || (defined(HAVE_DECL_PF_ASH) && HAVE_DECL_PF_ASH) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 72 | XLAT(PF_ASH), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 73 | #endif |
| 74 | #if defined(PF_ECONET) || (defined(HAVE_DECL_PF_ECONET) && HAVE_DECL_PF_ECONET) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 75 | XLAT(PF_ECONET), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 76 | #endif |
| 77 | #if defined(PF_ATMSVC) || (defined(HAVE_DECL_PF_ATMSVC) && HAVE_DECL_PF_ATMSVC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 78 | XLAT(PF_ATMSVC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 79 | #endif |
| 80 | #if defined(PF_RDS) || (defined(HAVE_DECL_PF_RDS) && HAVE_DECL_PF_RDS) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 81 | XLAT(PF_RDS), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 82 | #endif |
| 83 | #if defined(PF_SNA) || (defined(HAVE_DECL_PF_SNA) && HAVE_DECL_PF_SNA) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 84 | XLAT(PF_SNA), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 85 | #endif |
| 86 | #if defined(PF_IRDA) || (defined(HAVE_DECL_PF_IRDA) && HAVE_DECL_PF_IRDA) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 87 | XLAT(PF_IRDA), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 88 | #endif |
| 89 | #if defined(PF_PPPOX) || (defined(HAVE_DECL_PF_PPPOX) && HAVE_DECL_PF_PPPOX) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 90 | XLAT(PF_PPPOX), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 91 | #endif |
| 92 | #if defined(PF_WANPIPE) || (defined(HAVE_DECL_PF_WANPIPE) && HAVE_DECL_PF_WANPIPE) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 93 | XLAT(PF_WANPIPE), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 94 | #endif |
| 95 | #if defined(PF_LLC) || (defined(HAVE_DECL_PF_LLC) && HAVE_DECL_PF_LLC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 96 | 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 Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 103 | #endif |
| 104 | #if defined(PF_CAN) || (defined(HAVE_DECL_PF_CAN) && HAVE_DECL_PF_CAN) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 105 | XLAT(PF_CAN), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 106 | #endif |
| 107 | #if defined(PF_TIPC) || (defined(HAVE_DECL_PF_TIPC) && HAVE_DECL_PF_TIPC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 108 | XLAT(PF_TIPC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 109 | #endif |
| 110 | #if defined(PF_BLUETOOTH) || (defined(HAVE_DECL_PF_BLUETOOTH) && HAVE_DECL_PF_BLUETOOTH) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 111 | XLAT(PF_BLUETOOTH), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 112 | #endif |
| 113 | #if defined(PF_IUCV) || (defined(HAVE_DECL_PF_IUCV) && HAVE_DECL_PF_IUCV) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 114 | XLAT(PF_IUCV), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 115 | #endif |
| 116 | #if defined(PF_RXRPC) || (defined(HAVE_DECL_PF_RXRPC) && HAVE_DECL_PF_RXRPC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 117 | XLAT(PF_RXRPC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 118 | #endif |
| 119 | #if defined(PF_ISDN) || (defined(HAVE_DECL_PF_ISDN) && HAVE_DECL_PF_ISDN) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 120 | XLAT(PF_ISDN), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 121 | #endif |
| 122 | #if defined(PF_PHONET) || (defined(HAVE_DECL_PF_PHONET) && HAVE_DECL_PF_PHONET) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 123 | XLAT(PF_PHONET), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 124 | #endif |
| 125 | #if defined(PF_IEEE802154) || (defined(HAVE_DECL_PF_IEEE802154) && HAVE_DECL_PF_IEEE802154) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 126 | XLAT(PF_IEEE802154), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 127 | #endif |
| 128 | #if defined(PF_CAIF) || (defined(HAVE_DECL_PF_CAIF) && HAVE_DECL_PF_CAIF) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 129 | XLAT(PF_CAIF), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 130 | #endif |
| 131 | #if defined(PF_ALG) || (defined(HAVE_DECL_PF_ALG) && HAVE_DECL_PF_ALG) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 132 | XLAT(PF_ALG), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 133 | #endif |
| 134 | #if defined(PF_NFC) || (defined(HAVE_DECL_PF_NFC) && HAVE_DECL_PF_NFC) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 135 | XLAT(PF_NFC), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 136 | #endif |
| 137 | #if defined(PF_VSOCK) || (defined(HAVE_DECL_PF_VSOCK) && HAVE_DECL_PF_VSOCK) |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 138 | XLAT(PF_VSOCK), |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 139 | #endif |
Elliott Hughes | 0328d0a | 2015-03-18 11:18:43 -0700 | [diff] [blame] | 140 | XLAT_END |
Elliott Hughes | 8272837 | 2014-06-06 22:49:31 -0700 | [diff] [blame] | 141 | }; |
Elliott Hughes | 8948469 | 2015-12-11 13:20:01 -0800 | [diff] [blame] | 142 | |
| 143 | #endif /* !IN_MPERS */ |