Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

945 	iph2->sendbuf = vmalloc(tlen);
946 if (iph2->sendbuf == NULL) {
953 isakmp = (struct isakmp *)iph2->sendbuf->v;
979 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1);
986 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive,
988 VPTRINIT(iph2->sendbuf);
991 iph2->sendbuf = tmp;
995 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
996 VPTRINIT(iph2->sendbuf);
1010 VPTRINIT(iph2->sendbuf);