OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
954
if ((flags &
ISAKMP_FLAG_A
) == 0)
957
iph2->flags = (hash == NULL ? 0 :
ISAKMP_FLAG_A
);
[
all
...]
isakmp_cfg.c
1198
if ((flags &
ISAKMP_FLAG_A
) == 0)
1201
iph2->flags = (hash == NULL ? 0 :
ISAKMP_FLAG_A
);
[
all
...]
isakmp.c
442
if (isakmp->flags & ~(ISAKMP_FLAG_E | ISAKMP_FLAG_C |
ISAKMP_FLAG_A
)) {
[
all
...]
Completed in 32 milliseconds