zephyr/subsys/net/lib/sockets
Henrik Brix Andersen 27eb12ed48 net: socketcan: decouple SocketCAN and CAN controller headers
Decouple the zephyr/net/socketcan.h and zephyr/drivers/can.h header files
by moving the SocketCAN utilities to their own header.

This is preparation for including the SocketCAN types defined in
socketcan.h in a native posix (Linux) SocketCAN driver context without name
clashes.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-08-18 10:19:29 +02:00
..
CMakeLists.txt
getaddrinfo.c
getnameinfo.c
Kconfig kernel: pipes: rewrite pipes implementation 2022-08-17 19:31:25 +02:00
socket_dispatcher.c
socket_offload.c
socketpair.c
sockets_can.c net: socketcan: decouple SocketCAN and CAN controller headers 2022-08-18 10:19:29 +02:00
sockets_internal.h
sockets_misc.c
sockets_net_mgmt.c
sockets_packet.c
sockets_select.c
sockets_tls.c modules: mbedtls: set mbedTLS debug threshold during module initialization 2022-08-17 12:03:52 +02:00
sockets.c