Home
last modified time | relevance | path

Searched defs:secpolicy (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dipsec.h83 struct secpolicy { struct
87 struct secpolicyindex spidx; /* selector */ argument
88 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