Searched refs:sainfo (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dsainfo.h1 /* $KAME: sainfo.h,v 1.7 2000/10/11 19:54:08 sakane Exp $ */
35 struct sainfo { struct
51 LIST_ENTRY(sainfo) chain;
61 extern struct sainfo *getsainfo __P((const vchar_t *, const vchar_t *));
62 extern struct sainfo *newsainfo __P((void));
63 extern void delsainfo __P((struct sainfo *));
64 extern void inssainfo __P((struct sainfo *));
65 extern void remsainfo __P((struct sainfo *));
71 extern const char * sainfo2str __P((const struct sainfo *));
H A Dsainfo.c1 /* $KAME: sainfo.c,v 1.15 2001/11/16 04:12:59 sakane Exp $ */
59 #include "sainfo.h"
62 static LIST_HEAD(_sitree, sainfo) sitree;
67 struct sainfo *
71 struct sainfo *s = NULL;
72 struct sainfo *anonymous = NULL;
94 "anonymous sainfo selected.\n");
99 struct sainfo *
102 struct sainfo *new;
117 struct sainfo *s
[all...]
H A Dproposal.h146 struct sainfo;
160 extern int set_satrnsbysainfo __P((struct saproto *, struct sainfo *));
H A Dproposal.c59 #include "sainfo.h"
499 set_satrnsbysainfo(pr, sainfo)
501 struct sainfo *sainfo;
509 if (sainfo->algs[algclass_ipsec_auth] == NULL) {
515 for (a = sainfo->algs[algclass_ipsec_auth]; a; a = a->next) {
536 if (sainfo->algs[algclass_ipsec_enc] == NULL) {
542 for (a = sainfo->algs[algclass_ipsec_enc]; a; a = a->next) {
543 for (b = sainfo->algs[algclass_ipsec_auth]; b; b = b->next) {
562 if (sainfo
[all...]
H A Dhandler.h246 struct sainfo *sainfo; /* place holder of sainfo */ member in struct:ph2handle
H A Dcfparse.y34 #include "sainfo.h"
89 static struct sainfo *cur_sainfo;
136 /* sainfo */
389 /* sainfo */
395 yyerror("failed to allocate sainfo");
401 struct sainfo *check;
423 yyerror("duplicated sainfo: %s",
H A Dipsec_doi.c77 #include "sainfo.h"
2641 if (alg_oakley_dhdef_ok(iph2->sainfo->pfs_group))
2694 if (alg_oakley_dhdef_ok(iph2->sainfo->pfs_group))
2696 iph2->sainfo->pfs_group);
3261 if (!iph2->sainfo->idv) {
3276 id_b.type = idtype2doi(iph2->sainfo->idvtype);
3280 ident = getidval(iph2->sainfo->idvtype, iph2->sainfo->idv);
H A Disakmp_quick.c81 #include "sainfo.h"
1040 /* get sainfo */
1044 "failed to get sainfo.\n");
1741 * get remote's sainfo.
1800 iph2->sainfo = getsainfo(idsrc, iddst);
1801 if (iph2->sainfo == NULL) {
1803 "failed to get sainfo.\n");
1808 "get sa info: %s\n", sainfo2str(iph2->sainfo));
H A Dcftoken.l170 /* sainfo */
171 <S_INI>sainfo { BEGIN S_SAINF; YYDB; return(SAINFO); }
175 /* sainfo spec */
H A Dpfkey.c80 #include "sainfo.h"
1562 /* get sainfo */
1585 iph2[n]->sainfo = getsainfo(idsrc, iddst);
1588 if (iph2[n]->sainfo == NULL) {
1590 "failed to get sainfo.\n");

Completed in 190 milliseconds