1 /* Generated by ./xlat/gen.sh from ./xlat/ethernet_protocols.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat ethernet_protocols in mpers mode 6 7 #else 8 9 static 10 const struct xlat ethernet_protocols[] = { 11 #if defined(ETH_P_LOOP) || (defined(HAVE_DECL_ETH_P_LOOP) && HAVE_DECL_ETH_P_LOOP) 12 XLAT(ETH_P_LOOP), 13 #endif 14 #if defined(ETH_P_PUP) || (defined(HAVE_DECL_ETH_P_PUP) && HAVE_DECL_ETH_P_PUP) 15 XLAT(ETH_P_PUP), 16 #endif 17 #if defined(ETH_P_PUPAT) || (defined(HAVE_DECL_ETH_P_PUPAT) && HAVE_DECL_ETH_P_PUPAT) 18 XLAT(ETH_P_PUPAT), 19 #endif 20 #if defined(ETH_P_TSN) || (defined(HAVE_DECL_ETH_P_TSN) && HAVE_DECL_ETH_P_TSN) 21 XLAT(ETH_P_TSN), 22 #endif 23 #if defined(ETH_P_IP) || (defined(HAVE_DECL_ETH_P_IP) && HAVE_DECL_ETH_P_IP) 24 XLAT(ETH_P_IP), 25 #endif 26 #if defined(ETH_P_X25) || (defined(HAVE_DECL_ETH_P_X25) && HAVE_DECL_ETH_P_X25) 27 XLAT(ETH_P_X25), 28 #endif 29 #if defined(ETH_P_ARP) || (defined(HAVE_DECL_ETH_P_ARP) && HAVE_DECL_ETH_P_ARP) 30 XLAT(ETH_P_ARP), 31 #endif 32 #if defined(ETH_P_BPQ) || (defined(HAVE_DECL_ETH_P_BPQ) && HAVE_DECL_ETH_P_BPQ) 33 XLAT(ETH_P_BPQ), 34 #endif 35 #if defined(ETH_P_IEEEPUP) || (defined(HAVE_DECL_ETH_P_IEEEPUP) && HAVE_DECL_ETH_P_IEEEPUP) 36 XLAT(ETH_P_IEEEPUP), 37 #endif 38 #if defined(ETH_P_IEEEPUPAT) || (defined(HAVE_DECL_ETH_P_IEEEPUPAT) && HAVE_DECL_ETH_P_IEEEPUPAT) 39 XLAT(ETH_P_IEEEPUPAT), 40 #endif 41 #if defined(ETH_P_BATMAN) || (defined(HAVE_DECL_ETH_P_BATMAN) && HAVE_DECL_ETH_P_BATMAN) 42 XLAT(ETH_P_BATMAN), 43 #endif 44 #if defined(ETH_P_DEC) || (defined(HAVE_DECL_ETH_P_DEC) && HAVE_DECL_ETH_P_DEC) 45 XLAT(ETH_P_DEC), 46 #endif 47 #if defined(ETH_P_DNA_DL) || (defined(HAVE_DECL_ETH_P_DNA_DL) && HAVE_DECL_ETH_P_DNA_DL) 48 XLAT(ETH_P_DNA_DL), 49 #endif 50 #if defined(ETH_P_DNA_RC) || (defined(HAVE_DECL_ETH_P_DNA_RC) && HAVE_DECL_ETH_P_DNA_RC) 51 XLAT(ETH_P_DNA_RC), 52 #endif 53 #if defined(ETH_P_DNA_RT) || (defined(HAVE_DECL_ETH_P_DNA_RT) && HAVE_DECL_ETH_P_DNA_RT) 54 XLAT(ETH_P_DNA_RT), 55 #endif 56 #if defined(ETH_P_LAT) || (defined(HAVE_DECL_ETH_P_LAT) && HAVE_DECL_ETH_P_LAT) 57 XLAT(ETH_P_LAT), 58 #endif 59 #if defined(ETH_P_DIAG) || (defined(HAVE_DECL_ETH_P_DIAG) && HAVE_DECL_ETH_P_DIAG) 60 XLAT(ETH_P_DIAG), 61 #endif 62 #if defined(ETH_P_CUST) || (defined(HAVE_DECL_ETH_P_CUST) && HAVE_DECL_ETH_P_CUST) 63 XLAT(ETH_P_CUST), 64 #endif 65 #if defined(ETH_P_SCA) || (defined(HAVE_DECL_ETH_P_SCA) && HAVE_DECL_ETH_P_SCA) 66 XLAT(ETH_P_SCA), 67 #endif 68 #if defined(ETH_P_TEB) || (defined(HAVE_DECL_ETH_P_TEB) && HAVE_DECL_ETH_P_TEB) 69 XLAT(ETH_P_TEB), 70 #endif 71 #if defined(ETH_P_RARP) || (defined(HAVE_DECL_ETH_P_RARP) && HAVE_DECL_ETH_P_RARP) 72 XLAT(ETH_P_RARP), 73 #endif 74 #if defined(ETH_P_ATALK) || (defined(HAVE_DECL_ETH_P_ATALK) && HAVE_DECL_ETH_P_ATALK) 75 XLAT(ETH_P_ATALK), 76 #endif 77 #if defined(ETH_P_AARP) || (defined(HAVE_DECL_ETH_P_AARP) && HAVE_DECL_ETH_P_AARP) 78 XLAT(ETH_P_AARP), 79 #endif 80 #if defined(ETH_P_8021Q) || (defined(HAVE_DECL_ETH_P_8021Q) && HAVE_DECL_ETH_P_8021Q) 81 XLAT(ETH_P_8021Q), 82 #endif 83 #if defined(ETH_P_IPX) || (defined(HAVE_DECL_ETH_P_IPX) && HAVE_DECL_ETH_P_IPX) 84 XLAT(ETH_P_IPX), 85 #endif 86 #if defined(ETH_P_IPV6) || (defined(HAVE_DECL_ETH_P_IPV6) && HAVE_DECL_ETH_P_IPV6) 87 XLAT(ETH_P_IPV6), 88 #endif 89 #if defined(ETH_P_PAUSE) || (defined(HAVE_DECL_ETH_P_PAUSE) && HAVE_DECL_ETH_P_PAUSE) 90 XLAT(ETH_P_PAUSE), 91 #endif 92 #if defined(ETH_P_SLOW) || (defined(HAVE_DECL_ETH_P_SLOW) && HAVE_DECL_ETH_P_SLOW) 93 XLAT(ETH_P_SLOW), 94 #endif 95 #if defined(ETH_P_WCCP) || (defined(HAVE_DECL_ETH_P_WCCP) && HAVE_DECL_ETH_P_WCCP) 96 XLAT(ETH_P_WCCP), 97 #endif 98 #if defined(ETH_P_MPLS_UC) || (defined(HAVE_DECL_ETH_P_MPLS_UC) && HAVE_DECL_ETH_P_MPLS_UC) 99 XLAT(ETH_P_MPLS_UC), 100 #endif 101 #if defined(ETH_P_MPLS_MC) || (defined(HAVE_DECL_ETH_P_MPLS_MC) && HAVE_DECL_ETH_P_MPLS_MC) 102 XLAT(ETH_P_MPLS_MC), 103 #endif 104 #if defined(ETH_P_ATMMPOA) || (defined(HAVE_DECL_ETH_P_ATMMPOA) && HAVE_DECL_ETH_P_ATMMPOA) 105 XLAT(ETH_P_ATMMPOA), 106 #endif 107 #if defined(ETH_P_PPP_DISC) || (defined(HAVE_DECL_ETH_P_PPP_DISC) && HAVE_DECL_ETH_P_PPP_DISC) 108 XLAT(ETH_P_PPP_DISC), 109 #endif 110 #if defined(ETH_P_PPP_SES) || (defined(HAVE_DECL_ETH_P_PPP_SES) && HAVE_DECL_ETH_P_PPP_SES) 111 XLAT(ETH_P_PPP_SES), 112 #endif 113 #if defined(ETH_P_LINK_CTL) || (defined(HAVE_DECL_ETH_P_LINK_CTL) && HAVE_DECL_ETH_P_LINK_CTL) 114 XLAT(ETH_P_LINK_CTL), 115 #endif 116 #if defined(ETH_P_ATMFATE) || (defined(HAVE_DECL_ETH_P_ATMFATE) && HAVE_DECL_ETH_P_ATMFATE) 117 XLAT(ETH_P_ATMFATE), 118 #endif 119 #if defined(ETH_P_PAE) || (defined(HAVE_DECL_ETH_P_PAE) && HAVE_DECL_ETH_P_PAE) 120 XLAT(ETH_P_PAE), 121 #endif 122 #if defined(ETH_P_AOE) || (defined(HAVE_DECL_ETH_P_AOE) && HAVE_DECL_ETH_P_AOE) 123 XLAT(ETH_P_AOE), 124 #endif 125 #if defined(ETH_P_8021AD) || (defined(HAVE_DECL_ETH_P_8021AD) && HAVE_DECL_ETH_P_8021AD) 126 XLAT(ETH_P_8021AD), 127 #endif 128 #if defined(ETH_P_802_EX1) || (defined(HAVE_DECL_ETH_P_802_EX1) && HAVE_DECL_ETH_P_802_EX1) 129 XLAT(ETH_P_802_EX1), 130 #endif 131 #if defined(ETH_P_TIPC) || (defined(HAVE_DECL_ETH_P_TIPC) && HAVE_DECL_ETH_P_TIPC) 132 XLAT(ETH_P_TIPC), 133 #endif 134 #if defined(ETH_P_MACSEC) || (defined(HAVE_DECL_ETH_P_MACSEC) && HAVE_DECL_ETH_P_MACSEC) 135 XLAT(ETH_P_MACSEC), 136 #endif 137 #if defined(ETH_P_8021AH) || (defined(HAVE_DECL_ETH_P_8021AH) && HAVE_DECL_ETH_P_8021AH) 138 XLAT(ETH_P_8021AH), 139 #endif 140 #if defined(ETH_P_MVRP) || (defined(HAVE_DECL_ETH_P_MVRP) && HAVE_DECL_ETH_P_MVRP) 141 XLAT(ETH_P_MVRP), 142 #endif 143 #if defined(ETH_P_1588) || (defined(HAVE_DECL_ETH_P_1588) && HAVE_DECL_ETH_P_1588) 144 XLAT(ETH_P_1588), 145 #endif 146 #if defined(ETH_P_NCSI) || (defined(HAVE_DECL_ETH_P_NCSI) && HAVE_DECL_ETH_P_NCSI) 147 XLAT(ETH_P_NCSI), 148 #endif 149 #if defined(ETH_P_PRP) || (defined(HAVE_DECL_ETH_P_PRP) && HAVE_DECL_ETH_P_PRP) 150 XLAT(ETH_P_PRP), 151 #endif 152 #if defined(ETH_P_FCOE) || (defined(HAVE_DECL_ETH_P_FCOE) && HAVE_DECL_ETH_P_FCOE) 153 XLAT(ETH_P_FCOE), 154 #endif 155 #if defined(ETH_P_TDLS) || (defined(HAVE_DECL_ETH_P_TDLS) && HAVE_DECL_ETH_P_TDLS) 156 XLAT(ETH_P_TDLS), 157 #endif 158 #if defined(ETH_P_FIP) || (defined(HAVE_DECL_ETH_P_FIP) && HAVE_DECL_ETH_P_FIP) 159 XLAT(ETH_P_FIP), 160 #endif 161 #if defined(ETH_P_80221) || (defined(HAVE_DECL_ETH_P_80221) && HAVE_DECL_ETH_P_80221) 162 XLAT(ETH_P_80221), 163 #endif 164 #if defined(ETH_P_HSR) || (defined(HAVE_DECL_ETH_P_HSR) && HAVE_DECL_ETH_P_HSR) 165 XLAT(ETH_P_HSR), 166 #endif 167 #if defined(ETH_P_LOOPBACK) || (defined(HAVE_DECL_ETH_P_LOOPBACK) && HAVE_DECL_ETH_P_LOOPBACK) 168 XLAT(ETH_P_LOOPBACK), 169 #endif 170 #if defined(ETH_P_QINQ1) || (defined(HAVE_DECL_ETH_P_QINQ1) && HAVE_DECL_ETH_P_QINQ1) 171 XLAT(ETH_P_QINQ1), 172 #endif 173 #if defined(ETH_P_QINQ2) || (defined(HAVE_DECL_ETH_P_QINQ2) && HAVE_DECL_ETH_P_QINQ2) 174 XLAT(ETH_P_QINQ2), 175 #endif 176 #if defined(ETH_P_QINQ3) || (defined(HAVE_DECL_ETH_P_QINQ3) && HAVE_DECL_ETH_P_QINQ3) 177 XLAT(ETH_P_QINQ3), 178 #endif 179 #if defined(ETH_P_EDSA) || (defined(HAVE_DECL_ETH_P_EDSA) && HAVE_DECL_ETH_P_EDSA) 180 XLAT(ETH_P_EDSA), 181 #endif 182 #if defined(ETH_P_AF_IUCV) || (defined(HAVE_DECL_ETH_P_AF_IUCV) && HAVE_DECL_ETH_P_AF_IUCV) 183 XLAT(ETH_P_AF_IUCV), 184 #endif 185 #if defined(ETH_P_802_3_MIN) || (defined(HAVE_DECL_ETH_P_802_3_MIN) && HAVE_DECL_ETH_P_802_3_MIN) 186 XLAT(ETH_P_802_3_MIN), 187 #endif 188 #if defined(ETH_P_802_3) || (defined(HAVE_DECL_ETH_P_802_3) && HAVE_DECL_ETH_P_802_3) 189 XLAT(ETH_P_802_3), 190 #endif 191 #if defined(ETH_P_AX25) || (defined(HAVE_DECL_ETH_P_AX25) && HAVE_DECL_ETH_P_AX25) 192 XLAT(ETH_P_AX25), 193 #endif 194 #if defined(ETH_P_ALL) || (defined(HAVE_DECL_ETH_P_ALL) && HAVE_DECL_ETH_P_ALL) 195 XLAT(ETH_P_ALL), 196 #endif 197 #if defined(ETH_P_802_2) || (defined(HAVE_DECL_ETH_P_802_2) && HAVE_DECL_ETH_P_802_2) 198 XLAT(ETH_P_802_2), 199 #endif 200 #if defined(ETH_P_SNAP) || (defined(HAVE_DECL_ETH_P_SNAP) && HAVE_DECL_ETH_P_SNAP) 201 XLAT(ETH_P_SNAP), 202 #endif 203 #if defined(ETH_P_DDCMP) || (defined(HAVE_DECL_ETH_P_DDCMP) && HAVE_DECL_ETH_P_DDCMP) 204 XLAT(ETH_P_DDCMP), 205 #endif 206 #if defined(ETH_P_WAN_PPP) || (defined(HAVE_DECL_ETH_P_WAN_PPP) && HAVE_DECL_ETH_P_WAN_PPP) 207 XLAT(ETH_P_WAN_PPP), 208 #endif 209 #if defined(ETH_P_PPP_MP) || (defined(HAVE_DECL_ETH_P_PPP_MP) && HAVE_DECL_ETH_P_PPP_MP) 210 XLAT(ETH_P_PPP_MP), 211 #endif 212 #if defined(ETH_P_LOCALTALK) || (defined(HAVE_DECL_ETH_P_LOCALTALK) && HAVE_DECL_ETH_P_LOCALTALK) 213 XLAT(ETH_P_LOCALTALK), 214 #endif 215 #if defined(ETH_P_CAN) || (defined(HAVE_DECL_ETH_P_CAN) && HAVE_DECL_ETH_P_CAN) 216 XLAT(ETH_P_CAN), 217 #endif 218 #if defined(ETH_P_CANFD) || (defined(HAVE_DECL_ETH_P_CANFD) && HAVE_DECL_ETH_P_CANFD) 219 XLAT(ETH_P_CANFD), 220 #endif 221 #if defined(ETH_P_PPPTALK) || (defined(HAVE_DECL_ETH_P_PPPTALK) && HAVE_DECL_ETH_P_PPPTALK) 222 XLAT(ETH_P_PPPTALK), 223 #endif 224 #if defined(ETH_P_TR_802_2) || (defined(HAVE_DECL_ETH_P_TR_802_2) && HAVE_DECL_ETH_P_TR_802_2) 225 XLAT(ETH_P_TR_802_2), 226 #endif 227 #if defined(ETH_P_MOBITEX) || (defined(HAVE_DECL_ETH_P_MOBITEX) && HAVE_DECL_ETH_P_MOBITEX) 228 XLAT(ETH_P_MOBITEX), 229 #endif 230 #if defined(ETH_P_CONTROL) || (defined(HAVE_DECL_ETH_P_CONTROL) && HAVE_DECL_ETH_P_CONTROL) 231 XLAT(ETH_P_CONTROL), 232 #endif 233 #if defined(ETH_P_IRDA) || (defined(HAVE_DECL_ETH_P_IRDA) && HAVE_DECL_ETH_P_IRDA) 234 XLAT(ETH_P_IRDA), 235 #endif 236 #if defined(ETH_P_ECONET) || (defined(HAVE_DECL_ETH_P_ECONET) && HAVE_DECL_ETH_P_ECONET) 237 XLAT(ETH_P_ECONET), 238 #endif 239 #if defined(ETH_P_HDLC) || (defined(HAVE_DECL_ETH_P_HDLC) && HAVE_DECL_ETH_P_HDLC) 240 XLAT(ETH_P_HDLC), 241 #endif 242 #if defined(ETH_P_ARCNET) || (defined(HAVE_DECL_ETH_P_ARCNET) && HAVE_DECL_ETH_P_ARCNET) 243 XLAT(ETH_P_ARCNET), 244 #endif 245 #if defined(ETH_P_DSA) || (defined(HAVE_DECL_ETH_P_DSA) && HAVE_DECL_ETH_P_DSA) 246 XLAT(ETH_P_DSA), 247 #endif 248 #if defined(ETH_P_TRAILER) || (defined(HAVE_DECL_ETH_P_TRAILER) && HAVE_DECL_ETH_P_TRAILER) 249 XLAT(ETH_P_TRAILER), 250 #endif 251 #if defined(ETH_P_PHONET) || (defined(HAVE_DECL_ETH_P_PHONET) && HAVE_DECL_ETH_P_PHONET) 252 XLAT(ETH_P_PHONET), 253 #endif 254 #if defined(ETH_P_IEEE802154) || (defined(HAVE_DECL_ETH_P_IEEE802154) && HAVE_DECL_ETH_P_IEEE802154) 255 XLAT(ETH_P_IEEE802154), 256 #endif 257 #if defined(ETH_P_CAIF) || (defined(HAVE_DECL_ETH_P_CAIF) && HAVE_DECL_ETH_P_CAIF) 258 XLAT(ETH_P_CAIF), 259 #endif 260 #if defined(ETH_P_XDSA) || (defined(HAVE_DECL_ETH_P_XDSA) && HAVE_DECL_ETH_P_XDSA) 261 XLAT(ETH_P_XDSA), 262 #endif 263 XLAT_END 264 }; 265 266 #endif /* !IN_MPERS */ 267