Home
last modified time | relevance | path

Searched refs:mtcp_writev (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h408 mtcp_writev(mctx_t mctx, int sock, const struct iovec *iov, int numIOV);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h408 mtcp_writev(mctx_t mctx, int sock, const struct iovec *iov, int numIOV);
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_mtcp_writev.c101 if ((r = mtcp_writev(srv->mctx, fd, chunks, num_chunks)) < 0) {
/mOS-networking-stack/core/src/
H A Dapi.c1857 mtcp_writev(mctx_t mctx, int sockid, const struct iovec *iov, int numIOV) in mtcp_writev() function