#ifndef _IPT_AH_H #define _IPT_AH_H #include <linux/types.h> struct ipt_ah { __u32 spis[2]; /* Security Parameter Index */ __u8 invflags; /* Inverse flags */ }; /* Values for "invflags" field in struct ipt_ah. */ #define IPT_AH_INV_SPI 0x01 /* Invert the sense of spi. */ #define IPT_AH_INV_MASK 0x01 /* All possible flags. */ #endif /*_IPT_AH_H*/
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ip_tables.h | File | 6.41 KB | 0644 |
|
ipt_CLUSTERIP.h | File | 723 B | 0644 |
|
ipt_ECN.h | File | 838 B | 0644 |
|
ipt_LOG.h | File | 659 B | 0644 |
|
ipt_REJECT.h | File | 405 B | 0644 |
|
ipt_TTL.h | File | 312 B | 0644 |
|
ipt_ULOG.h | File | 1.23 KB | 0644 |
|
ipt_ah.h | File | 362 B | 0644 |
|
ipt_ecn.h | File | 368 B | 0644 |
|
ipt_ttl.h | File | 368 B | 0644 |
|