zephyr/include/net
Jukka Rissanen 1b2c16a498 net: nbuf: Add function to split a data fragment
Add net_nbuf_split() function that can be used to split
an existing net_buf fragment into two arbitrary length pieces,
and return the two new fragments to the caller. The data from
the original fragment is copied into these two new fragments.

Existing fragment is not modified.

Change-Id: I463e675232c6e19c2a42929f480893a6d1265873
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-04-13 15:21:41 +03:00
..
arp.h
bt.h
buf.h net: buf: Document that after data, structure may contain "user_data" 2017-04-07 12:35:51 +03:00
dhcpv4.h
dns_client.h
dns_resolve.h net: dns: Add functions to resolve using default context 2017-03-24 17:31:42 +02:00
ethernet.h
http_parser.h
http.h net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00
ieee802154_radio.h
ieee802154.h net/ieee802154: Remove useless __packed annotation 2017-03-31 11:24:28 +02:00
mii.h
mqtt_types.h
mqtt.h
nbuf.h net: nbuf: Add function to split a data fragment 2017-04-13 15:21:41 +03:00
net_context.h
net_core.h net: ip: Address type mismatch warnings 2017-03-09 20:33:46 +02:00
net_event.h net: event: Add events for ROUTE ADD and DEL 2017-04-07 12:35:50 +03:00
net_if.h net: offload: More decoupling of net_offload from l2 naming 2017-03-24 17:31:40 +02:00
net_ip.h
net_l2.h net: offload: Move offload_ip field from net_l2 to net_if 2017-03-24 17:31:40 +02:00
net_linkaddr.h
net_mgmt.h net/mgmt: Add a network interface based synchronous event listener 2017-03-17 10:34:42 +02:00
net_offload.h net: offload: More decoupling of net_offload from l2 naming 2017-03-24 17:31:40 +02:00
net_stats.h net: ipv6: Collect MLD statistics 2017-03-09 20:33:48 +02:00
trickle.h net/trickle: Include net_core.h in order to define NET_ASSERT 2017-03-09 20:33:47 +02:00
zoap_link_format.h
zoap.h