blob: c62a6345d9fce3a82487ce2f235d4c2a16291625 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/packet_mreq_type.in; do not edit. */
2
3static 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};