Home | History | Annotate | Download | only in racoon

Lines Matching defs:msgid

407 	u_int32_t msgid = isakmp->msgid;
454 if (isakmp->msgid == 0) {
549 if (isakmp->msgid != 0) {
674 isakmp->msgid));
694 isakmp_pindex(&iph1->index, iph1->msgid));
699 iph2 = getph2bymsgid(iph1, msgid);
1044 iph1->msgid = 0;
1161 iph1->msgid = 0;
1328 iph2->msgid = isakmp->msgid;
1330 iph2->ivm = oakley_newiv2(iph1, iph2->msgid);
1542 * make strings containing i_cookie + r_cookie + msgid
1545 isakmp_pindex(index, msgid)
1547 const u_int32_t msgid;
1566 if (msgid == 0)
1569 /* copy msgid */
1570 snprintf((char *)&buf[j], sizeof(buf) - j, ":%08x", ntohs(msgid));
1899 isakmp_pindex(&iph1->index, iph1->msgid));
1909 isakmp_pindex(&iph1->index, iph1->msgid));
1917 isakmp_pindex(&iph1->index, iph1->msgid));
1952 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1959 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1968 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1976 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
2604 set_isakmp_header(vbuf, iph1, nptype, etype, flags, msgid)
2610 u_int32_t msgid;
2625 isakmp->msgid = msgid;
2640 return set_isakmp_header (vbuf, iph1, nptype, iph1->etype, iph1->flags, iph1->msgid);
2652 return set_isakmp_header (vbuf, iph2->ph1, nptype, ISAKMP_ETYPE_QUICK, iph2->flags, iph2->msgid);
3209 isakmp_pindex(&(iph1->index), iph1->msgid));
3304 isakmp_pindex(&(new_iph1->index), new_iph1->msgid));
3338 isakmp_pindex(&(iph1->index), iph1->msgid));