Home | History | Annotate | Download | only in racoon

Lines Matching refs:msgid

171 	    iph1->mode_cfg->last_msgid != packet->msgid )
173 isakmp_cfg_newiv(iph1, packet->msgid);
229 packet->msgid, payload)) == NULL) {
251 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl);
274 isakmp_cfg_attr_r(iph1, msgid, attrpl)
276 u_int32_t msgid;
296 iph1->msgid = msgid;
301 iph1->msgid = msgid;
1092 isakmp_cfg_newiv(iph1, msgid)
1094 u_int32_t msgid;
1107 ics->ivm = oakley_newiv2(iph1, msgid);
1108 ics->last_msgid = msgid;
1170 iph2->msgid = isakmp_newmsgid2(iph1);
1172 iph2->msgid = iph1->msgid;
1177 if (isakmp_cfg_newiv(iph1, iph2->msgid) == NULL) {
1184 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload);
1226 memcpy(&isakmp->msgid, &iph2->msgid, sizeof(isakmp->msgid));