blob: 2e30ad770e7be4d40135460b5914fb7f458d6eb7 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/af_packet_types.in; do not edit. */
2
3static const struct xlat af_packet_types[] = {
4#if defined(PACKET_HOST) || (defined(HAVE_DECL_PACKET_HOST) && HAVE_DECL_PACKET_HOST)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(PACKET_HOST),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(PACKET_BROADCAST) || (defined(HAVE_DECL_PACKET_BROADCAST) && HAVE_DECL_PACKET_BROADCAST)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(PACKET_BROADCAST),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(PACKET_MULTICAST) || (defined(HAVE_DECL_PACKET_MULTICAST) && HAVE_DECL_PACKET_MULTICAST)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(PACKET_MULTICAST),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(PACKET_OTHERHOST) || (defined(HAVE_DECL_PACKET_OTHERHOST) && HAVE_DECL_PACKET_OTHERHOST)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(PACKET_OTHERHOST),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(PACKET_OUTGOING) || (defined(HAVE_DECL_PACKET_OUTGOING) && HAVE_DECL_PACKET_OUTGOING)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(PACKET_OUTGOING),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(PACKET_LOOPBACK) || (defined(HAVE_DECL_PACKET_LOOPBACK) && HAVE_DECL_PACKET_LOOPBACK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(PACKET_LOOPBACK),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(PACKET_FASTROUTE) || (defined(HAVE_DECL_PACKET_FASTROUTE) && HAVE_DECL_PACKET_FASTROUTE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(PACKET_FASTROUTE),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070025 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070026};