Home | History | Annotate | Download | only in racoon

Lines Matching refs:cookie_t

859 		+ sizeof(cookie_t) * 2
902 bl = sizeof(cookie_t);
912 bl = sizeof(cookie_t);
1056 + sizeof(cookie_t) * 2
1071 memcpy(p, &iph1->index.i_ck, sizeof(cookie_t));
1072 p += sizeof(cookie_t);
1073 memcpy(p, &iph1->index.r_ck, sizeof(cookie_t));
1074 p += sizeof(cookie_t);
1177 + sizeof(cookie_t) * 2
1197 memcpy(p, &iph1->index.i_ck, sizeof(cookie_t));
1198 p += sizeof(cookie_t);
1199 memcpy(p, &iph1->index.r_ck, sizeof(cookie_t));
1200 p += sizeof(cookie_t);
2688 len = iph1->dhgxy->l + sizeof(cookie_t) * 2 + 1;
2699 memcpy(p, (caddr_t)&iph1->index.i_ck, sizeof(cookie_t));
2700 p += sizeof(cookie_t);
2701 memcpy(p, (caddr_t)&iph1->index.r_ck, sizeof(cookie_t));
2702 p += sizeof(cookie_t);
2716 len = iph1->skeyid_d->l + iph1->dhgxy->l + sizeof(cookie_t) * 2 + 1;
2728 memcpy(p, (caddr_t)&iph1->index.i_ck, sizeof(cookie_t));
2729 p += sizeof(cookie_t);
2730 memcpy(p, (caddr_t)&iph1->index.r_ck, sizeof(cookie_t));
2731 p += sizeof(cookie_t);
2745 len = iph1->skeyid_a->l + iph1->dhgxy->l + sizeof(cookie_t) * 2 + 1;
2757 memcpy(p, (caddr_t)&iph1->index.i_ck, sizeof(cookie_t));
2758 p += sizeof(cookie_t);
2759 memcpy(p, (caddr_t)&iph1->index.r_ck, sizeof(cookie_t));
2760 p += sizeof(cookie_t);