zephyr/subsys/net/lib
Aska Wu 9ec60774f8 net: sockets: Implement sendto() and recvfrom()
sendto() and recvfrom() are often used with datagram socket.

sendto() is based on net_context_sendto() and recvfrom() is based on
zsock_recv() with parsing source address from the packet header.

Signed-off-by: Aska Wu <aska.wu@linaro.org>
2017-10-03 14:40:05 +03:00
..
app net: lib: net app: restore IP header length when DTLS is used. 2017-10-02 12:00:12 +03:00
dns net: dns: Do not resolve IPv6 address if IPv6 is disabled 2017-09-20 08:55:06 +03:00
http net: http: HTTP client was not honoring timeout parameter 2017-09-27 22:11:21 +03:00
lwm2m net: lwm2m: save lwm2m_ctx instead of net_app_ctx in observer 2017-09-18 10:26:41 +03:00
mqtt net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
sockets net: sockets: Implement sendto() and recvfrom() 2017-10-03 14:40:05 +03:00
zoap net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
Kbuild net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00
Kconfig net: sockets: Move under "Network Application Support" heading 2017-08-15 09:20:27 -04:00
Makefile net: lwm2m: initial library support for LWM2M 2017-08-09 10:55:53 +03:00