HomeSort by relevance Sort by last modified time
    Searched defs:sainfo (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
sainfo.h 1 /* $NetBSD: sainfo.h,v 1.8 2011/02/02 15:21:34 vanhu Exp $ */
3 /* Id: sainfo.h,v 1.5 2006/07/09 17:19:38 manubsd Exp */
43 struct sainfo { struct
65 LIST_ENTRY(sainfo) chain;
75 extern struct sainfo *getsainfo __P((const vchar_t *,
77 extern struct sainfo *newsainfo __P((void));
78 extern void delsainfo __P((struct sainfo *));
79 extern void inssainfo __P((struct sainfo *));
80 extern void remsainfo __P((struct sainfo *));
86 extern const char * sainfo2str __P((const struct sainfo *));
    [all...]
handler.c 78 #include "sainfo.h"
1241 struct sainfo *sainfo; local
1246 * Get the new sainfo using values of the old one
1248 if (iph2->sainfo != NULL) {
1249 iph2->sainfo = getsainfo(iph2->sainfo->idsrc,
1250 iph2->sainfo->iddst, iph2->sainfo->id_i,
1251 NULL, iph2->sainfo->remoteid)
    [all...]
handler.h 279 * tunnel, they are compared to sainfo selectors.
320 struct sainfo *sainfo; /* place holder of sainfo */ member in struct:ph2handle
  /external/ipsec-tools/
setup.c 46 #include "sainfo.h"
58 static struct sainfo sainfo; variable in typeref:struct:sainfo
80 if (!sainfo.algs[class]) {
81 sainfo.algs[class] = p;
83 struct sainfoalg *q = sainfo.algs[class];
142 sainfo.lifetime = IPSECDOI_ATTR_SA_LD_SEC_DEFAULT;
143 sainfo.lifebyte = IPSECDOI_ATTR_SA_LD_KB_MAX;
658 /* sainfo.h */
660 struct sainfo *getsainfo(const vchar_t *src, const vchar_t *dst
    [all...]

Completed in 49 milliseconds