#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 |
|
||||||||||||
|
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(). |
|
|
Definition at line 25 of file send.c. Referenced by send_main(). |
|
|
Initial value: {
"send",
MOD_TYPE_XMIT,
send_main
}
|
1.4.2