
Go to the source code of this file.
Data Structures | |
| struct | _lrt_info |
Typedefs | |
| typedef int( | lrt_child_init_f )(void) |
| typedef struct _lrt_info | lrt_info_t |
Functions | |
| int | lrt_do_init_child (void) |
| int | register_lrt_info (lrt_info_t *lrti) |
Definition in file local_route.h.
| typedef int( lrt_child_init_f)(void) |
Definition at line 31 of file local_route.h.
| typedef struct _lrt_info lrt_info_t |
| int lrt_do_init_child | ( | void | ) |
Definition at line 39 of file local_route.c.
References init(), LM_ERR, and lrt_info_no.
Referenced by init_mi_child().
| int register_lrt_info | ( | lrt_info_t * | lrti | ) |
Definition at line 55 of file local_route.c.
References _lrt_info::init, LM_ERR, lrt_info_no, _lrt_info::name, NULL, and pkg_realloc.
Referenced by mod_init().
1.5.6