Searched defs:sainfo (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsainfo.h1 /* $NetBSD: sainfo.h,v 1.5 2006/10/03 08:01:56 vanhu Exp $ */
3 /* Id: sainfo.h,v 1.5 2006/07/09 17:19:38 manubsd Exp */
40 struct sainfo { struct
61 LIST_ENTRY(sainfo) chain;
71 extern struct sainfo *getsainfo __P((const vchar_t *,
73 extern struct sainfo *newsainfo __P((void));
74 extern void delsainfo __P((struct sainfo *));
75 extern void inssainfo __P((struct sainfo *));
76 extern void remsainfo __P((struct sainfo *));
82 extern const char * sainfo2str __P((const struct sainfo *));
[all...]
H A Dhandler.c78 #include "sainfo.h"
1079 struct sainfo *sainfo; local
1084 * Get the new sainfo using values of the old one
1086 if (iph2->sainfo != NULL) {
1087 iph2->sainfo = getsainfo(iph2->sainfo->idsrc,
1088 iph2->sainfo->iddst, iph2->sainfo->id_i,
1089 iph2->sainfo
[all...]
H A Dhandler.h288 struct sainfo *sainfo; /* place holder of sainfo */ member in struct:ph2handle
/external/ipsec-tools/
H A Dsetup.c46 #include "sainfo.h"
58 static struct sainfo sainfo; variable in typeref:struct:sainfo
76 if (!sainfo.algs[class]) {
77 sainfo.algs[class] = p;
79 struct sainfoalg *q = sainfo.algs[class];
146 sainfo.lifetime = IPSECDOI_ATTR_SA_LD_SEC_DEFAULT;
147 sainfo.lifebyte = IPSECDOI_ATTR_SA_LD_KB_MAX;
645 /* sainfo.h */
647 struct sainfo *getsainf
[all...]

Completed in 1680 milliseconds