Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp.h149 #define ISAKMP_FLAG_A 0x04 /* Authentication Only Bit */ macro
Disakmp_inf.c953 if ((flags & ISAKMP_FLAG_A) == 0)
956 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
Disakmp_cfg.c1198 if ((flags & ISAKMP_FLAG_A) == 0)
1201 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
Disakmp.c442 if (isakmp->flags & ~(ISAKMP_FLAG_E | ISAKMP_FLAG_C | ISAKMP_FLAG_A)) {