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

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _IPT_ESP_H
  2. #define _IPT_ESP_H
  3. struct ipt_esp
  4. {
  5. u_int32_t spis[2]; /* Security Parameter Index */
  6. u_int8_t  invflags; /* Inverse flags */
  7. };
  8. /* Values for "invflags" field in struct ipt_esp. */
  9. #define IPT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */
  10. #define IPT_ESP_INV_MASK 0x01 /* All possible flags. */
  11. #endif /*_IPT_ESP_H*/