nes-proj/os/net
Yasuyuki Tanaka 6e8c5906bc TSCH: remove duplicate code from tsch_packet_create_eack()
tsch_packet_create_eack() prepares a frame802154_t data by itself, which
is similar to what framer_802154_setup_params() does. In order to avoid
duplicate code, tsch_packet_create_eack() is going to use
framer_802154_setup_params() to have a ready-to-use frame802154_t data.
2017-09-13 14:38:05 +09:00
..
app-layer Move websocket implementation to os/net/app-layer/http-socket 2017-09-04 16:29:19 +02:00
ip Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
ip64 Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
ipv6 Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
mac TSCH: remove duplicate code from tsch_packet_create_eack() 2017-09-13 14:38:05 +09:00
rpl Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
rpl-lite Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
link-stats.c Renamed core to os 2017-09-01 15:29:00 +02:00
link-stats.h Renamed core to os 2017-09-01 15:29:00 +02:00
linkaddr.c Renamed core to os 2017-09-01 15:29:00 +02:00
linkaddr.h Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
nbr-table.c Renamed core to os 2017-09-01 15:29:00 +02:00
nbr-table.h Renamed core to os 2017-09-01 15:29:00 +02:00
net-debug.c Renamed core to os 2017-09-01 15:29:00 +02:00
net-debug.h Renamed core to os 2017-09-01 15:29:00 +02:00
netstack.c Renamed core to os 2017-09-01 15:29:00 +02:00
netstack.h Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
packetbuf.c Renamed core to os 2017-09-01 15:29:00 +02:00
packetbuf.h framer-802154: introduce framer_802154_setup_params() 2017-09-13 14:37:56 +09:00
queuebuf.c Renamed core to os 2017-09-01 15:29:00 +02:00
queuebuf.h Renamed core to os 2017-09-01 15:29:00 +02:00