mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
Example of /proc/PID/group/fd in this case: FD OFLAGS TYPE POS PATH 3 3 9 0 icmp:[dev eth0, id 1, flg 1] 4 3 9 0 icmp6:[dev eth0, id 2, flg 1] 5 3 9 0 rpmsg:[ap:[test:0]<->remote] # server side 5 3 9 0 rpmsg:[remote<->ap:[test:0]] # client side Signed-off-by: Zhe Weng <wengzhe@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| icmp.h | ||
| icmp_conn.c | ||
| icmp_input.c | ||
| icmp_ioctl.c | ||
| icmp_netpoll.c | ||
| icmp_pmtu.c | ||
| icmp_poll.c | ||
| icmp_recvmsg.c | ||
| icmp_reply.c | ||
| icmp_sendmsg.c | ||
| icmp_sockif.c | ||
| Kconfig | ||
| Make.defs | ||