Searched defs:sendbuf (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dhandler.h147 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph1handle
265 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph2handle
340 vchar_t *sendbuf; /* buffer for the response */ member in struct:recvdpkt
H A Dracoonctl.c336 vchar_t *sendbuf; local
338 if ((sendbuf = f_getevt(0, NULL)) == NULL)
346 if (com_send(sendbuf) != 0)
359 vfree(sendbuf);
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1703 /* pre: must be readable: (sendbuf,sendcount,sendtype)
1709 void *sendbuf, int sendcount, MPI_Datatype sendtype,
1722 check_mem_is_defined(sendbuf, sendcount, sendtype);
1726 CALL_FN_W_12W(err, fn, sendbuf,sendcount,sendtype,dest,sendtag,
1948 pre: (all) must be readable: (sendbuf,sendcount,sendtype)
1953 void *sendbuf, int sendcount, MPI_Datatype sendtype,
1963 check_mem_is_defined(sendbuf, sendcount, sendtype);
1967 CALL_FN_W_8W(err, fn, sendbuf,sendcount,sendtype,
1984 /* pre: (root only): must be readable: (sendbuf,sendcount * comm_size,sendtype)
1989 void* sendbuf, in
1708 PMPI_Sendrecv( void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) argument
1952 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1988 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2023 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2056 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2084 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
[all...]

Completed in 1610 milliseconds