Home
last modified time | relevance | path

Searched refs:PipeWrite (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dpipe.h10 PipeWrite(mctx_t mctx, int pipeid, const char *buf, int len);
/mOS-networking-stack/core/src/
H A Dpipe.c234 PipeWrite(mctx_t mctx, int pipeid, const char *buf, int len) in PipeWrite() function
H A Dapi.c1798 return PipeWrite(mctx, sockid, buf, len); in mtcp_write()