• Home
  • Raw
  • Download

Lines Matching refs:newpp

199 	struct saprop *newpp = NULL;  local
206 newpp = newsaprop();
207 if (newpp == NULL) {
212 newpp->prop_no = pp1->prop_no;
219 newpp->lifetime = pp1->lifetime;
220 newpp->lifebyte = pp1->lifebyte;
221 newpp->pfs_group = pp1->pfs_group;
239 newpp->lifetime = pp1->lifetime;
240 newpp->lifebyte = pp1->lifebyte;
250 newpp->pfs_group = pp1->pfs_group;
256 newpp->lifetime = pp1->lifetime;
258 newpp->lifetime = pp2->lifetime;
259 newpp->claim |= IPSECDOI_ATTR_SA_LD_TYPE_SEC;
268 newpp->lifebyte = pp2->lifebyte;
269 newpp->claim |= IPSECDOI_ATTR_SA_LD_TYPE_SEC;
275 newpp->lifebyte = pp1->lifebyte;
303 newpp->lifetime = pp1->lifetime;
304 newpp->lifebyte = pp1->lifebyte;
305 newpp->pfs_group = pp1->pfs_group;
333 newpp->sctx.ctx_doi = pp1->sctx.ctx_doi;
342 newpp->sctx.ctx_alg = pp1->sctx.ctx_alg;
358 newpp->sctx.ctx_strlen = pp1->sctx.ctx_strlen;
359 memcpy(newpp->sctx.ctx_str, pp1->sctx.ctx_str,
515 inssaproto(newpp, newpr);
539 return newpp;
542 flushsaprop(newpp);
747 struct saprop *newpp; local
756 newpp = newsaprop();
757 if (newpp == NULL) {
762 newpp->prop_no = p0->prop->p_no;
820 newpp, newpr, newtr) < 0) {
821 flushsaprop(newpp);
840 inssaproto(newpp, newpr);
843 return newpp;
846 flushsaprop(newpp);
1036 struct saprop *newpp; local
1040 newpp = newsaprop();
1041 if (newpp == NULL) {
1046 newpp->prop_no = 1;
1047 newpp->lifetime = iph2->sainfo->lifetime;
1048 newpp->lifebyte = iph2->sainfo->lifebyte;
1049 newpp->pfs_group = iph2->sainfo->pfs_group;
1131 inssaprotorev(newpp, newpr);
1139 pr = newpp->head;
1155 iph2->proposal = newpp;
1157 printsaprop0(LLV_DEBUG, newpp);
1161 flushsaprop(newpp);
1174 struct saprop *newpp = NULL, *pp0, *pp_peer = NULL; local
1275 inssaprop(&newpp, pp0);
1279 printsaprop0(LLV_DEBUG, newpp);
1281 iph2->proposal = newpp;
1286 if (error && newpp)
1287 flushsaprop(newpp);