#include "config.h"#include <sys/types.h>#include <err.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include "dnet.h"#include "mod.h"Go to the source code of this file.
Functions | |
| void | addr_usage (void) |
| int | addr_main (int argc, char *argv[]) |
Variables | |
| mod | mod_addr |
|
||||||||||||
|
Definition at line 29 of file addr.c. References addr_aton, addr::addr_bits, addr_usage(), and err(). |
|
|
Definition at line 22 of file addr.c. Referenced by addr_main(). |
|
|
Initial value: {
"addr",
MOD_TYPE_DATA,
addr_main
}
|
1.4.2