/external/ipsec-tools/src/racoon/ |
D | isakmp_ident.c | 208 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1); 211 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); 399 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) { 629 iph1->sendbuf = ident_ir3mx(iph1); 630 if (iph1->sendbuf == NULL) 638 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg0) == -1) { 1052 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1); [all …]
|
D | isakmp_base.c | 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); [all …]
|
D | isakmp_agg.c | 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) {
|
D | handler.h | 151 vchar_t *sendbuf; /* buffer for re-sending */ member 297 vchar_t *sendbuf; /* buffer for re-sending */ member 380 vchar_t *sendbuf; /* buffer for the response */ member
|
D | isakmp_cfg.c | 1240 iph2->sendbuf = vmalloc(tlen); 1241 if (iph2->sendbuf == NULL) { 1248 isakmp = (struct isakmp *)iph2->sendbuf->v; 1274 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1); 1278 plogdump(LLV_DEBUG, iph2->sendbuf->v, iph2->sendbuf->l); 1284 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, 1286 VPTRINIT(iph2->sendbuf); 1289 iph2->sendbuf = tmp; 1293 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) { 1294 VPTRINIT(iph2->sendbuf); [all …]
|
D | isakmp_inf.c | 944 iph2->sendbuf = vmalloc(tlen); 945 if (iph2->sendbuf == NULL) { 952 isakmp = (struct isakmp *)iph2->sendbuf->v; 978 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1); 985 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive, 987 VPTRINIT(iph2->sendbuf); 990 iph2->sendbuf = tmp; 994 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) { 995 VPTRINIT(iph2->sendbuf); 1009 VPTRINIT(iph2->sendbuf);
|
D | handler.c | 423 VPTRINIT(iph1->sendbuf); 725 VPTRINIT(iph2->sendbuf); 1069 len = sendfromto(s, r->sendbuf->v, r->sendbuf->l, 1133 new->sendbuf = vdup(sbuf); 1134 if (new->sendbuf == NULL) { 1159 if (r->sendbuf) 1160 vfree(r->sendbuf);
|
D | isakmp_quick.c | 365 iph2->sendbuf = quick_ir1mx(iph2, body, hash); 366 if (iph2->sendbuf == NULL) 848 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv); 849 if (iph2->sendbuf == NULL) 859 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) 865 iph2->sendbuf, msg0) == -1) { 1683 iph2->sendbuf = quick_ir1mx(iph2, body, hash); 1684 if (iph2->sendbuf == NULL) 1692 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local, iph2->sendbuf, iph2->msg1) == -1) { 1915 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv); [all …]
|
D | isakmp.c | 824 if (iph1->sendbuf == NULL) { 831 VPTRINIT(iph1->sendbuf); 1002 if (iph2->sendbuf == NULL) { 1007 VPTRINIT(iph2->sendbuf); 1850 if (isakmp_send(iph1, iph1->sendbuf) < 0){ 1913 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0){
|
/external/valgrind/main/mpi/ |
D | libmpiwrap.c | 1687 void *sendbuf, int sendcount, MPI_Datatype sendtype, in WRAPPER_FOR() 1700 check_mem_is_defined(sendbuf, sendcount, sendtype); in WRAPPER_FOR() 1703 CALL_FN_W_12W(err, fn, sendbuf,sendcount,sendtype,dest,sendtag, in WRAPPER_FOR() 1918 void *sendbuf, int sendcount, MPI_Datatype sendtype, in WRAPPER_FOR() 1928 check_mem_is_defined(sendbuf, sendcount, sendtype); in WRAPPER_FOR() 1931 CALL_FN_W_8W(err, fn, sendbuf,sendcount,sendtype, in WRAPPER_FOR() 1952 void* sendbuf, int sendcount, MPI_Datatype sendtype, in WRAPPER_FOR() 1964 check_mem_is_defined(sendbuf, sendcount * sz, sendtype); in WRAPPER_FOR() 1965 CALL_FN_W_8W(err, fn, sendbuf,sendcount,sendtype, in WRAPPER_FOR() 1985 void* sendbuf, int sendcount, MPI_Datatype sendtype, in WRAPPER_FOR() [all …]
|