HomeSort by relevance Sort by last modified time
    Searched refs:ISAKMP_FLAG_A (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp.h 149 #define ISAKMP_FLAG_A 0x04 /* Authentication Only Bit */
isakmp_inf.c 934 if ((flags & ISAKMP_FLAG_A) == 0)
937 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
    [all...]
isakmp_cfg.c 1229 if ((flags & ISAKMP_FLAG_A) == 0)
1232 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
    [all...]
isakmp.c 439 if (isakmp->flags & ~(ISAKMP_FLAG_E | ISAKMP_FLAG_C | ISAKMP_FLAG_A)) {
    [all...]

Completed in 27 milliseconds