zephyr/subsys/net/ip
Andrew Boie 2e32e815ba net: fix net_tcp_state_str() declaration
The second 'const' is misguided, indicating that the returns pointer
value itself cannot be changed, but since pointers are passed by value
anyway this is not useful and was generating warnings with XCC.

The leading 'const' indicates that the memory pointed to is constant,
which is all we needed.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-08-16 10:59:10 -07:00
..
l2 net: Fix indentation issues 2017-08-09 16:01:28 +03:00
6lo_private.h
6lo.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
6lo.h
connection.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
icmpv4.h
icmpv6.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
icmpv6.h
ipv4.c
ipv4.h
ipv6.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
ipv6.h
Kconfig
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl net: rpl: Allow fine tuning of parent count 2017-08-14 11:06:34 +03:00
Kconfig.stack
Kconfig.stats
Makefile
nbr.c net: nbr: Use the real size of the neighbor pool 2017-08-14 11:06:34 +03:00
nbr.h net: nbr: Use the real size of the neighbor pool 2017-08-14 11:06:34 +03:00
net_context.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
net_core.c
net_if.c
net_mgmt.c
net_pkt.c net: pkt: Fix the log domain 2017-08-14 11:06:34 +03:00
net_private.h
net_shell.c net: shell: Fix RPL parent list output print 2017-08-14 11:06:34 +03:00
net_shell.h
net_stats.c
net_stats.h
route.c
route.h
rpl-mrhof.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
rpl-of0.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
rpl.c net: rpl: Allow fine tuning of parent count 2017-08-14 11:06:34 +03:00
rpl.h net: Fix indentation issues 2017-08-09 16:01:28 +03:00
tcp.c net: fix net_tcp_state_str() declaration 2017-08-16 10:59:10 -07:00
tcp.h net: fix net_tcp_state_str() declaration 2017-08-16 10:59:10 -07:00
trickle.c
udp_internal.h
udp.c
udp.h
utils.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00