zephyr/subsys/net/lib/sockets
Paul Sokolovsky 8f690e291b lib: fdtable: FD method tables should be const.
FD method tables contain function pointers, and thus should be
const and reside in ROM. This patch fixes all cases of FD vtable
definitions: for POSIX FS API and for sockets.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-11-08 09:47:46 -08:00
..
CMakeLists.txt net: sockets: Add a socket offload module 2018-09-11 18:42:34 +03:00
getaddrinfo.c net: lib: Convert socket library to use log level 2018-10-04 14:13:57 +03:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
socket_offload.c net: sockets: Get socket offload to build after net logging overhaul. 2018-10-11 15:51:57 +03:00
sockets_internal.h net: socket: Extract flag related functions to internal header file 2018-08-13 15:24:34 +03:00
sockets_tls.c net: tls: Do not assume PSK id is NULL terminated 2018-10-22 10:32:07 +03:00
sockets.c lib: fdtable: FD method tables should be const. 2018-11-08 09:47:46 -08:00