Contiki 2.5
Functions | Variables
dtn_network.h File Reference
#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.
 

Detailed Description

Author
Georg von Zengen vonze.nosp@m.ng@i.nosp@m.br.cs.nosp@m..tu-.nosp@m.bs.de

Definition in file dtn_network.h.