Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/af_packet_types.in; do not edit. */
      2 
      3 static const struct xlat af_packet_types[] = {
      4 #if defined(PACKET_HOST) || (defined(HAVE_DECL_PACKET_HOST) && HAVE_DECL_PACKET_HOST)
      5  XLAT(PACKET_HOST),
      6 #endif
      7 #if defined(PACKET_BROADCAST) || (defined(HAVE_DECL_PACKET_BROADCAST) && HAVE_DECL_PACKET_BROADCAST)
      8  XLAT(PACKET_BROADCAST),
      9 #endif
     10 #if defined(PACKET_MULTICAST) || (defined(HAVE_DECL_PACKET_MULTICAST) && HAVE_DECL_PACKET_MULTICAST)
     11  XLAT(PACKET_MULTICAST),
     12 #endif
     13 #if defined(PACKET_OTHERHOST) || (defined(HAVE_DECL_PACKET_OTHERHOST) && HAVE_DECL_PACKET_OTHERHOST)
     14  XLAT(PACKET_OTHERHOST),
     15 #endif
     16 #if defined(PACKET_OUTGOING) || (defined(HAVE_DECL_PACKET_OUTGOING) && HAVE_DECL_PACKET_OUTGOING)
     17  XLAT(PACKET_OUTGOING),
     18 #endif
     19 #if defined(PACKET_LOOPBACK) || (defined(HAVE_DECL_PACKET_LOOPBACK) && HAVE_DECL_PACKET_LOOPBACK)
     20  XLAT(PACKET_LOOPBACK),
     21 #endif
     22 #if defined(PACKET_FASTROUTE) || (defined(HAVE_DECL_PACKET_FASTROUTE) && HAVE_DECL_PACKET_FASTROUTE)
     23  XLAT(PACKET_FASTROUTE),
     24 #endif
     25  XLAT_END
     26 };
     27