Lines Matching refs:pp0
1174 struct saprop *newpp = NULL, *pp0, *pp_peer = NULL; local
1200 pp0 = newsaprop();
1201 if (pp0 == NULL) {
1206 pp0->prop_no = 1;
1207 pp0->lifetime = iph2->sainfo->lifetime;
1208 pp0->lifebyte = iph2->sainfo->lifebyte;
1209 pp0->pfs_group = iph2->sainfo->pfs_group;
1213 pp0->sctx.ctx_doi = pp_peer->sctx.ctx_doi;
1214 pp0->sctx.ctx_alg = pp_peer->sctx.ctx_alg;
1215 pp0->sctx.ctx_strlen = pp_peer->sctx.ctx_strlen;
1216 memcpy(pp0->sctx.ctx_str, pp_peer->sctx.ctx_str,
1236 racoon_free(pp0);
1269 racoon_free(pp0);
1272 inssaproto(pp0, newpr);
1275 inssaprop(&newpp, pp0);