nes-proj/core/net
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
..
http-socket Explicitly use the IPv6 address copy macro when copying IPv6 addresses 2015-05-10 10:51:12 +02:00
ip Merge pull request #1313 from tadodotcom/tmp-remove-uip-is-addr-link-local 2015-10-21 08:16:27 +02:00
ip64 Merge pull request #1269 from tadodotcom/tmp-uip-fallback-iface 2015-10-20 11:33:14 +02:00
ipv4 Merge pull request #1303 from oliverschmidt/master 2015-10-10 19:55:28 +02:00
ipv6 uIP Stats: Count sent ICMP6 packets 2015-11-03 15:10:22 +11:00
llsec llsec: Unsecuring within parse 2015-10-14 08:22:44 -07:00
mac Merge pull request #1167 from bkozak-scanimetrics/contikimac_fix_qsend_list_packetbuf_pending 2015-10-23 10:52:17 +02:00
rime Merge pull request #1156 from amitgeron/stunicast-timer-fix 2015-10-23 10:51:40 +02:00
rpl Removes duplicate of uip_is_addr_linklocal 2015-10-20 11:18:46 +02:00
linkaddr.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
linkaddr.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
nbr-table.c added debug print for nbr-table-module 2015-08-27 18:45:06 +02:00
nbr-table.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
netstack.c llsec: Removed superseded NETSTACK_ENCRYPT, NETSTACK_DECRYPT, and 2014-08-05 05:07:05 -07:00
netstack.h llsec: Added a layer in between NETSTACK_MAC and NETSTACK_NETWORK for implementing link layer security 2014-08-04 01:09:57 -07:00
packetbuf.c Fix for out of bounds access 2015-08-31 16:10:00 +05:30
packetbuf.h Disable PACKETBUF_ATTR_PACKET_TYPE in the non-Rime case by default 2015-05-06 16:36:15 +02:00
queuebuf.c Remove the unused reference queuebufs, as they only make the code more complex than it needs to be 2015-04-01 10:01:57 +02:00
queuebuf.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00