zephyr/include/net
Johan Hedberg 9da02caff2 net: buf: Make net_buf_simple_init() forward compatible
Make it safe to call net_buf_simple_init() even if the buffer was
created using the new macros. This is possible to detect since with
the new macros buf->__buf will be non-NULL and with the old
NET_BUF_SIMPLE() macro it will be NULL.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-02-11 10:40:57 +02:00
..
arp.h
bt.h
buf.h net: buf: Make net_buf_simple_init() forward compatible 2018-02-11 10:40:57 +02:00
coap_link_format.h
coap.h
dhcpv4.h
dns_resolve.h
ethernet.h
hostname.h
http_parser_state.h
http_parser_url.h
http_parser.h
http.h net: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
ieee802154_mgmt.h
ieee802154_radio.h
ieee802154.h
lwm2m.h
mii.h
mqtt_types.h
mqtt.h
net_app.h net: app: Add a new API to get net pkt based on dst 2018-02-09 14:45:53 +02:00
net_context.h
net_core.h
net_event.h net: Improve net management event information 2018-02-02 16:50:07 +02:00
net_if.h
net_ip.h
net_l2.h include: net: net_l2: Add OpenThread L2 2018-01-29 22:42:03 -05:00
net_linkaddr.h
net_mgmt.h net: Fix compilation error 2018-02-02 16:50:07 +02:00
net_offload.h
net_pkt.h net: ipv6: Add routing support between interfaces 2018-02-02 16:50:07 +02:00
net_stats.h
openthread.h include: net: net_l2: Add OpenThread L2 2018-01-29 22:42:03 -05:00
sntp.h
socket.h net: sockets: Define POSIX function symbols as inline functions 2018-01-29 23:08:44 -05:00
trickle.h
udp.h