Searched refs:ISAKMP_FLAG_C (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp.h122 #define ISAKMP_FLAG_C 0x02 /* Commit Bit */ macro
H A Disakmp_quick.c608 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
640 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
776 iph2->flags ^= ISAKMP_FLAG_C; /* reset bit */
1452 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
1595 iph2->flags ^= ISAKMP_FLAG_C; /* reset bit */
H A Disakmp.c312 if (isakmp->flags & ~(ISAKMP_FLAG_E | ISAKMP_FLAG_C | ISAKMP_FLAG_A)) {
319 if (ISSET(isakmp->flags, ISAKMP_FLAG_C)) {
505 if (ISSET(isakmp->flags, ISAKMP_FLAG_C))
506 iph2->flags |= ISAKMP_FLAG_C;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Disakmp.h148 #define ISAKMP_FLAG_C 0x02 /* Commit Bit */ macro
H A Dprint-isakmp.c2258 base->flags & ISAKMP_FLAG_C ? "C" : ""));

Completed in 124 milliseconds