Home | History | Annotate | Download | only in racoon

Lines Matching refs:ISAKMP_FLAG_E

142 	encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
864 iph2->flags |= ISAKMP_FLAG_E; /* XXX Should we do FLAG_A ? */
935 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_E);
983 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
1441 ISAKMP_FLAG_E);