mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 17:01:55 +00:00
The net_reply() can be used if the application wants to reply something to peer right after receiving the data. The function will reverse the source and destination addresses and ports, and set the uIP internal structures in such a way that the reply is possible. Using this function saves the application from allocating a separate net_buf for just sending simple message back. Change-Id: Ia960c83b77a8f300222159ee085fed99e2b007c2 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
net_buf.h | ||
net_core.h | ||
net_ip.h | ||
net_socket.h |