Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dstrnames.c118 case PHASE1ST_MSG2SENT: in s_isakmp_state()
142 case PHASE1ST_MSG2SENT: in s_isakmp_state()
154 case PHASE1ST_MSG2SENT: in s_isakmp_state()
Disakmp_ident.c400 iph1->status = PHASE1ST_MSG2SENT; in ident_i2send()
431 if (iph1->status != PHASE1ST_MSG2SENT) { in ident_i3recv()
1291 iph1->status = PHASE1ST_MSG2SENT; in ident_r2send()
1320 if (iph1->status != PHASE1ST_MSG2SENT) { in ident_r3recv()
Dhandler.h93 #define PHASE1ST_MSG2SENT 5 macro
Disakmp_base.c554 iph1->status = PHASE1ST_MSG2SENT; in base_i2send()
583 if (iph1->status != PHASE1ST_MSG2SENT) { in base_i3recv()
Disakmp_inf.c265 || (iph1->side == RESPONDER && iph1->status < PHASE1ST_MSG2SENT)) { in isakmp_info_recv()