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
uip6.c Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00
uip-ds6-nbr.c
uip-ds6-nbr.h
uip-ds6-route.c
uip-ds6-route.h
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