Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_ident.c331 iph1->status = PHASE1ST_MSG2RECEIVED;
360 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1219 iph1->status = PHASE1ST_MSG2RECEIVED;
1256 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1510 iph1->status = gsstoken != NULL ? PHASE1ST_MSG2RECEIVED :
1679 if (NATT_AVAILABLE(iph1) && iph1->status == PHASE1ST_MSG2RECEIVED)
H A Disakmp_base.c381 iph1->status = PHASE1ST_MSG2RECEIVED;
417 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1181 iph1->status = PHASE1ST_MSG2RECEIVED;
1217 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
H A Disakmp_agg.c556 iph1->status = PHASE1ST_MSG2RECEIVED;
601 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
1398 iph1->status = PHASE1ST_MSG2RECEIVED;
1427 if (iph1->status != PHASE1ST_MSG2RECEIVED) {
H A Dhandler.h92 #define PHASE1ST_MSG2RECEIVED 4 macro