dtnreporter.c File Reference

#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <strings.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include "dtn_api.h"
#include "dtnping.h"

Go to the source code of this file.

Functions

void usage ()
void doOptions (int argc, const char **argv)
int main (int argc, const char **argv)

Variables

const char * progname
int expiration = 30
int wait_after_done = 0
char register_eid_str [DTN_MAX_ENDPOINT_ID] = ""
char replyto_eid_str [DTN_MAX_ENDPOINT_ID] = ""

Function Documentation

void doOptions ( int  argc,
const char **  argv 
)

Definition at line 203 of file dtnreporter.c.

References expiration, progname, register_eid_str, usage(), and wait_after_done.

int main ( int  argc,
const char **  argv 
)
void usage (  ) 

Definition at line 36 of file dtnreporter.c.

References progname.


Variable Documentation

int expiration = 30

Definition at line 45 of file dtnreporter.c.

const char* progname

Definition at line 33 of file dtnreporter.c.

char register_eid_str[DTN_MAX_ENDPOINT_ID] = ""

Definition at line 47 of file dtnreporter.c.

Referenced by doOptions(), and main().

char replyto_eid_str[DTN_MAX_ENDPOINT_ID] = ""

Definition at line 48 of file dtnreporter.c.

int wait_after_done = 0

Definition at line 46 of file dtnreporter.c.

Referenced by doOptions(), and main().

Generated on Sun Nov 21 13:21:00 2010 for DTN Reference Implementation by  doxygen 1.6.3