tcpedit_stub.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* -*- buffer-read-only: t -*- vi: set ro:
  2. *
  3. * DO NOT EDIT THIS FILE (tcpedit_stub.h)
  4. *
  5. * It has been AutoGen-ed Wednesday January 16, 2008 at 10:09:48 PM PST
  6. * From the definitions tcpedit_stub.def
  7. * and the template file options
  8. *
  9. * Generated from AutoOpts 30:0:5 templates.
  10. */
  11. /*
  12. * This file was produced by an AutoOpts template. AutoOpts is a
  13. * copyrighted work. This header file is not encumbered by AutoOpts
  14. * licensing, but is provided under the licensing terms chosen by the
  15. * tcpedit_stub author or copyright holder. AutoOpts is licensed under
  16. * the terms of the LGPL. The redistributable library (``libopts'') is
  17. * licensed under the terms of either the LGPL or, at the users discretion,
  18. * the BSD license. See the AutoOpts and/or libopts sources for details.
  19. */
  20. /*
  21. * This file contains the programmatic interface to the Automated
  22. * Options generated for the tcpedit_stub program.
  23. * These macros are documented in the AutoGen info file in the
  24. * "AutoOpts" chapter. Please refer to that doc for usage help.
  25. */
  26. #ifndef AUTOOPTS_TCPEDIT_STUB_H_GUARD
  27. #define AUTOOPTS_TCPEDIT_STUB_H_GUARD 1
  28. #include <autoopts/options.h>
  29. /*
  30. * Enumeration of each option:
  31. */
  32. typedef enum {
  33. INDEX_OPT_PORTMAP = 1,
  34. INDEX_OPT_SEED = 2,
  35. INDEX_OPT_PNAT = 3,
  36. INDEX_OPT_SRCIPMAP = 4,
  37. INDEX_OPT_DSTIPMAP = 5,
  38. INDEX_OPT_ENDPOINTS = 6,
  39. INDEX_OPT_SKIPBROADCAST = 7,
  40. INDEX_OPT_FIXCSUM = 8,
  41. INDEX_OPT_MTU = 9,
  42. INDEX_OPT_EFCS = 10,
  43. INDEX_OPT_FIXLEN = 11,
  44. INDEX_OPT_SKIPL2BROADCAST = 12,
  45. INDEX_OPT_DLT = 13,
  46. INDEX_OPT_ENET_DMAC = 14,
  47. INDEX_OPT_ENET_SMAC = 15,
  48. INDEX_OPT_ENET_VLAN = 16,
  49. INDEX_OPT_ENET_VLAN_TAG = 17,
  50. INDEX_OPT_ENET_VLAN_CFI = 18,
  51. INDEX_OPT_ENET_VLAN_PRI = 19,
  52. INDEX_OPT_HDLC_CONTROL = 20,
  53. INDEX_OPT_HDLC_ADDRESS = 21,
  54. INDEX_OPT_USER_DLT = 22,
  55. INDEX_OPT_USER_DLINK = 23,
  56. LIBRARY_OPTION_COUNT
  57. } teOptIndex;
  58. #define OPTION_CT 24
  59. /*
  60. * Interface defines for all options. Replace "n" with the UPPER_CASED
  61. * option name (as in the teOptIndex enumeration above).
  62. * e.g. HAVE_OPT( TCPEDIT )
  63. */
  64. extern tOptDesc * const tcpedit_tcpedit_optDesc_p;
  65. #define DESC(n) (tcpedit_tcpedit_optDesc_p[INDEX_OPT_## n])
  66. #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
  67. #define OPT_ARG(n) (DESC(n).optArg.argString)
  68. #define STATE_OPT(n) (DESC(n).fOptState & OPTST_SET_MASK)
  69. #define COUNT_OPT(n) (DESC(n).optOccCt)
  70. #define ISSEL_OPT(n) (SELECTED_OPT(&DESC(n)))
  71. #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
  72. #define ENABLED_OPT(n) (! DISABLED_OPT(& DESC(n)))
  73. #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt)
  74. #define STACKLST_OPT(n) (((tArgList*)(DESC(n).optCookie))->apzArgs)
  75. #define CLEAR_OPT(n) STMTS( \
  76. DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
  77. if ( (DESC(n).fOptState & OPTST_INITENABLED) == 0) \
  78. DESC(n).fOptState |= OPTST_DISABLED; \
  79. DESC(n).optCookie = NULL )
  80. /*
  81. * Interface defines for specific options.
  82. */
  83. #define VALUE_OPT_PORTMAP 'r'
  84. #define VALUE_OPT_SEED 's'
  85. #define OPT_VALUE_SEED (DESC(SEED).optArg.argInt)
  86. #define VALUE_OPT_PNAT 'N'
  87. #define VALUE_OPT_SRCIPMAP 'S'
  88. #define VALUE_OPT_DSTIPMAP 'D'
  89. #ifdef HAVE_CACHEFILE_SUPPORT
  90. #define VALUE_OPT_ENDPOINTS 'e'
  91. #endif /* HAVE_CACHEFILE_SUPPORT */
  92. #define VALUE_OPT_SKIPBROADCAST 'b'
  93. #define VALUE_OPT_FIXCSUM 'C'
  94. #define VALUE_OPT_MTU 'm'
  95. #define OPT_VALUE_MTU (DESC(MTU).optArg.argInt)
  96. #define VALUE_OPT_EFCS 'E'
  97. #define VALUE_OPT_FIXLEN 'F'
  98. #define VALUE_OPT_SKIPL2BROADCAST 12
  99. #define VALUE_OPT_DLT 13
  100. #define VALUE_OPT_ENET_DMAC 14
  101. #define VALUE_OPT_ENET_SMAC 15
  102. #define VALUE_OPT_ENET_VLAN 16
  103. #define VALUE_OPT_ENET_VLAN_TAG 17
  104. #define OPT_VALUE_ENET_VLAN_TAG (DESC(ENET_VLAN_TAG).optArg.argInt)
  105. #define VALUE_OPT_ENET_VLAN_CFI 18
  106. #define OPT_VALUE_ENET_VLAN_CFI (DESC(ENET_VLAN_CFI).optArg.argInt)
  107. #define VALUE_OPT_ENET_VLAN_PRI 19
  108. #define OPT_VALUE_ENET_VLAN_PRI (DESC(ENET_VLAN_PRI).optArg.argInt)
  109. #define VALUE_OPT_HDLC_CONTROL 20
  110. #define OPT_VALUE_HDLC_CONTROL (DESC(HDLC_CONTROL).optArg.argInt)
  111. #define VALUE_OPT_HDLC_ADDRESS 21
  112. #define OPT_VALUE_HDLC_ADDRESS (DESC(HDLC_ADDRESS).optArg.argInt)
  113. #define VALUE_OPT_USER_DLT 22
  114. #define OPT_VALUE_USER_DLT (DESC(USER_DLT).optArg.argInt)
  115. #define VALUE_OPT_USER_DLINK 23
  116. #define VALUE_OPT_HELP '?'
  117. #define VALUE_OPT_MORE_HELP '!'
  118. /* extracted from /opt/local/share/autogen/opthead.tpl near line 380 */
  119. #endif /* AUTOOPTS_TCPEDIT_STUB_H_GUARD */
  120. /* tcpedit_stub.h ends here */