Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

273 	iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
276 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
719 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
722 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
726 if (isakmp_send(iph1, iph1->sendbuf) < 0)
730 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1225 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
1228 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 1);
1236 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {