Searched refs:ISAKMP_FLAG_A (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp.h123 #define ISAKMP_FLAG_A 0x04 /* Authentication Only Bit */ macro
H A Disakmp_inf.c549 if ((flags & ISAKMP_FLAG_A) == 0)
552 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
H A Disakmp.c312 if (isakmp->flags & ~(ISAKMP_FLAG_E | ISAKMP_FLAG_C | ISAKMP_FLAG_A)) {

Completed in 58 milliseconds