More...

Go to the source code of this file.
Functions | |
| int | cr_load_next_domain_fixup (void **param, int param_no) |
| int | cr_load_user_carrier_fixup (void **param, int param_no) |
| int | cr_route_fixup (void **param, int param_no) |
Definition in file cr_fixup.h.
| int cr_load_next_domain_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) |
Fixes the module functions' parameters, i.e. it maps the routing domain names to numbers for faster access at runtime
| param | the parameter | |
| param_no | the number of the parameter |
| param | the parameter | |
| param_no | the number of the parameter |
Definition at line 262 of file cr_fixup.c.
References avp_name_fixup(), carrier_fixup(), domain_fixup(), fixup_spve_null(), and LM_ERR.
| int cr_load_user_carrier_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) |
Fixes the module functions' parameters.
| param | the parameter | |
| param_no | the number of the parameter |
Definition at line 304 of file cr_fixup.c.
References avp_name_fixup(), CARRIERROUTE_MODE_FILE, fixup_spve_null(), LM_ERR, and mode.
| int cr_route_fixup | ( | void ** | param, | |
| int | param_no | |||
| ) |
fixes the module functions' parameters, i.e. it maps the routing domain names to numbers for faster access at runtime
| param | the parameter | |
| param_no | the number of the parameter |
| param | the parameter | |
| param_no | the number of the parameter |
Definition at line 207 of file cr_fixup.c.
References avp_name_fixup(), carrier_fixup(), domain_fixup(), fixup_spve_null(), hash_fixup(), LM_ERR, pkg_free, and shs_error.
1.5.6