Home
last modified time | relevance | path

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

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