1 /* Generated by ./xlat/gen.sh from ./xlat/packet_mreq_type.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat packet_mreq_type in mpers mode 6 7 #else 8 9 static 10 const struct xlat packet_mreq_type[] = { 11 #if defined(PACKET_MR_MULTICAST) || (defined(HAVE_DECL_PACKET_MR_MULTICAST) && HAVE_DECL_PACKET_MR_MULTICAST) 12 XLAT(PACKET_MR_MULTICAST), 13 #endif 14 #if defined(PACKET_MR_PROMISC) || (defined(HAVE_DECL_PACKET_MR_PROMISC) && HAVE_DECL_PACKET_MR_PROMISC) 15 XLAT(PACKET_MR_PROMISC), 16 #endif 17 #if defined(PACKET_MR_ALLMULTI) || (defined(HAVE_DECL_PACKET_MR_ALLMULTI) && HAVE_DECL_PACKET_MR_ALLMULTI) 18 XLAT(PACKET_MR_ALLMULTI), 19 #endif 20 #if defined(PACKET_MR_UNICAST) || (defined(HAVE_DECL_PACKET_MR_UNICAST) && HAVE_DECL_PACKET_MR_UNICAST) 21 XLAT(PACKET_MR_UNICAST), 22 #endif 23 XLAT_END 24 }; 25 26 #endif /* !IN_MPERS */ 27