Contiki-NG
nullnet.c File Reference

NullNet, a minimal network layer. More...

#include "contiki.h"
#include "net/packetbuf.h"
#include "net/netstack.h"
#include "net/nullnet/nullnet.h"
#include "sys/log.h"

Go to the source code of this file.

Functions

void nullnet_set_input_callback (nullnet_input_callback callback)
 Set input callback for NullNet. More...
 

Variables

uint8_t * nullnet_buf
 Buffer used by the output function.
 

Detailed Description

NullNet, a minimal network layer.

Author
Simon Duquennoy simon.nosp@m..duq.nosp@m.uenno.nosp@m.y@ri.nosp@m..se

Definition in file nullnet.c.