Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

366 	iph2->sendbuf = quick_ir1mx(iph2, body, hash);
367 if (iph2->sendbuf == NULL)
849 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv);
850 if (iph2->sendbuf == NULL)
860 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
866 iph2->sendbuf, msg0) == -1) {
1684 iph2->sendbuf = quick_ir1mx(iph2, body, hash);
1685 if (iph2->sendbuf == NULL)
1693 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, iph2->msg1) == -1) {
1916 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv);
1917 if (iph2->sendbuf == NULL)
1921 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
1925 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, msg0) == -1) {