#include "module.h"関数 | |
| MODULE_PARM (use_lo,"i") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Luke Klein-Berndt") | |
| MODULE_DESCRIPTION ("A AODV ad-hoc routing kernel module") | |
| int | init_module (void) |
| void | cleanup_module (void) |
変数 | |
| nf_hook_ops | input_filter |
| nf_hook_ops | output_filter |
| nf_hook_ops | forward_filter |
| nf_hook_ops | post_routing_filter |
| route_table_entry * | g_my_entry |
| u_int32_t | g_my_ip |
| u_int32_t | g_broadcast_ip |
| u_int8_t | use_lo |
| flood_id_queue_entry * | rreq_id_queue |
| static struct proc_dir_entry * | aodv_dir |
| static struct proc_dir_entry * | route_table_proc |
| static struct proc_dir_entry * | rreq_id_proc |
| static struct proc_dir_entry * | timer_queue_proc |
| static struct proc_dir_entry * | monitor_proc |
| static struct proc_dir_entry * | stats_proc |
| u_int8_t | USE_LO |
| metric | monitor |
| char | g_block_dev [8] |
| char | g_aodv_dev [8] |
| u_int32_t | g_aodv_subnet |
|
|
参照先 aodv_timer・cleanup_event_queue()・cleanup_flood_id_queue()・cleanup_packet_queue()・cleanup_route_table()・close_sock()・forward_filter・input_filter・kill_aodv()・output_filter. |
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
参照元 init_module(). |
|
|
|
|
|
|
|
|
参照元 init_module(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
参照元 aodv()・local_broadcast()・read_stats_proc()・send_message(). |
|
|
参照元 init_module(). |
|
|
|
|
|
|
|
|
参照元 init_module(). |
|
|
参照元 init_module(). |
|
|
|
|
|
参照元 init_module(). |
|
|
参照元 init_module(). |
|
|
|
|
|
参照元 init_module(). |
1.4.5