zephyr/include/net
Jukka Rissanen 5197266768 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment
The code used net_nbuf_get_reserve_{rx|tx}_data() function to
allocate a fragment. Instead of that low level function, use
net_nbuf_get_frag() instead. There are few places this is not
possible or is too big change like in few test programs.

Change-Id: Ied7e2b7db352de998b200ffa6ff82471bfa5ebe3
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-09 20:33:43 +02:00
..
arp.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
bt.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
buf.h net: buf: Store name of the buffer pool 2017-03-09 20:33:42 +02:00
dhcpv4.h net/dhcpv4: Support REBINDING 2017-03-09 20:33:42 +02:00
dns_client.h net/dns: Fix inline documentation 2017-02-07 22:33:47 +00:00
ethernet.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
http_parser.h net: Restructure network protocols 2017-01-02 10:03:19 +01:00
ieee802154_radio.h net/ieee802154: Modify radio TX function signature 2017-01-27 12:35:53 +02:00
ieee802154.h net/ieee802154/mgmt: Add getters/setters for various radio network info 2017-02-03 15:59:19 +02:00
mii.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mqtt_types.h net/mqtt: Remove length computations for some msg fields 2017-02-15 12:20:08 +02:00
mqtt.h net/mqtt: Fix inline doc for MQTT 2017-02-14 08:30:34 +02:00
nbuf.h net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
net_context.h net: Add net_buf pool support to each context 2017-03-09 20:33:42 +02:00
net_core.h net: Fix stack type 2017-02-22 17:28:25 +02:00
net_event.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_if.h net/dhcpv4: Support REBINDING 2017-03-09 20:33:42 +02:00
net_ip.h net: ipv6: Bluetooth address fix 2017-02-27 10:28:55 +02:00
net_l2.h net: Remove duplicate const specifier 2017-02-15 12:20:08 +02:00
net_linkaddr.h net: Add network link technology type to linkaddr 2017-02-22 17:28:24 +02:00
net_mgmt.h doc: Include main Network APIs doxygen documentation 2017-02-03 15:59:17 +02:00
net_stats.h net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
offload_ip.h net: offload_ip: Update net_context_accept_cb_t to net_tcp_accept_cb_t 2017-02-09 09:43:06 +02:00
trickle.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
zoap_link_format.h doc/api/networking: Add existing network protocol libraries APIs 2017-02-03 15:59:18 +02:00
zoap.h iot/zoap: Fix requiring that the buffer is unchanged for retransmit 2017-02-27 10:28:54 +02:00