net: Refactor code to use new generic net_buf API

Change-Id: Id008bbf43062ca0641a76edaabef47c650287444
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2015-10-30 17:42:03 +02:00 committed by Anas Nashif
commit 2272312b8d
121 changed files with 1716 additions and 1537 deletions

View file

@ -71,7 +71,7 @@
* the packet back to the peer.
*/
#include <net/net_buf.h>
#include <net/ip_buf.h>
#include "net/ip/uip.h"
#include "net/ip/uipopt.h"
@ -86,7 +86,7 @@
/* For Debug, logging, statistics */
/*---------------------------------------------------------------------------*/
#define DEBUG DEBUG_NONE
#define DEBUG DEBUG_FULL
#include "net/ip/uip-debug.h"
#if UIP_CONF_IPV6_RPL