zephyr/subsys/net/lib/sockets
Jukka Rissanen d7c9d67a9c net: Use always zephyr/posix/fcntl.h
Changing remaining users of fcntl.h to use the include from our own
POSIX file so that the values in there are consistent in all parts
of the sources.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-03-27 13:40:13 -05:00
..
CMakeLists.txt net: sockets: Create a socket service API 2024-01-16 10:00:45 +01:00
getaddrinfo.c net: dns: Fix timeout calculation with DNS retransmissions 2024-03-12 15:13:31 -05:00
getnameinfo.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig net: sockets: Deprecate CONFIG_NET_SOCKETS_POSIX_NAMES 2024-03-27 13:40:13 -05:00
socket_dispatcher.c net: socket: Change SO_BINDTODEVICE to use interface name 2023-08-31 14:43:36 +02:00
socket_obj_core.c net: sockets: Refactor accept() to support objcore better 2024-01-17 09:55:40 +01:00
socket_offload.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
socketpair.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sockets.c net: sockets: Use only Zephyr POSIX headers 2024-03-27 13:40:13 -05:00
sockets_can.c net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
sockets_internal.h net: sockets: Refactor accept() to support objcore better 2024-01-17 09:55:40 +01:00
sockets_misc.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sockets_net_mgmt.c net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
sockets_packet.c net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
sockets_select.c syscall: rename z_user_ to k_usermode_ 2023-11-03 11:46:52 +01:00
sockets_service.c net: sockets: Stick to NET_SOCKETS_POLL_MAX limit in socket services 2024-03-11 15:09:32 -05:00
sockets_tls.c net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00