Lines Matching +defs:val +defs:first
234 const struct sip_value *val;
236 val = sip_get_header_value(_dialog->sip_dlg_remote_target,
238 if (val == NULL)
240 req_uri = &((sip_hdr_value_t *)val)->cftr_uri;
301 * If the route set is not empty, and the first URI in the route set
307 * If the route set is not empty, and its first URI does not contain the
308 * lr parameter, the UAC MUST place the first URI from the route set
326 boolean_t first = B_TRUE;
347 const struct sip_value *val;
349 val = sip_get_header_value(dialog->sip_dlg_remote_target, NULL);
350 to_uri = &((sip_hdr_value_t *)val)->cftr_uri;
414 if (first) {
418 first = B_FALSE;
450 if (first) {
743 * Set the partial dialog timer with the INVITE timeout val
868 const struct sip_value *val;
1125 val = sip_get_header_value(dialog->sip_dlg_local_uri_tag,
1128 val = sip_get_header_value(dialog->sip_dlg_remote_uri_tag,
1131 if (val == NULL || error != 0) {
1135 assert(val != NULL && error == 0);
1136 remtag = sip_get_param_value((sip_header_value_t)val, "tag", &error);
1138 val = sip_get_header_value(dialog->sip_dlg_call_id, &error);
1139 callid = &((sip_hdr_value_t *)val)->str_val;