Searched refs:proposal (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/samples/
H A Dsandiego.pl76 proposal {
83 proposal {
90 # proposal {
121 proposal {
128 proposal {
142 # This proposal means IP2|AH|ESP|ULP.
143 proposal {
162 # This proposal means IP2|ESP|ULP.
163 proposal {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dremoteconf.c64 #include "proposal.h"
147 new->proposal = NULL;
180 if (rmconf->proposal)
181 delisakmpsa(rmconf->proposal);
272 * filled in for real when the ISAKMP proposal is configured.
297 if (rmconf->proposal == NULL) {
298 rmconf->proposal = new;
302 for (p = rmconf->proposal; p->next != NULL; p = p->next)
H A Dhandler.c54 #include "proposal.h"
389 if (iph2->proposal == NULL && iph2->approval == NULL)
399 } else if (iph2->proposal != NULL) {
400 for (pr = iph2->proposal->head; pr != NULL;
434 * SPI in the proposal is cleared.
447 /* clear spi, keep variables in the proposal */
448 if (iph2->proposal) {
450 for (pr = iph2->proposal->head; pr != NULL; pr = pr->next)
515 if (iph2->proposal) {
516 flushsaprop(iph2->proposal);
[all...]
H A Dremoteconf.h81 struct isakmpsa *proposal; /* proposal list */ member in struct:remoteconf
H A Disakmp_agg.c126 /* create SA payload for my proposal */
127 iph1->sa = ipsecdoi_setph1proposal(iph1->rmconf->proposal);
151 && oakley_needcr(iph1->rmconf->proposal->authmethod)
163 s_oakley_attr_method(iph1->rmconf->proposal->authmethod));
173 if (iph1->rmconf->proposal->authmethod ==
203 if (iph1->rmconf->proposal->authmethod ==
216 if (iph1->rmconf->proposal->authmethod ==
365 "failed to get valid proposal.\n");
701 "failed to get valid proposal.\n");
798 if (iph1->rmconf->proposal
[all...]
H A Dgssapi.c182 if (iph1->rmconf->proposal->gssid != NULL) {
183 id_token.length = iph1->rmconf->proposal->gssid->l;
184 id_token.value = iph1->rmconf->proposal->gssid->v;
H A Dipsec_doi.c78 #include "proposal.h"
159 * the pointer to one of isakmpsa in proposal is set into iph1->approval.
173 /* get proposal pair */
214 /* compare proposal and select one */
216 sa = get_ph1approvalx(p, iph1->rmconf->proposal,
225 * if there is no suitable proposal, racoon complains about all of
226 * mismatched items in those proposal.
237 iph1->rmconf->proposal);
242 plog(LLV_ERROR, LOCATION, NULL, "no suitable proposal found.\n");
247 plog(LLV_DEBUG, LOCATION, NULL, "an acceptable proposal foun
2723 struct saprop *proposal, *a; local
[all...]
H A Dhandler.h247 struct saprop *proposal; /* SA(s) proposal. */ member in struct:ph2handle
249 caddr_t spidx_gen; /* policy from peer's proposal */
H A Dcfparse.y689 for (p = cur_rmconf->proposal; p; p = p->next) {
1047 yyerror("failed to allocate proposal");
1121 /* set final acceptable proposal */
1136 "multiple proposal definition.\n");
1197 "failed to expand isakmp proposal.\n");
1204 if (rmconf->proposal == NULL) {
1206 "no proposal found.\n");
H A Dproposal.c1 /* $KAME: proposal.c,v 1.48 2002/05/07 09:32:50 sakane Exp $ */
58 #include "proposal.h"
195 /* see proposal.h about lifetime/key length and PFS selection. */
424 /* should be matched all protocols in a proposal */
591 /* no proposal found */
617 /* allocate ipsec a sa proposal */
771 * print one proposal.
1000 iph2->proposal = newpp;
1010 * generate a policy from peer's proposal.
1011 * this function unconditionally choices first proposal i
[all...]
H A Dcftoken.l37 #include "proposal.h"
233 /* remote proposal */
234 <S_RMTS>proposal { BEGIN S_RMTP; YYDB; return(PROPOSAL); }
H A Dpfkey.c81 #include "proposal.h"
763 ? iph2->proposal
860 pp = iph2->side == INITIATOR ? iph2->proposal : iph2->approval;
H A Disakmp_base.c113 /* create SA payload for my proposal */
114 iph1->sa = ipsecdoi_setph1proposal(iph1->rmconf->proposal);
252 "failed to get valid proposal.\n");
668 "failed to get valid proposal.\n");
H A Disakmp_ident.c116 /* create SA payload for my proposal */
117 iph1->sa = ipsecdoi_setph1proposal(iph1->rmconf->proposal);
185 * if proposal-lifetime > lifetime-redcreek-wants.
230 "failed to get valid proposal.\n");
775 "failed to get valid proposal.\n");
H A Disakmp_quick.c80 #include "proposal.h"
171 /* create SA payload for my proposal */
186 pfsgroup = iph2->proposal->pfs_group;
1048 /* check the existence of ID payload and create responder's proposal */
1052 /* generate a policy template from peer's proposal */
1055 "failed to generate a proposal template "
1056 "from client's proposal.\n");
1061 /* select single proposal or reject it. */
1069 "failed to get proposal for responder.\n");
2060 /* set new proposal derive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex673 inserted some valid data-\cdrom.'' Thus, our proposal of the
687 You might hesitate to accept this proposal as it comes from the

Completed in 85 milliseconds