ipt_comment.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _IPT_COMMENT_H
  2. #define _IPT_COMMENT_H
  3. #define IPT_MAX_COMMENT_LEN 256
  4. struct ipt_comment_info {
  5. unsigned char comment[IPT_MAX_COMMENT_LEN];
  6. };
  7. #endif /* _IPT_COMMENT_H */