HomeSort by: relevance | last modified time | path
    Searched defs:secpolicy (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
policy.h 75 struct secpolicy { struct
76 TAILQ_ENTRY(secpolicy) chain;
114 struct secpolicy *sp; /* back pointer to SP */
146 extern struct secpolicy *getsp(struct policyindex *);
147 extern struct secpolicy *getsp_r(struct policyindex *);
148 struct secpolicy *getspbyspid(uint32_t);
151 extern struct secpolicy *newsp(void);
152 extern void delsp(struct secpolicy *);
154 extern void inssp(struct secpolicy *);
155 extern void remsp(struct secpolicy *);
    [all...]
  /src/sys/netipsec/
ipsec.h 67 struct secpolicy { struct
108 struct secpolicy *sp; /* back pointer to SP */
113 struct secpolicy *sp_in;
114 struct secpolicy *sp_out;
119 struct secpolicy *cachesp;
227 extern struct secpolicy ip4_def_policy;
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 97 } secpolicy; typedef in typeref:enum:hostap_security_policy
109 secpolicy security_policy;

Completed in 52 milliseconds