| 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) |
| 3764 | { |
| 3765 | return _int_pv_set_branch_fields( msg, param, op, val, BR_SOCKET_ID, 1); |
| 3766 | } |
| 3767 | |
| 3768 | static int pv_set_msg_branch_attr(struct sip_msg* msg, pv_param_t *param, |
| 3769 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected