#include <lcr_mod.h>

Data Fields | |
| unsigned short | first_gw |
| char | from_uri [MAX_URI_LEN+1] |
| unsigned short | from_uri_len |
| pcre * | from_uri_re |
| unsigned int | grp_id |
| struct lcr_info * | next |
| char | prefix [MAX_PREFIX_LEN+1] |
| unsigned short | prefix_len |
| unsigned short | priority |
Definition at line 41 of file lcr_mod.h.
| unsigned short first_gw |
Definition at line 48 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_insert(), and reload_gws_and_lcrs().
| char from_uri[MAX_URI_LEN+1] |
Definition at line 44 of file lcr_mod.h.
Referenced by lcr_hash_table_insert(), and mi_print_lcrs().
| unsigned short from_uri_len |
Definition at line 45 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_insert(), mi_print_lcrs(), and reload_gws_and_lcrs().
| pcre* from_uri_re |
Definition at line 46 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_contents_free(), and lcr_hash_table_insert().
| unsigned int grp_id |
Definition at line 47 of file lcr_mod.h.
Referenced by lcr_hash_table_contents_free(), lcr_hash_table_insert(), load_gws_from_grp(), mi_print_lcrs(), and reload_gws_and_lcrs().
Definition at line 50 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_contents_free(), lcr_hash_table_insert(), mi_print_lcrs(), and prefix_len_insert().
| char prefix[MAX_PREFIX_LEN+1] |
Definition at line 42 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_contents_free(), lcr_hash_table_insert(), and mi_print_lcrs().
| unsigned short prefix_len |
Definition at line 43 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_contents_free(), lcr_hash_table_insert(), mi_print_lcrs(), prefix_len_insert(), and reload_gws_and_lcrs().
| unsigned short priority |
Definition at line 49 of file lcr_mod.h.
Referenced by do_load_gws(), lcr_hash_table_insert(), and mi_print_lcrs().
1.5.6