Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sockpacketoptions.in; do not edit. */
      2 
      3 static const struct xlat sockpacketoptions[] = {
      4 #if defined(PACKET_ADD_MEMBERSHIP) || (defined(HAVE_DECL_PACKET_ADD_MEMBERSHIP) && HAVE_DECL_PACKET_ADD_MEMBERSHIP)
      5 	XLAT(PACKET_ADD_MEMBERSHIP),
      6 #endif
      7 #if defined(PACKET_DROP_MEMBERSHIP) || (defined(HAVE_DECL_PACKET_DROP_MEMBERSHIP) && HAVE_DECL_PACKET_DROP_MEMBERSHIP)
      8 	XLAT(PACKET_DROP_MEMBERSHIP),
      9 #endif
     10 #if defined(PACKET_RECV_OUTPUT) || (defined(HAVE_DECL_PACKET_RECV_OUTPUT) && HAVE_DECL_PACKET_RECV_OUTPUT)
     11 	XLAT(PACKET_RECV_OUTPUT),
     12 #endif
     13 #if defined(PACKET_RX_RING) || (defined(HAVE_DECL_PACKET_RX_RING) && HAVE_DECL_PACKET_RX_RING)
     14 	XLAT(PACKET_RX_RING),
     15 #endif
     16 #if defined(PACKET_STATISTICS) || (defined(HAVE_DECL_PACKET_STATISTICS) && HAVE_DECL_PACKET_STATISTICS)
     17 	XLAT(PACKET_STATISTICS),
     18 #endif
     19 #if defined(PACKET_COPY_THRESH) || (defined(HAVE_DECL_PACKET_COPY_THRESH) && HAVE_DECL_PACKET_COPY_THRESH)
     20 	XLAT(PACKET_COPY_THRESH),
     21 #endif
     22 #if defined(PACKET_AUXDATA) || (defined(HAVE_DECL_PACKET_AUXDATA) && HAVE_DECL_PACKET_AUXDATA)
     23 	XLAT(PACKET_AUXDATA),
     24 #endif
     25 #if defined(PACKET_ORIGDEV) || (defined(HAVE_DECL_PACKET_ORIGDEV) && HAVE_DECL_PACKET_ORIGDEV)
     26 	XLAT(PACKET_ORIGDEV),
     27 #endif
     28 #if defined(PACKET_VERSION) || (defined(HAVE_DECL_PACKET_VERSION) && HAVE_DECL_PACKET_VERSION)
     29 	XLAT(PACKET_VERSION),
     30 #endif
     31 #if defined(PACKET_HDRLEN) || (defined(HAVE_DECL_PACKET_HDRLEN) && HAVE_DECL_PACKET_HDRLEN)
     32 	XLAT(PACKET_HDRLEN),
     33 #endif
     34 #if defined(PACKET_RESERVE) || (defined(HAVE_DECL_PACKET_RESERVE) && HAVE_DECL_PACKET_RESERVE)
     35 	XLAT(PACKET_RESERVE),
     36 #endif
     37 #if defined(PACKET_TX_RING) || (defined(HAVE_DECL_PACKET_TX_RING) && HAVE_DECL_PACKET_TX_RING)
     38 	XLAT(PACKET_TX_RING),
     39 #endif
     40 #if defined(PACKET_LOSS) || (defined(HAVE_DECL_PACKET_LOSS) && HAVE_DECL_PACKET_LOSS)
     41 	XLAT(PACKET_LOSS),
     42 #endif
     43 	XLAT_END
     44 };
     45