| 2307 | } |
| 2308 | |
| 2309 | static int pv_get_msg_branch_sock(struct sip_msg *msg, pv_param_t *param, |
| 2310 | pv_value_t *res) |
| 2311 | { |
| 2312 | return pv_get_msg_branch_fields( msg, param, res, BR_SOCKET_ID); |
| 2313 | } |
| 2314 | |
| 2315 | static int pv_get_msg_branch_attr(struct sip_msg *msg, pv_param_t *param, |
| 2316 | pv_value_t *res) |
nothing calls this directly
no test coverage detected