zephyr/subsys/net/ip
Jukka Rissanen 279da528bc net: pkt: Print debug prints in one line
In earlier commit 15e7e3ea4 ("net: ip: Split debug prints into
smaller pieces"), the net_pkt debug prints were split to two
lines because of the argument count limitation in logging system.
As the logging subsystem increased the limit count in
commit 62d011549a ("logging: Support for up to 15 arguments in log
message") we can restore the original version as it is easier
to read.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-11-13 12:54:27 -05:00
..
6lo_private.h
6lo.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
6lo.h
CMakeLists.txt
connection.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
icmpv4.h
icmpv6.c net: ipv6: Check the size of the ICMPv6 echo-req packet 2018-11-06 11:08:15 +02:00
icmpv6.h
ipv4_autoconf_internal.h
ipv4_autoconf.c logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
ipv4.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
ipv4.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
ipv6.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
ipv6.h
Kconfig logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
net_core.c net: ipv6: Loopback interface local scope packets back to us 2018-11-06 11:11:08 +02:00
net_if.c net: if: Properly turn off promiscuous mode 2018-11-13 12:53:44 +02:00
net_mgmt.c
net_pkt.c net: pkt: Print debug prints in one line 2018-11-13 12:54:27 -05:00
net_private.h
net_shell.c net: shell: Add IPv6 and IPv4 checks for ping command 2018-11-06 11:09:12 +02:00
net_shell.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c
promiscuous.c net: promisc: Flush the promisc queue properly 2018-11-13 10:00:07 +02:00
route.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
route.h
rpl-mrhof.c
rpl-of0.c
rpl.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
rpl.h
tcp_internal.h
tcp.c
trickle.c
udp_internal.h
udp.c
utils.c