Home | History | Annotate | Download | only in racoon

Lines Matching refs:ISAKMP_FLAG_E

143 	encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
874 iph2->flags |= ISAKMP_FLAG_E; /* XXX Should we do FLAG_A ? */
955 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_E);
1003 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
1556 ISAKMP_FLAG_E);