commit | 8ceedafdc496927d3e805f991891f988bb5e33bf | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Mon Feb 04 11:09:48 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 12 20:24:02 2019 -0500 |
tree | 991ac7a261b8985cdbbe74d59ead09367704d8c8 | |
parent | 674d7c47b4b68995a048e56e463fad98b4c7ca32 [diff] |
net/udp: Switch net_udp_get/set_hdr to new net_pkt API Let's use the new API for these 2 functions. Note that in some places, using these functions is under-optimized (like in llmnr-responder in dns: it gets the ip/udp headers already from the recv callback. That will need to be taken care of later). Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>