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