Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/inet_diag_bytecodes.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat inet_diag_bytecodes in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat inet_diag_bytecodes[] = {
     11  XLAT(INET_DIAG_BC_NOP),
     12  XLAT(INET_DIAG_BC_JMP),
     13  XLAT(INET_DIAG_BC_S_GE),
     14  XLAT(INET_DIAG_BC_S_LE),
     15  XLAT(INET_DIAG_BC_D_GE),
     16  XLAT(INET_DIAG_BC_D_LE),
     17  XLAT(INET_DIAG_BC_AUTO),
     18  XLAT(INET_DIAG_BC_S_COND),
     19  XLAT(INET_DIAG_BC_D_COND),
     20  XLAT(INET_DIAG_BC_DEV_COND),
     21  XLAT(INET_DIAG_BC_MARK_COND),
     22  XLAT_END
     23 };
     24 
     25 #endif /* !IN_MPERS */
     26