.. |
mac
|
Merge pull request #462 from adamdunkels/push/no-reserved-double-inclusion-defines
|
2013-11-26 14:26:37 -08:00 |
rime
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
rpl
|
Moved variable declaration to the start of the function block
|
2013-11-24 15:17:52 +01:00 |
dhcpc.c
|
|
|
dhcpc.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
Makefile.uip
|
Removed the old unused hc.[ch] code
|
2013-11-24 11:02:35 +01:00 |
nbr-table.c
|
|
|
nbr-table.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
netstack.c
|
|
|
netstack.h
|
|
|
packetbuf.c
|
|
|
packetbuf.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
packetqueue.c
|
|
|
packetqueue.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
psock.c
|
|
|
psock.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
queuebuf.c
|
|
|
queuebuf.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
resolv.c
|
|
|
resolv.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
rime.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
sicslowpan.c
|
If the 6lowpan layer is currently reassembling a packet, and a non-fragmented packet comes along, this is a sign that one of the fragments were lost (as they normally would arrive back-to-back, in sequence). So we'll grab the non-fragmented packet instead of dropping it.
|
2013-11-22 15:12:02 +01:00 |
sicslowpan.h
|
Merge pull request #462 from adamdunkels/push/no-reserved-double-inclusion-defines
|
2013-11-26 14:26:37 -08:00 |
simple-udp.c
|
|
|
simple-udp.h
|
|
|
slipdev.c
|
|
|
slipdev.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
tcpip.c
|
|
|
tcpip.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uaodv-def.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uaodv-rt.c
|
|
|
uaodv-rt.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uaodv.c
|
|
|
uaodv.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip6.c
|
|
|
uip_arch.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip_arp.c
|
|
|
uip_arp.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-debug.c
|
|
|
uip-debug.h
|
|
|
uip-ds6-nbr.c
|
|
|
uip-ds6-nbr.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-ds6-route.c
|
Rewrote the IPv6 route management so that all routes are maintained on a list that is ordered by the time at which the route was accessed. If a new route is added to the system, the oldest route is dropped.
|
2013-11-22 18:00:47 +01:00 |
uip-ds6-route.h
|
Rewrote the IPv6 route management so that all routes are maintained on a list that is ordered by the time at which the route was accessed. If a new route is added to the system, the oldest route is dropped.
|
2013-11-22 18:00:47 +01:00 |
uip-ds6.c
|
|
|
uip-ds6.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-fw-drv.c
|
|
|
uip-fw-drv.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-fw.c
|
|
|
uip-fw.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-icmp6.c
|
|
|
uip-icmp6.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-nd6.c
|
|
|
uip-nd6.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-neighbor.c
|
|
|
uip-neighbor.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-over-mesh.c
|
Removed the old unused hc.[ch] code
|
2013-11-24 11:02:35 +01:00 |
uip-over-mesh.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-packetqueue.c
|
|
|
uip-packetqueue.h
|
|
|
uip-split.c
|
|
|
uip-split.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip-udp-packet.c
|
|
|
uip-udp-packet.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uip.c
|
|
|
uip.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uiplib.c
|
|
|
uiplib.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
uipopt.h
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |