Updated include paths for the moved files under net/

This commit is contained in:
Adam Dunkels 2013-11-22 09:17:54 +01:00
parent afdeed1c64
commit 5f3fe7f7c7
176 changed files with 342 additions and 338 deletions

View file

@ -37,8 +37,8 @@
#include "dev/ds2411.h"
#include "contiki.h"
#include "net/uip.h"
#include "net/uip-fw.h"
#include "net/ip/uip.h"
#include "net/ipv4/uip-fw.h"
#define BUF ((struct uip_tcpip_hdr *)&uip_buf[UIP_LLH_LEN])
#include "dev/slip.h"

View file

@ -4,8 +4,8 @@
* to get a few things */
#include "net/uip.h"
#include "net/uip-ds6.h"
#include "net/ip/uip.h"
#include "net/ipv6/uip-ds6.h"
#include <string.h>
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])

View file

@ -146,7 +146,7 @@
#include "uip.h"
#include "uip_arp.h" /* For ethernet header structure */
#include "net/rime.h"
#include "net/sicslowpan.h"
#include "net/ipv6/sicslowpan.h"
#include "sicslow_ethernet.h"
#include <stdint.h>
@ -372,8 +372,8 @@ int8_t mac_translateIPLinkLayer(lltype_t target)
}
#include "net/uip-icmp6.h"
#include "net/uip-nd6.h"
#include "net/ipv6/uip-icmp6.h"
#include "net/ipv6/uip-nd6.h"
typedef struct {
uint8_t type;

View file

@ -38,7 +38,7 @@
*/
#include "contiki.h"
#include "net/uip.h"
#include "net/ip/uip.h"
#include "dev/slip.h"
#include "dev/leds.h"
#include "sicslow_ethernet.h"

View file

@ -39,8 +39,8 @@
#include "net/rime/rimeaddr.h"
#include "sys/ctimer.h"
#include "net/uip.h"
#include "net/uip-fw.h"
#include "net/ip/uip.h"
#include "net/ipv4/uip-fw.h"
#define BUF ((struct uip_tcpip_hdr *)&uip_buf[UIP_LLH_LEN])
#include "dev/slip.h"

View file

@ -4,8 +4,8 @@
* to get a few things */
#include "net/uip.h"
#include "net/uip-ds6.h"
#include "net/ip/uip.h"
#include "net/ipv6/uip-ds6.h"
#include <string.h>
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])

View file

@ -148,10 +148,10 @@
* Modified! 0xff and 0xfe are sobstituted by 0x02 and 0x00.
*/
#include "net/uip.h"
#include "net/uip_arp.h" /* For ethernet header structure */
#include "net/ip/uip.h"
#include "net/ipv4/uip_arp.h" /* For ethernet header structure */
#include "net/rime.h"
#include "net/sicslowpan.h"
#include "net/ipv6/sicslowpan.h"
#include "sicslow_ethernet.h"
#include "dev/stm32w-radio.h"
#include "net/mac/frame802154.h"
@ -399,8 +399,8 @@ int8_t mac_translateIPLinkLayer(lltype_t target)
}
#include "net/uip-icmp6.h"
#include "net/uip-nd6.h"
#include "net/ipv6/uip-icmp6.h"
#include "net/ipv6/uip-nd6.h"
typedef struct {
uint8_t type;

View file

@ -38,7 +38,7 @@
*/
#include "contiki.h"
#include "net/uip.h"
#include "net/ip/uip.h"
#include "dev/slip.h"
#include "dev/leds.h"
#include "sicslow_ethernet.h"

View file

@ -5,7 +5,7 @@
#define UIP_CONF_IPV6 1
#include "net/uip.h"
#include "net/ip/uip.h"
#include <stdio.h>
#include <arpa/inet.h>

View file

@ -6,7 +6,7 @@
#define DEBUG DEBUG_NONE
#include "net/uip-debug.h"
#include "net/ip/uip-debug.h"
#include "ip-process.h"
@ -46,8 +46,8 @@ int8_t mac_translateIPLinkLayer()
return 0;
}
#include "net/uip-icmp6.h"
#include "net/uip-nd6.h"
#include "net/ipv6/uip-icmp6.h"
#include "net/ipv6/uip-nd6.h"
typedef struct {
uint8_t type;

View file

@ -119,8 +119,8 @@ static int (* pcap_sendpacket)(struct pcap *, unsigned char *, int);
#define BUFSIZE 1514
#include "net/uip.h"
#include "net/uip_arp.h"
#include "net/ip/uip.h"
#include "net/ipv4/uip_arp.h"
struct uip_eth_addr uip_lladdr = {{0,0,0,0,0,0}};

View file

@ -69,7 +69,7 @@
#include <windows.h>
#include "net/uip_arp.h"
#include "net/ipv4/uip_arp.h"
#include "ip-process.h"

View file

@ -114,8 +114,8 @@ static int (* pcap_sendpacket)(struct pcap *, unsigned char *, int);
#define ARP_HWTYPE_ETH 1
#include "net/uip.h"
#include "net/uip_arp.h"
#include "net/ip/uip.h"
#include "net/ipv4/uip_arp.h"
struct ethip_hdr {
struct uip_eth_hdr ethhdr;