Home
last modified time | relevance | path

Searched refs:PHASE1ST_MSG2RECEIVED (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_ident.c354 iph1->status = PHASE1ST_MSG2RECEIVED;
383 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1275 iph1->status = PHASE1ST_MSG2RECEIVED;
1312 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1566 iph1->status = gsstoken != NULL ? PHASE1ST_MSG2RECEIVED :
1748 if (NATT_AVAILABLE(iph1) && iph1->status == PHASE1ST_MSG2RECEIVED)
Disakmp_base.c413 iph1->status = PHASE1ST_MSG2RECEIVED;
449 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1251 iph1->status = PHASE1ST_MSG2RECEIVED;
1289 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
Disakmp_agg.c602 iph1->status = PHASE1ST_MSG2RECEIVED;
650 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1495 iph1->status = PHASE1ST_MSG2RECEIVED;
1526 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
Dhandler.h90 #define PHASE1ST_MSG2RECEIVED 4 macro