zephyr/include/net
Michael Hope 91ff634d32 ethernet: fix an unaligned access fault by removing __packed.
__packed allows the struct to be linked at a non-word size boundrary
which causes an unaligned access fault on the Cortex-M0+.

Signed-off-by: Michael Hope <mlhx@google.com>
2018-03-28 09:37:37 +03:00
..
arp.h
bt.h
buf.h net: buf: Use __noinit where possible 2018-02-14 15:44:04 +02:00
coap_link_format.h
coap.h
dhcpv4.h
dns_resolve.h
ethernet.h ethernet: fix an unaligned access fault by removing __packed. 2018-03-28 09:37:37 +03:00
hostname.h
http_parser_state.h
http_parser_url.h
http_parser.h net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
http.h doc: http: add HTTP APIs to net group 2018-03-20 14:01:30 -04:00
ieee802154_mgmt.h
ieee802154_radio.h ieee802154: Make AR flag check generic and not tight to L2 2018-03-16 13:57:55 -07:00
ieee802154.h
lwm2m.h
mii.h
mqtt_types.h doc: do not show undocumented members 2018-03-20 14:01:30 -04:00
mqtt.h
net_app.h
net_context.h net: context: Add PRIORITY option support 2018-03-27 10:06:54 -04:00
net_core.h net: Align the stack infos in net_stack linker section 2018-03-27 10:06:54 -04:00
net_event.h
net_if.h net: Add initial TX and RX traffic class support 2018-03-27 10:06:54 -04:00
net_ip.h net: Add initial TX and RX traffic class support 2018-03-27 10:06:54 -04:00
net_l2.h
net_linkaddr.h
net_mgmt.h net/mgmt: Fix how event_mask is handled on layer and layer code part 2018-03-02 16:50:21 +01:00
net_offload.h net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
net_pkt.h net: stats: Add traffic class statistics 2018-03-27 10:06:54 -04:00
net_stats.h net: stats: Add traffic class statistics 2018-03-27 10:06:54 -04:00
openthread.h
sntp.h
socket.h net: sockets: Add freeaddrinfo() 2018-03-21 10:00:05 +02:00
trickle.h
udp.h
websocket_console.h net: websocket: Add console support 2018-03-15 15:17:36 +02:00
websocket.h net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00