| 3754 | } |
| 3755 | |
| 3756 | static int pv_set_msg_branch_flags(struct sip_msg* msg, pv_param_t *param, |
| 3757 | int op, pv_value_t *val) |
| 3758 | { |
| 3759 | return _int_pv_set_branch_fields( msg, param, op, val, BR_FLAGS_ID, 1); |
| 3760 | } |
| 3761 | |
| 3762 | static int pv_set_msg_branch_sock(struct sip_msg* msg, pv_param_t *param, |
| 3763 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected