blob: 012d3e78d73bda34bc14cedffcf84eb9027dd233 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/packet_mreq_type.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat packet_mreq_type in mpers mode
#else
static
const struct xlat packet_mreq_type[] = {
#if defined(PACKET_MR_MULTICAST) || (defined(HAVE_DECL_PACKET_MR_MULTICAST) && HAVE_DECL_PACKET_MR_MULTICAST)
XLAT(PACKET_MR_MULTICAST),
#endif
#if defined(PACKET_MR_PROMISC) || (defined(HAVE_DECL_PACKET_MR_PROMISC) && HAVE_DECL_PACKET_MR_PROMISC)
XLAT(PACKET_MR_PROMISC),
#endif
#if defined(PACKET_MR_ALLMULTI) || (defined(HAVE_DECL_PACKET_MR_ALLMULTI) && HAVE_DECL_PACKET_MR_ALLMULTI)
XLAT(PACKET_MR_ALLMULTI),
#endif
#if defined(PACKET_MR_UNICAST) || (defined(HAVE_DECL_PACKET_MR_UNICAST) && HAVE_DECL_PACKET_MR_UNICAST)
XLAT(PACKET_MR_UNICAST),
#endif
XLAT_END
};
#endif /* !IN_MPERS */