zephyr/subsys
Ravi kumar Veeramally ebc81bdf8d net: http: Provide destination address in http replies
net_app_ctx maintains multiple net contexts(net_ctx). But when http
api's wants to reply or send some data, its always choose the first
net_context in the array, which is not correct always.

net_app_get_net_pkt_with_dst() api will select proper context
based on destination address. So with the help of new api in
net_app, http can select proper context and send packets. To
achieve this, desination address is provided in http_recv_cb_t
and http_connect_cb_t callbacks. Also chaged relevant API's to
provide destination address in http message preparation methods.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2018-03-05 10:23:17 +01:00
..
bluetooth Bluetooth: Workaround privacy feature issue 2018-03-02 17:56:37 +01:00
console
cpp
debug misc: Add a FORCE_NO_ASSERT kconfig directive 2018-02-16 10:44:29 -05:00
dfu subsys: dfu: boot: Remove unused ver query code. 2018-02-21 18:53:42 -05:00
disk disk: delete the GET_DISK_SIZE IOCTL. 2018-01-31 09:14:40 -05:00
fs subsys: fcb: Check for mutex lock failure when walking FCB 2018-02-17 09:14:16 -05:00
logging
mgmt subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00
net net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
random
shell subsys: mgmt: Shell transport for SMP (mcumgr). 2018-02-20 22:07:52 +01:00
storage subsys: storage: flash_map: Fix warning 2018-02-14 14:36:52 -05:00
usb usb: msc: Cleanup USB write 2018-03-03 10:27:21 +01:00
CMakeLists.txt subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00
Kconfig subsys: mgmt: CMake and Kconfig support. 2018-02-20 22:07:52 +01:00