Adds support for timestamping received UDP packets, either in hardware or in kernel. Builds on the existing support of SO_TIMESTAMP for SocketCAN. Implementation uses CLOCK_REALTIME for timestamping to match the behavior of Linux. This could be made configurable in future if needed. |
||
|---|---|---|
| .. | ||
| accept.c | ||
| bind.c | ||
| CMakeLists.txt | ||
| connect.c | ||
| getpeername.c | ||
| getsockname.c | ||
| getsockopt.c | ||
| Kconfig | ||
| listen.c | ||
| Make.defs | ||
| net_close.c | ||
| net_dup2.c | ||
| net_fstat.c | ||
| net_poll.c | ||
| net_sendfile.c | ||
| net_sockif.c | ||
| net_timeo.c | ||
| recv.c | ||
| recvfrom.c | ||
| recvmsg.c | ||
| send.c | ||
| sendmsg.c | ||
| sendto.c | ||
| setsockopt.c | ||
| shutdown.c | ||
| socket.c | ||
| socket.h | ||
| socketpair.c | ||