zephyr/include/net
Jukka Rissanen 1c07ead104 net: http: Add context net_buf pool support to HTTP client
This commit adds http_client_set_net_pkt_pool() function that allows
caller to define net_buf pool that is used when sending a TCP packet.
This is needed for those technologies like Bluetooth or 802.15.4 which
compress the IPv6 header during send.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-31 11:50:25 +03:00
..
arp.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
bt.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
buf.h kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
dhcpv4.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
dns_resolve.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
ethernet.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
http_parser.h http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http.h net: http: Add context net_buf pool support to HTTP client 2017-07-31 11:50:25 +03:00
ieee802154_radio.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
ieee802154.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
mii.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mqtt_types.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
mqtt.h net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
net_app.h kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
net_context.h net: context: Clarify the callback API documentation 2017-07-17 21:47:32 +03:00
net_core.h misc: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
net_event.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
net_if.h net: shell: Do not access NULL pointer if interface is down 2017-07-27 15:19:53 +03:00
net_ip.h net: ip: Make struct in_addr::s_addr compatible with POSIX definition 2017-06-13 10:32:03 +03:00
net_l2.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
net_linkaddr.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
net_mgmt.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
net_offload.h doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
net_pkt.h net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
net_stats.h net: tcp: Add TCP statistics support 2017-05-17 13:55:21 +03:00
socket.h net: sockets: Implement poll() operation. 2017-07-18 21:46:06 +03:00
trickle.h net: trickle: Misc changes 2017-07-26 07:56:51 -05:00
udp.h net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
zoap_link_format.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
zoap.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00