Home | History | Annotate | Download | only in racoon

Lines Matching refs:ph1

972 		plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
980 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
984 isakmp_info_send_n1(iph2->ph1, error, NULL);
1008 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
1324 iph2->ph1 = iph1;
1383 isakmp_info_send_n1(iph2->ph1, error, NULL);
1399 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
1949 if (iph2->ph1->status == PHASE1ST_EXPIRED){
1952 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1959 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1965 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0){
1968 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1976 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1980 iph2->scr = sched_new(iph2->ph1->rmconf->retry_interval,
2254 if (iph2->ph1->status == PHASE1ST_EXPIRED) {
2255 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
2322 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: found a ph1 wop.\n");
2334 /* XXX Even if ph1 as responder is there, should we not start
2340 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: got a ph1 handler, setting ports.\n");
2357 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: no established ph1 handler found\n");
2652 return set_isakmp_header (vbuf, iph2->ph1, nptype, ISAKMP_ETYPE_QUICK, iph2->flags, iph2->msgid);
2924 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, "wrong state %u.\n",
3289 * If we have a new ph1, do not purge IPsec-SAs binded
3292 if (iph2->ph1 != NULL && iph2->ph1 != iph1){