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