zephyr/subsys
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
..
bluetooth Bluetooth: controller: Disable PA/LNA for nRF51x 2017-10-02 12:04:43 +02:00
console subsys: console: Fix signed vs unsigned char issues. 2017-05-22 08:43:31 -05:00
cpp subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
debug debug: openocd: build openocd symbols using obj- 2017-08-10 09:13:06 -05:00
dfu dfu: img_util: move flash defines to SoC 2017-09-21 06:46:27 -04:00
disk license: add missing licenses and copyright 2017-06-08 10:41:56 -04:00
fs fs: shell: Add more shell functions 2017-09-22 06:54:48 -04:00
logging kconfig: build code conditionally when possible 2017-08-14 20:32:26 -04:00
net net: sockets: Implement sendto() and recvfrom() 2017-10-03 14:40:05 +03:00
shell shell: Adjust arguments when executing a command of different module 2017-06-09 18:54:27 -04:00
usb usb: Allow to select configuration for composite devices 2017-09-21 09:00:23 -04:00
Kconfig DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00
Makefile DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00