• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/inet_diag_bytecodes.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat inet_diag_bytecodes in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat inet_diag_bytecodes[] = {
17  XLAT(INET_DIAG_BC_NOP),
18  XLAT(INET_DIAG_BC_JMP),
19  XLAT(INET_DIAG_BC_S_GE),
20  XLAT(INET_DIAG_BC_S_LE),
21  XLAT(INET_DIAG_BC_D_GE),
22  XLAT(INET_DIAG_BC_D_LE),
23  XLAT(INET_DIAG_BC_AUTO),
24  XLAT(INET_DIAG_BC_S_COND),
25  XLAT(INET_DIAG_BC_D_COND),
26  XLAT(INET_DIAG_BC_DEV_COND),
27  XLAT(INET_DIAG_BC_MARK_COND),
28  XLAT(INET_DIAG_BC_S_EQ),
29  XLAT(INET_DIAG_BC_D_EQ),
30  XLAT_END
31 };
32 
33 # endif /* !IN_MPERS */
34 
35 #endif /* !XLAT_MACROS_ONLY */
36