incubator-nuttx/net/socket
Petteri Aimonen cb161940c2 udp: Add support for SO_TIMESTAMP
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.
2023-11-18 03:10:29 -08:00
..
CMakeLists.txt cmake/build: fix build break on cmake 2023-07-25 15:00:10 +02:00
Kconfig udp: Add support for SO_TIMESTAMP 2023-11-18 03:10:29 -08:00
Make.defs net: Implement shutdown() interface and tcp shutdown 2023-01-31 11:15:01 +08:00
accept.c net/local: Return the unblock handle correctly in local_accept 2023-03-09 09:17:19 +01:00
bind.c net/socket/bind: make sure that an address was provided 2023-08-29 19:42:36 +08:00
connect.c net:Resolve udp disconnection, status not synchronized error 2023-08-03 03:12:17 -07:00
getpeername.c net: Remove the empty si_getpeername implementation 2023-03-06 20:58:27 +02:00
getsockname.c net: Make si_getsockname callback optional 2023-03-06 20:58:27 +02:00
getsockopt.c socket: divide errno & s_error 2023-02-23 16:40:19 +01:00
listen.c net: Make si_listen callback optional 2023-03-06 20:58:27 +02:00
net_close.c net/inet: move socket flags into socket_conn_s 2022-02-10 15:04:33 -03:00
net_dup2.c net/tcp/monitor: do not migrate the state to close 2022-02-11 18:56:40 +09:00
net_fstat.c net: Simplify getting value for different domain 2023-11-03 22:23:50 +08:00
net_poll.c net: Make si_poll callback optional 2023-03-06 20:58:27 +02:00
net_sendfile.c socket: divide errno & s_error 2023-02-23 16:40:19 +01:00
net_sockif.c net: Create fallback option for usrsock 2023-09-21 01:08:11 +08:00
net_timeo.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
recv.c net/semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00
recvfrom.c socket/recvfrom: Fix buffer copy direction when using BUILD_KERNEL. 2023-06-22 11:56:01 +08:00
recvmsg.c recvmsg: control msg support multi-attribute return 2023-05-04 12:04:11 +02:00
send.c net/socket: Combine send() with sendto() 2023-05-27 03:24:06 +08:00
sendmsg.c socket: divide errno & s_error 2023-02-23 16:40:19 +01:00
sendto.c socket/send/recv: Copy user parameters to kernel memory (BUILD_KERNEL) 2023-05-27 03:24:06 +08:00
setsockopt.c net: add parameter check in psock_setsockopt 2022-11-29 00:20:09 +08:00
shutdown.c socket: divide errno & s_error 2023-02-23 16:40:19 +01:00
socket.c Usrsock fallback with ENETDOWN 2023-11-03 22:49:27 +08:00
socket.h socket: divide errno & s_error 2023-02-23 16:40:19 +01:00
socketpair.c socketpair: Add SOCK_NONBLOCK support into type field 2022-10-21 16:57:20 +08:00