Lines Matching refs:flags
143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
473 if (((iph1->mode_cfg->flags &
726 iph1->flags = 0;
825 error = isakmp_info_send_common(iph1, payload, ISAKMP_NPTYPE_N, iph1->flags);
874 iph2->flags |= ISAKMP_FLAG_E; /* XXX Should we do FLAG_A ? */
875 error = isakmp_info_send_common(iph1, payload, ISAKMP_NPTYPE_N, iph2->flags);
886 isakmp_info_send_common(iph1, payload, np, flags)
890 int flags;
954 if ((flags & ISAKMP_FLAG_A) == 0)
955 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_E);
957 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
979 isakmp->flags = iph2->flags;
1003 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {