1 /* Generated by ./xlat/gen.sh from ./xlat/packet_diag_info_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat packet_diag_info_flags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat packet_diag_info_flags[] = {
11 #if defined(PDI_RUNNING) || (defined(HAVE_DECL_PDI_RUNNING) && HAVE_DECL_PDI_RUNNING)
12   XLAT(PDI_RUNNING),
13 #endif
14 #if defined(PDI_AUXDATA) || (defined(HAVE_DECL_PDI_AUXDATA) && HAVE_DECL_PDI_AUXDATA)
15   XLAT(PDI_AUXDATA),
16 #endif
17 #if defined(PDI_ORIGDEV) || (defined(HAVE_DECL_PDI_ORIGDEV) && HAVE_DECL_PDI_ORIGDEV)
18   XLAT(PDI_ORIGDEV),
19 #endif
20 #if defined(PDI_VNETHDR) || (defined(HAVE_DECL_PDI_VNETHDR) && HAVE_DECL_PDI_VNETHDR)
21   XLAT(PDI_VNETHDR),
22 #endif
23 #if defined(PDI_LOSS) || (defined(HAVE_DECL_PDI_LOSS) && HAVE_DECL_PDI_LOSS)
24   XLAT(PDI_LOSS),
25 #endif
26  XLAT_END
27 };
28 
29 #endif /* !IN_MPERS */
30