ipt_length.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. #ifndef _IPT_LENGTH_H
  2. #define _IPT_LENGTH_H
  3. struct ipt_length_info {
  4.     u_int16_t min, max;
  5.     u_int8_t invert;
  6. };
  7. #endif /*_IPT_LENGTH_H*/