#include "config.h"#include <sys/types.h>#include <err.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "dnet.h"#include "aton.h"#include "mod.h"Go to the source code of this file.
Functions | |
| void | icmp_usage (void) |
| int | icmp_main (int argc, char *argv[]) |
Variables | |
| mod | mod_icmp |
|
||||||||||||
|
Definition at line 31 of file icmp.c. References err(), ICMP_ECHO, ICMP_HDR_LEN, icmp_usage(), IP_LEN_MAX, and memset. |
|
|
Definition at line 24 of file icmp.c. Referenced by icmp_main(). |
|
|
Initial value: {
"icmp",
MOD_TYPE_ENCAP,
icmp_main
}
|
1.4.2