tipsec_ipproto_t.cs 532 B

123456789101112131415161718
  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_ipproto_t {
  10. tipsec_ipproto_udp,
  11. tipsec_ipproto_tcp,
  12. tipsec_ipproto_icmp,
  13. tipsec_ipproto_all
  14. }
  15. }