Files
nuttx/include/nuttx
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
..
2023-08-07 06:44:33 -07:00
2023-08-11 20:37:11 +08:00
2023-08-11 20:38:00 +08:00
2023-08-11 15:30:35 +08:00
2023-08-11 20:39:16 +08:00
2023-08-09 21:57:58 +08:00
2023-08-02 03:27:55 -07:00
2023-08-07 11:23:36 +08:00
2023-06-10 02:19:58 +08:00
2023-07-15 01:57:11 +08:00
2023-06-11 19:37:04 +03:00
2023-08-11 09:30:45 -06:00