zephyr/subsys/net/lib/sockets
Aska Wu 62e5f8d7a1 net: socket: Handle the value-result argument
The addrlen of accept() and recvfrom() is a value-result argument. It
should be updated to the actual size of the source address after
calling accept() and recvfrom().

Signed-off-by: Aska Wu <aska.wu@linaro.org>
2017-11-06 20:59:05 +02:00
..
getaddrinfo.c net: sockets: Implement getaddrinfo() 2017-09-19 17:39:44 +03:00
Kconfig net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
Makefile net: sockets: Implement getaddrinfo() 2017-09-19 17:39:44 +03:00
sockets.c net: socket: Handle the value-result argument 2017-11-06 20:59:05 +02:00