nuttx/drivers/pipes
wangyingdong 8f6f601ec1 net/local:Add peek support for pipe and MSG_PEEK support for local socket
fifo peek example:
struct pipe_peek_s peek_buf;
peek_buf.len = len;
peek_buf.data = buf;
ret = file_ioctl(filep, PIPEIOC_PEEK,(unsigned long)((uintptr_t)&peek_buf));

Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>
2023-08-15 23:58:45 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
fifo.c fs: add pipe type support to inode 2023-08-05 06:32:50 -07:00
Kconfig
Make.defs
pipe_common.c net/local:Add peek support for pipe and MSG_PEEK support for local socket 2023-08-15 23:58:45 +08:00
pipe_common.h drivers/pipes: use circbuf to refine buffer model 2023-08-10 03:33:56 +08:00
pipe.c drivers/pipes: use circbuf to refine buffer model 2023-08-10 03:33:56 +08:00