65 tcpip_set_outputfunc(uip_driver_send);
uip_len
The length of the packet in the uip_buf buffer.
int packetbuf_copyfrom(const void *from, uint16_t len)
Copy from external data into the packetbuf.
void tcpip_input(void)
Deliver an incoming packet to the TCP/IP stack.
Header file for the uIP TCP/IP stack.
Header for the Contiki/uIP interface.
Header file for the Rime buffer (packetbuf) management
#define NULL
The null pointer.
The structure of a network driver in Contiki.
#define UIP_BUFSIZE
The size of the uIP packet buffer.
uint16_t packetbuf_datalen(void)
Get the length of the data in the packetbuf.
void(* input)(void)
Callback for getting notified of incoming packet.
#define UIP_LLH_LEN
The link level header length.
A brief description of what this file is
void(* init)(void)
Initialize the network driver.
void * packetbuf_dataptr(void)
Get a pointer to the data in the packetbuf.
Include file for the Contiki low-layer network stack (NETSTACK)