osd-contiki/core/net
Oliver Schmidt 12fd559244 Fixed DHCP client.
RFC2131 states on page 36 regarding DHCPREQUEST: " 'xid' from server DHCPOFFER message "

As the DHCPOFFER message uses the 'xid' from the DHCPDISCOVER message this means that the DHCP client is supposed to re-use the 'xid' from its DHCPDISCOVER for the DHCPREQUEST.
2015-08-25 16:24:37 +02:00
..
http-socket Explicitly use the IPv6 address copy macro when copying IPv6 addresses 2015-05-10 10:51:12 +02:00
ip Fixed DHCP client. 2015-08-25 16:24:37 +02:00
ip64 Fixed DHCP client. 2015-08-25 16:24:37 +02:00
ipv4 Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
ipv6 [multicast] Do not forward every incoming TM ICMP 2015-07-17 20:04:15 +02:00
llsec CCM* module now accepts fixed-size 13-byte nonces 2015-06-29 22:51:00 +02:00
mac Merge pull request #1161 from g-oikonomou/contrib/contikimac-sw-ack 2015-08-04 13:15:03 +02:00
rime cc2538: examples: Fix build warnings 2015-06-02 01:38:11 +02:00
rpl Changed RPL IPv6 NBR Callback print statement 2015-08-04 19:54:32 +01: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 Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01: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 Removed packetbuf references. This was a feature that is not used anymore and only made the code more complex. 2015-04-01 21:33:02 +02:00
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