Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

283 	iph2->sendbuf = quick_ir1mx(iph2, body, hash);
284 if (iph2->sendbuf == NULL)
616 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv);
617 if (iph2->sendbuf == NULL)
628 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
634 iph2->sendbuf, msg0) == -1) {
1349 iph2->sendbuf = quick_ir1mx(iph2, body, hash);
1350 if (iph2->sendbuf == NULL)
1359 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, iph2->msg1) == -1) {
1575 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv);
1576 if (iph2->sendbuf == NULL)
1580 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
1584 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, msg0) == -1) {