48 #if NETSTACK_CONF_WITH_IPV6
69 tcpip_set_outputfunc(uip_driver_send);
void * packetbuf_dataptr(void)
Get a pointer to the data in the packetbuf.
uip_len
The length of the packet in the uip_buf buffer.
static uip_ds6_addr_t * addr
Pointer to a router list entry.
static void input(void)
Process a received 6lowpan packet.
#define UIP_LLH_LEN
The link level header length.
#define uip_buf
Macro to access uip_aligned_buf as an array of bytes.
Header file for the Rime buffer (packetbuf) management
Header for the Contiki/uIP interface.
A brief description of what this file is
#define NULL
The null pointer.
Header file for the uIP TCP/IP stack.
int packetbuf_copyfrom(const void *from, uint16_t len)
Copy from external data into the packetbuf.
uint16_t packetbuf_datalen(void)
Get the length of the data in the packetbuf.
void(* init)(void)
Initialize the network driver.
The structure of a network driver in Contiki.
void tcpip_input(void)
Deliver an incoming packet to the TCP/IP stack.
#define UIP_BUFSIZE
The size of the uIP packet buffer.
Include file for the Contiki low-layer network stack (NETSTACK)