Home
last modified time | relevance | path

Searched refs:PHASE1ST_MSG1SENT (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Dstrnames.c96 case PHASE1ST_MSG1SENT:
105 case PHASE1ST_MSG1SENT:
116 case PHASE1ST_MSG1SENT:
125 case PHASE1ST_MSG1SENT:
138 case PHASE1ST_MSG1SENT:
149 case PHASE1ST_MSG1SENT:
Disakmp_base.c257 iph1->status = PHASE1ST_MSG1SENT;
307 if (iph1->status != PHASE1ST_MSG1SENT) {
1035 iph1->status = PHASE1ST_MSG1SENT;
1086 if (iph1->status != PHASE1ST_MSG1SENT) {
Disakmp_agg.c296 iph1->status = PHASE1ST_MSG1SENT;
368 if (iph1->status != PHASE1ST_MSG1SENT) {
1275 iph1->status = PHASE1ST_MSG1SENT;
1332 if (iph1->status != PHASE1ST_MSG1SENT) {
Disakmp_ident.c217 iph1->status = PHASE1ST_MSG1SENT;
263 if (iph1->status != PHASE1ST_MSG1SENT) {
1078 iph1->status = PHASE1ST_MSG1SENT;
1134 if (iph1->status != PHASE1ST_MSG1SENT) {
Dhandler.h89 #define PHASE1ST_MSG1SENT 3 macro