Searched defs:secpolicy (Results 1 – 1 of 1) sorted by relevance
84 struct secpolicy { struct88 struct secpolicyindex spidx; /* selector */ argument89 u_int32_t id; /* It's unique number on the system. */90 u_int state; /* 0: dead, others: alive */94 u_int policy; /* DISCARD, NONE or IPSEC, see keyv2.h */95 struct ipsecrequest *req;99 ifnet_t ipsec_if; /* IPsec interface to use */100 ifnet_t outgoing_if; /* Outgoing interface for encrypted traffic */102 char disabled; /* Set to ignore policy */126 struct secpolicy *sp; /* back pointer to SP */ argument