mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +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 | ||
| Kconfig | ||
| Make.defs | ||
| netdev.h | ||
| netdev_carrier.c | ||
| netdev_count.c | ||
| netdev_default.c | ||
| netdev_findbyaddr.c | ||
| netdev_findbyindex.c | ||
| netdev_findbyname.c | ||
| netdev_foreach.c | ||
| netdev_ifconf.c | ||
| netdev_input.c | ||
| netdev_iob.c | ||
| netdev_ioctl.c | ||
| netdev_lladdrsize.c | ||
| netdev_register.c | ||
| netdev_txnotify.c | ||
| netdev_unregister.c | ||
| netdev_verify.c | ||
| netdown_notifier.c | ||