Home | History | Annotate | Download | only in racoon

Lines Matching refs:ph1

968 		plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
976 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
980 isakmp_info_send_n1(iph2->ph1, error, NULL);
1004 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
1322 iph2->ph1 = iph1;
1381 isakmp_info_send_n1(iph2->ph1, error, NULL);
1397 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
1944 if (iph2->ph1->status == PHASE1ST_EXPIRED){
1947 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1954 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1960 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0){
1963 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1971 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1975 iph2->scr = sched_new(iph2->ph1->rmconf->retry_interval,
2249 if (iph2->ph1->status == PHASE1ST_EXPIRED) {
2250 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
2317 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: found a ph1 wop.\n");
2329 /* XXX Even if ph1 as responder is there, should we not start
2335 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: got a ph1 handler, setting ports.\n");
2352 plog(LLV_DEBUG2, LOCATION, NULL, "CHKPH1THERE: no established ph1 handler found\n");
2647 return set_isakmp_header (vbuf, iph2->ph1, nptype, ISAKMP_ETYPE_QUICK, iph2->flags, iph2->msgid);
2919 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, "wrong state %u.\n",
3279 * If we have a new ph1, do not purge IPsec-SAs binded
3282 if (iph2->ph1 != NULL && iph2->ph1 != iph1){