|
IBR-DTNSuite
0.8
|
#include <inttypes.h>#include <pthread.h>#include "tun.h"#include "receiver.h"#include <ibrdtn/api/dtn_api.h>
Go to the source code of this file.
Functions | |
| void | bundle_received (const void *data, uint32_t len) |
| int | main () |
| void bundle_received | ( | const void * | data, |
| uint32_t | len | ||
| ) |
| int main | ( | ) |
Definition at line 28 of file dtntun.c.
References bundle_received(), dtn_hithere(), dtn_register_endpoint(), receiver_run(), tun_conf_ipv4(), and tun_create().
