zephyr/include/net
Ravi kumar Veeramally f4772519d6 net: coap: Add multi fragment support to CoAP library
Current coap library fails to parse or prepare if packet is more
than one fragment. Added support to handle multi fragment packet.
Also well-known/core api used to prepare coap packet and send it
through net context api immediately. This is goind to be problematic
if user doesn't enable net context. Also user can not encrypt coap
packets. Now api will return prepared coap packet to application.
Application will send it to peer.

Jira: ZEP-2210

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2017-10-06 22:07:37 -04:00
..
arp.h net: shell: Add ARP cache printing 2017-09-12 17:39:29 +03:00
bt.h
buf.h
coap_link_format.h net: coap: Add multi fragment support to CoAP library 2017-10-06 22:07:37 -04:00
coap.h net: coap: Add multi fragment support to CoAP library 2017-10-06 22:07:37 -04:00
dhcpv4.h
dns_resolve.h net: mdns: Add multicast DNS client support 2017-09-17 18:02:18 -04:00
ethernet.h
http_parser.h
http.h
ieee802154_radio.h
ieee802154.h
lwm2m.h net: lwm2m: Fix up lwm2m.h for doc generation 2017-10-05 10:48:57 +03:00
mii.h
mqtt_types.h
mqtt.h
net_app.h
net_context.h
net_core.h
net_event.h
net_if.h net: if: Add IPv4 multicast add, remove and lookup functions 2017-09-29 11:34:06 +03:00
net_ip.h net: ip: Check IPv4 multicast address using big-endian 2017-09-29 11:34:06 +03:00
net_l2.h
net_linkaddr.h
net_mgmt.h
net_offload.h
net_pkt.h net: pkt: Add net_pkt_get_src_addr() 2017-10-03 14:40:05 +03:00
net_stats.h
sntp.h net: sntp: Implement SNTP client library 2017-10-03 15:29:27 -04:00
socket.h net: sockets: Implement sendto() and recvfrom() 2017-10-03 14:40:05 +03:00
trickle.h
udp.h
zoap_link_format.h
zoap.h