Contiki-NG
Loading...
Searching...
No Matches

The uIP packet buffer. More...

#include <os/net/ipv6/uip.h>

Detailed Description

The uIP packet buffer.

The uip_aligned_buf array is used to hold incoming and outgoing packets. The device driver should place incoming data into this buffer. When sending data, the device driver should read the outgoing data from this buffer.

Definition at line 457 of file uip.h.