1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/sixlowpan
mlenders 2c20f8fafd handled some warnings
[sys/net/sixlowpan/sixlowip.c]
* pointer in ipv6_process() for PROTO_NUM_NONE out-commented
* val = 0 as initial value

[sys/net/sixlowpan/sixlowmac.c]
* included and initialized hwtimer

[sys/net/sixlowpan/sixlownd.c sys/net/sixlowpan/sixlownd.h]
* initialized abro_version in recv_rtr_adv()
* ARO state according to draft-6lowpan-hc-16
2011-06-22 11:49:29 +02:00
..
ieee802154_frame.c fragmentation and reassambly works now and cleaned up tons of warnings 2011-01-07 13:02:27 +01:00
ieee802154_frame.h fragmentation and reassambly works now and cleaned up tons of warnings 2011-01-07 13:02:27 +01:00
Jamfile Added serial number arithmetics (corresponding RFC1982) for version field in ABRO 2011-06-18 18:25:34 +02:00
serialnumber.c Added serial number arithmetics (corresponding RFC1982) for version field in ABRO 2011-06-18 18:25:34 +02:00
serialnumber.h Added serial number arithmetics (corresponding RFC1982) for version field in ABRO 2011-06-18 18:25:34 +02:00
sixlowip.c handled some warnings 2011-06-22 11:49:29 +02:00
sixlowip.h global buffer is now thread safe, ns compression bug solved 2011-05-16 14:26:42 +02:00
sixlowmac.c handled some warnings 2011-06-22 11:49:29 +02:00
sixlowmac.h added: icmp 135,136 / iphc header encoding/decoding 2011-01-24 22:41:32 +01:00
sixlownd.c handled some warnings 2011-06-22 11:49:29 +02:00
sixlownd.h handled some warnings 2011-06-22 11:49:29 +02:00
sixlowpan.c [sys/net/sixlowpan/sixlowip.c sys/net/sixlowpan/sixlowpan.c] 2011-06-22 10:45:19 +02:00
sixlowpan.h Context prefixes, Address generation after IETF Context prefixes now are in conformity to IPv6 prefixes [RFC3513] + Address generation by Context now after [draft-ietf-6lowpan-hc-15], section 3.1.1 + some minor errors fixed. 2011-06-18 18:04:02 +02:00