SIP-router core ::Module: SIP-router core. More...
#include "route_struct.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include "dprint.h"#include "ip_addr.h"#include "mem/mem.h"#include "usr_avp.h"#include "ut.h"
Go to the source code of this file.
Definition in file route_struct.c.
| void cfg_pos_join | ( | struct cfg_pos * | res, | |
| struct cfg_pos * | pos1, | |||
| struct cfg_pos * | pos2 | |||
| ) |
Definition at line 64 of file route_struct.c.
| struct action* mk_action | ( | enum action_type | type, | |
| int | count, | |||
| ... | ||||
| ) | [read] |
| type | - type of the action | |
| count | - count of couples {param_type,val} | |
| ... | - count {param_type, val} pairs, where param_type is action_param_type. |
Definition at line 149 of file route_struct.c.
1.7.1