Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A 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:
H A Disakmp_base.c257 iph1->status = PHASE1ST_MSG1SENT;
302 if (iph1->status != PHASE1ST_MSG1SENT) {
1021 iph1->status = PHASE1ST_MSG1SENT;
1071 if (iph1->status != PHASE1ST_MSG1SENT) {
H A Disakmp_agg.c283 iph1->status = PHASE1ST_MSG1SENT;
348 if (iph1->status != PHASE1ST_MSG1SENT) {
1238 iph1->status = PHASE1ST_MSG1SENT;
1291 if (iph1->status != PHASE1ST_MSG1SENT) {
H A Disakmp_ident.c219 iph1->status = PHASE1ST_MSG1SENT;
264 if (iph1->status != PHASE1ST_MSG1SENT) {
1070 iph1->status = PHASE1ST_MSG1SENT;
1126 if (iph1->status != PHASE1ST_MSG1SENT) {
H A Dhandler.h91 #define PHASE1ST_MSG1SENT 3 macro