|
Contiki-NG
|
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. | |
NullNet, a minimal network layer.
Definition in file nullnet.c.
1.8.13