nes-proj/os/net/ipv6
George Oikonomou 8de3ffbc2e Don't initialise the queuebuf unconditionally
Currently, it is only used by 6LoWPAN when fragmentation is enabled, by TSCH and by CSMA. Platforms that disable fragmentation and choose a different MAC layer (e.g. NULLMAC) will unnecessarily end up with the module linked in the image, wasting flash and/or RAM space.
2017-10-29 23:18:36 +00:00
..
multicast Move some readme files to wiki 2017-10-06 16:28:26 +02:00
ip64-addr.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
ip64-addr.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
psock.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
psock.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
resolv.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
resolv.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
sicslowpan.c Don't initialise the queuebuf unconditionally 2017-10-29 23:18:36 +00:00
sicslowpan.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
simple-udp.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
simple-udp.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
tcp-socket.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
tcp-socket.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
tcpip.c addressed some of the suggestions on the PR - naming and netstack MAC 2017-10-08 00:44:02 +02:00
tcpip.h added netstack-ip-processor 2017-10-08 00:44:02 +02:00
udp-socket.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
udp-socket.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-arch.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-debug.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-debug.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-ds6-nbr.c Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-ds6-nbr.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-ds6-route.c Autoconfigure Orchestra whenever the module is included 2017-10-12 18:32:19 +02:00
uip-ds6-route.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-ds6.c Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-ds6.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-icmp6.c Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-icmp6.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-nameserver.c Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-nameserver.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-nd6.c Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-nd6.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
uip-packetqueue.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-packetqueue.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-udp-packet.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip-udp-packet.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uip.h added an example for packet processing - and added uipbuf module for header processing 2017-10-08 00:44:02 +02:00
uip6.c Minor logging fixes 2017-10-11 17:25:07 +02:00
uipbuf.c addressed some of the suggestions on the PR - naming and netstack MAC 2017-10-08 00:44:02 +02:00
uipbuf.h addressed some of the suggestions on the PR - naming and netstack MAC 2017-10-08 00:44:02 +02:00
uiplib.c Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uiplib.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
uipopt.h sicslowpan: set SICSLOWPAN_COMPRESSION from .h file rather than .c, for integration with viewconf 2017-10-11 17:23:36 +02:00