tipsec_proto_t.cs 566 B

1234567891011121314151617
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.9
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. namespace org.doubango.ipsecWRAP {
  9. public enum tipsec_proto_t {
  10. tipsec_proto_ah = (0x01 << 0),
  11. tipsec_proto_esp = (0x01 << 1),
  12. tipsec_proto_both = (tipsec_proto_ah|tipsec_proto_esp)
  13. }
  14. }