Home | History | Annotate | Download | only in racoon

Lines Matching refs:iph1

275 		struct ph1handle *iph1;
292 if ((iph1 = getph1byaddrwop(src, dst)) == NULL) {
296 if (iph1->status == PHASE1ST_ESTABLISHED)
297 isakmp_info_send_d1(iph1);
298 purge_remote(iph1);
309 struct ph1handle *iph1;
331 struct ph1handle *iph1;
345 while ((iph1 = getph1bydstaddrwop(dst)) != NULL) {
346 loc = racoon_strdup(saddrwop2str(iph1->local));
349 if (iph1->status == PHASE1ST_ESTABLISHED)
350 isakmp_info_send_d1(iph1);
351 purge_remote(iph1);