1 /* Generated by ./xlat/gen.sh from ./xlat/sockpacketoptions.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat sockpacketoptions in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat sockpacketoptions[] = {
11 #if defined(PACKET_ADD_MEMBERSHIP) || (defined(HAVE_DECL_PACKET_ADD_MEMBERSHIP) && HAVE_DECL_PACKET_ADD_MEMBERSHIP)
12   XLAT(PACKET_ADD_MEMBERSHIP),
13 #endif
14 #if defined(PACKET_DROP_MEMBERSHIP) || (defined(HAVE_DECL_PACKET_DROP_MEMBERSHIP) && HAVE_DECL_PACKET_DROP_MEMBERSHIP)
15   XLAT(PACKET_DROP_MEMBERSHIP),
16 #endif
17 #if defined(PACKET_RECV_OUTPUT) || (defined(HAVE_DECL_PACKET_RECV_OUTPUT) && HAVE_DECL_PACKET_RECV_OUTPUT)
18   XLAT(PACKET_RECV_OUTPUT),
19 #endif
20 #if defined(PACKET_RX_RING) || (defined(HAVE_DECL_PACKET_RX_RING) && HAVE_DECL_PACKET_RX_RING)
21   XLAT(PACKET_RX_RING),
22 #endif
23 #if defined(PACKET_STATISTICS) || (defined(HAVE_DECL_PACKET_STATISTICS) && HAVE_DECL_PACKET_STATISTICS)
24   XLAT(PACKET_STATISTICS),
25 #endif
26 #if defined(PACKET_COPY_THRESH) || (defined(HAVE_DECL_PACKET_COPY_THRESH) && HAVE_DECL_PACKET_COPY_THRESH)
27   XLAT(PACKET_COPY_THRESH),
28 #endif
29 #if defined(PACKET_AUXDATA) || (defined(HAVE_DECL_PACKET_AUXDATA) && HAVE_DECL_PACKET_AUXDATA)
30   XLAT(PACKET_AUXDATA),
31 #endif
32 #if defined(PACKET_ORIGDEV) || (defined(HAVE_DECL_PACKET_ORIGDEV) && HAVE_DECL_PACKET_ORIGDEV)
33   XLAT(PACKET_ORIGDEV),
34 #endif
35 #if defined(PACKET_VERSION) || (defined(HAVE_DECL_PACKET_VERSION) && HAVE_DECL_PACKET_VERSION)
36   XLAT(PACKET_VERSION),
37 #endif
38 #if defined(PACKET_HDRLEN) || (defined(HAVE_DECL_PACKET_HDRLEN) && HAVE_DECL_PACKET_HDRLEN)
39   XLAT(PACKET_HDRLEN),
40 #endif
41 #if defined(PACKET_RESERVE) || (defined(HAVE_DECL_PACKET_RESERVE) && HAVE_DECL_PACKET_RESERVE)
42   XLAT(PACKET_RESERVE),
43 #endif
44 #if defined(PACKET_TX_RING) || (defined(HAVE_DECL_PACKET_TX_RING) && HAVE_DECL_PACKET_TX_RING)
45   XLAT(PACKET_TX_RING),
46 #endif
47 #if defined(PACKET_LOSS) || (defined(HAVE_DECL_PACKET_LOSS) && HAVE_DECL_PACKET_LOSS)
48   XLAT(PACKET_LOSS),
49 #endif
50 #if defined(PACKET_VNET_HDR) || (defined(HAVE_DECL_PACKET_VNET_HDR) && HAVE_DECL_PACKET_VNET_HDR)
51   XLAT(PACKET_VNET_HDR),
52 #endif
53 #if defined(PACKET_TX_TIMESTAMP) || (defined(HAVE_DECL_PACKET_TX_TIMESTAMP) && HAVE_DECL_PACKET_TX_TIMESTAMP)
54   XLAT(PACKET_TX_TIMESTAMP),
55 #endif
56 #if defined(PACKET_TIMESTAMP) || (defined(HAVE_DECL_PACKET_TIMESTAMP) && HAVE_DECL_PACKET_TIMESTAMP)
57   XLAT(PACKET_TIMESTAMP),
58 #endif
59 #if defined(PACKET_FANOUT) || (defined(HAVE_DECL_PACKET_FANOUT) && HAVE_DECL_PACKET_FANOUT)
60   XLAT(PACKET_FANOUT),
61 #endif
62 #if defined(PACKET_TX_HAS_OFF) || (defined(HAVE_DECL_PACKET_TX_HAS_OFF) && HAVE_DECL_PACKET_TX_HAS_OFF)
63   XLAT(PACKET_TX_HAS_OFF),
64 #endif
65 #if defined(PACKET_QDISC_BYPASS) || (defined(HAVE_DECL_PACKET_QDISC_BYPASS) && HAVE_DECL_PACKET_QDISC_BYPASS)
66   XLAT(PACKET_QDISC_BYPASS),
67 #endif
68 #if defined(PACKET_ROLLOVER_STATS) || (defined(HAVE_DECL_PACKET_ROLLOVER_STATS) && HAVE_DECL_PACKET_ROLLOVER_STATS)
69   XLAT(PACKET_ROLLOVER_STATS),
70 #endif
71 #if defined(PACKET_FANOUT_DATA) || (defined(HAVE_DECL_PACKET_FANOUT_DATA) && HAVE_DECL_PACKET_FANOUT_DATA)
72   XLAT(PACKET_FANOUT_DATA),
73 #endif
74  XLAT_END
75 };
76 
77 #endif /* !IN_MPERS */
78