|
Contiki 2.5
|
#include "contiki.h"#include "contiki-conf.h"#include "rime.h"#include "net/rime/rimeaddr.h"#include "bundle.h"#include "routing.h"Go to the source code of this file.
Functions | |
| void | dtn_network_send (rimeaddr_t *destination, uint8_t length, void *reference) |
| Send out the content that was put in the buffer. More... | |
| 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... | |
Variables | |
| struct network_driver | dtn_network_driver |
| Contiki's network driver interface. | |
Definition in file dtn_network.h.
1.8.3.1