Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/packet_mreq_type.in; do not edit. */
      2 
      3 static const struct xlat packet_mreq_type[] = {
      4 #if defined(PACKET_MR_MULTICAST) || (defined(HAVE_DECL_PACKET_MR_MULTICAST) && HAVE_DECL_PACKET_MR_MULTICAST)
      5  XLAT(PACKET_MR_MULTICAST),
      6 #endif
      7 #if defined(PACKET_MR_PROMISC) || (defined(HAVE_DECL_PACKET_MR_PROMISC) && HAVE_DECL_PACKET_MR_PROMISC)
      8  XLAT(PACKET_MR_PROMISC),
      9 #endif
     10 #if defined(PACKET_MR_ALLMULTI) || (defined(HAVE_DECL_PACKET_MR_ALLMULTI) && HAVE_DECL_PACKET_MR_ALLMULTI)
     11  XLAT(PACKET_MR_ALLMULTI),
     12 #endif
     13 #if defined(PACKET_MR_UNICAST) || (defined(HAVE_DECL_PACKET_MR_UNICAST) && HAVE_DECL_PACKET_MR_UNICAST)
     14  XLAT(PACKET_MR_UNICAST),
     15 #endif
     16  XLAT_END
     17 };
     18