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.c330 iph1->status = PHASE1ST_MSG2RECEIVED;
359 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1227 iph1->status = PHASE1ST_MSG2RECEIVED;
1264 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1518 iph1->status = gsstoken != NULL ? PHASE1ST_MSG2RECEIVED :
1700 if (NATT_AVAILABLE(iph1) && iph1->status == PHASE1ST_MSG2RECEIVED)
Disakmp_base.c386 iph1->status = PHASE1ST_MSG2RECEIVED;
422 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1197 iph1->status = PHASE1ST_MSG2RECEIVED;
1235 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
Disakmp_agg.c575 iph1->status = PHASE1ST_MSG2RECEIVED;
623 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1438 iph1->status = PHASE1ST_MSG2RECEIVED;
1469 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
Dhandler.h90 #define PHASE1ST_MSG2RECEIVED 4 macro