Home | History | Annotate | Download | only in racoon

Lines Matching refs:sendbuf

246 	iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
250 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
547 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
550 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
558 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1006 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
1009 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1019 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
1358 iph1->sendbuf = isakmp_plist_set_all(&plist, iph1);
1361 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
1365 if (isakmp_send(iph1, iph1->sendbuf) < 0)
1369 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {