Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

245 	iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
249 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
548 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
551 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
560 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1015 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
1018 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1029 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1371 iph1->sendbuf = isakmp_plist_set_all(&plist, iph1);
1374 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1378 if (isakmp_send(iph1, iph1->sendbuf) < 0)
1382 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {