zephyr/subsys/net/lib/sockets
Jukka Rissanen 5a9fa72ef2 net: socket: can: Convert between can_frame and zcan_frame
The socket-can code expects to have "struct can_frame" from
application when it calls send(). We then have to convert to
"struct zcan_frame" as that is what the driver expects.

Same thing when receiving data. We just convert to
"struct can_frame" and pass that to application.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-03-13 05:58:30 -05:00
..
CMakeLists.txt net: sockets: Implement getnameinfo() 2019-02-19 17:34:57 -05:00
getaddrinfo.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
getnameinfo.c net: sockets: Implement getnameinfo() 2019-02-19 17:34:57 -05:00
Kconfig net: sockets: Remove extra "default n" setting from config 2019-02-08 16:01:49 +02:00
socket_offload.c include: net: Move fcntl implementation into socket_offload.h 2019-03-05 11:37:10 -05:00
sockets_can.c net: socket: can: Convert between can_frame and zcan_frame 2019-03-13 05:58:30 -05:00
sockets_internal.h net: socket: can: Add socket CAN support 2019-02-07 18:08:27 +02:00
sockets_misc.c net: sockets: Add gethostname() call 2019-02-08 10:39:30 +02:00
sockets_packet.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
sockets_select.c net: sockets_select: Fix build without CONFIG_NET_SOCKETS_POSIX_NAMES 2019-01-29 09:19:54 +02:00
sockets_tls.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
sockets.c all: Update reserved function names 2019-03-11 13:48:42 -04:00