Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

206 	iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
209 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
386 iph1->sendbuf = ident_ir2mx(iph1);
387 if (iph1->sendbuf == NULL)
391 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
400 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
631 iph1->sendbuf = ident_ir3mx(iph1);
632 if (iph1->sendbuf == NULL)
641 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg0) == -1) {
1059 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
1062 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1072 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1286 iph1->sendbuf = ident_ir2mx(iph1);
1287 if (iph1->sendbuf == NULL)
1291 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1300 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1602 iph1->sendbuf = ident_ir3mx(iph1);
1603 if (iph1->sendbuf == NULL)
1607 if (isakmp_send(iph1, iph1->sendbuf) < 0)
1611 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {