| 2301 | } |
| 2302 | |
| 2303 | static int pv_get_msg_branch_flags(struct sip_msg *msg, pv_param_t *param, |
| 2304 | pv_value_t *res) |
| 2305 | { |
| 2306 | return pv_get_msg_branch_fields( msg, param, res, BR_FLAGS_ID); |
| 2307 | } |
| 2308 | |
| 2309 | static int pv_get_msg_branch_sock(struct sip_msg *msg, pv_param_t *param, |
| 2310 | pv_value_t *res) |
nothing calls this directly
no test coverage detected