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