|
Contiki 2.5
|
#include "netstack.h"#include "packetbuf.h"#include "leds.h"#include "logging.h"#include "convergence_layer.h"#include "agent.h"#include "dtn_network.h"Go to the source code of this file.
Functions | |
| uint8_t * | dtn_network_get_buffer () |
| Returns the pointer to a buffer that can be used to contruct packets. More... | |
| uint8_t | dtn_network_get_buffer_length () |
| Returns the maximum buffer length. More... | |
| void | dtn_network_send (rimeaddr_t *destination, uint8_t length, void *reference) |
| Send out the content that was put in the buffer. More... | |
Variables | |
| struct network_driver | dtn_network_driver |
| Contiki's network driver interface. | |
Definition in file dtn_network.c.
1.8.3.1