Contiki-NG
nullnet.h File Reference

NullNet, a minimal network layer. More...

#include "contiki.h"
#include "net/linkaddr.h"

Go to the source code of this file.

Typedefs

typedef void(* nullnet_input_callback) (const void *data, uint16_t len, const linkaddr_t *src, const linkaddr_t *dest)
 Function prototype for NullNet input callback.
 

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.h.