Lines Matching full:ipsec
1 /* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */
35 * IPsec controller part.
70 /* Request for IPsec */
74 u_int level; /* IPsec level defined below. */
92 u_int tcount; /* IPsec transforms count */
124 * Such policies can have IPSEC, BYPASS and ENTRUST type.
126 * When application sets BYPASS or IPSEC type policy, the flags field
154 /* buffer size for formatted output of ipsec address */
182 * IPSEC, ENTRUST and BYPASS are allowed for setsockopt() in PCB,
183 * DISCARD, IPSEC and NONE are allowed for setkey() in SPD.
187 #define IPSEC_POLICY_NONE 1 /* through IPsec engine */
188 #define IPSEC_POLICY_IPSEC 2 /* do IPsec */
217 /* statistics for ipsec processing */
245 * Definitions for IPsec & Key sysctl operations.
304 MIB_SDT_PROBE1(ipsec, count, name, 1); \