Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

send.c File Reference

#include "config.h"
#include <sys/types.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "dnet.h"
#include "aton.h"
#include "mod.h"

Go to the source code of this file.

Functions

void send_usage (void)
int send_main (int argc, char *argv[])

Variables

mod mod_send


Function Documentation

int send_main int  argc,
char *  argv[]
 

Definition at line 32 of file send.c.

References err(), errx(), eth_close(), eth_open(), eth_send(), ip_close(), IP_LEN_MAX, ip_open(), ip_send(), NULL, and send_usage().

void send_usage void   ) 
 

Definition at line 25 of file send.c.

Referenced by send_main().


Variable Documentation

struct mod mod_send
 

Initial value:

 {
        "send",
        MOD_TYPE_XMIT,
        send_main
}

Definition at line 72 of file send.c.


Generated on Sun May 14 14:51:22 2006 by  doxygen 1.4.2