osd-contiki/core/net/ipv6
Tommy Sparber 0e0bf33d31 uIP Stats: Count sent ICMP6 packets
The sent ICMP6 packets (for example from RPL) are currently
not counted towards the sum of sent ip and icmp packets.

Is there any reason behind this or is it just a bug?
Looking at the code I found no side effects of adding these two lines.

Debug output:
```
uip_stat.ip .recv 10 .sent 23 .forwared 0 .drop 0
uip_stat.icmp .recv 10 .sent 11 .drop 0
uip_stat.udp .recv 0 .sent 12 .drop 0
```
(Sum of ip.sent matches icmp.sent and udp.sent)
2015-11-03 15:10:22 +11:00
..
multicast Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00
sicslowpan.c Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00
sicslowpan.h Fix warnings caused by unescaped special doxygen chars 2015-02-15 20:11:09 +01:00
uip-ds6-nbr.c Tidy up \file & \author blocks under core/net/ipv6 2015-02-15 20:15:03 +01:00
uip-ds6-nbr.h Nudge comments left so they won't appear as a code block 2015-02-15 20:20:40 +01:00
uip-ds6-route.c added locking of nexthop for routes to avoid the risk of nexthop removal 2015-08-27 18:45:06 +02:00
uip-ds6-route.h Tidy up \file & \author blocks under core/net/ipv6 2015-02-15 20:15:03 +01:00
uip-ds6.c Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00
uip-ds6.h Tidy up \file & \author blocks under core/net/ipv6 2015-02-15 20:15:03 +01:00
uip-icmp6.c uIP Stats: Count sent ICMP6 packets 2015-11-03 15:10:22 +11:00
uip-icmp6.h Tidy up \file & \author blocks under core/net/ipv6 2015-02-15 20:15:03 +01:00
uip-nd6.c Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00
uip-nd6.h Merge pull request #999 from adamdunkels/lebrush-rdnss-support-rebased 2015-03-30 17:21:23 +02:00
uip6.c Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00