Home
last modified time | relevance | path

Searched refs:sip_msg_req_res (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c86 while (_sip_msg->sip_msg_req_res != NULL) { in sip_destroy_msg()
89 sip_msg_type_ptr = _sip_msg->sip_msg_req_res->sip_next; in sip_destroy_msg()
90 if (_sip_msg->sip_msg_req_res->is_request) { in sip_destroy_msg()
93 reqline = &_sip_msg->sip_msg_req_res->U.sip_request; in sip_destroy_msg()
99 free(_sip_msg->sip_msg_req_res); in sip_destroy_msg()
100 _sip_msg->sip_msg_req_res = sip_msg_type_ptr; in sip_destroy_msg()
574 &_sip_response->sip_msg_req_res); in sip_add_response_line()
729 if (_request->sip_msg_req_res == NULL) { in sip_create_nonOKack()
731 &_request->sip_msg_req_res)) != 0) { in sip_create_nonOKack()
751 uri[_request->sip_msg_req_res->U.sip_request. in sip_create_nonOKack()
[all …]
H A Dsip_xaction_state_mc.c181 sip_msg_info = msg->sip_msg_req_res; in sip_xaction_output()
215 if (msg->sip_msg_req_res == NULL) { in sip_clnt_xaction_output()
219 assert(msg->sip_msg_req_res != NULL); in sip_clnt_xaction_output()
220 sip_msg_info = msg->sip_msg_req_res; in sip_clnt_xaction_output()
631 sip_msg_info = msg->sip_msg_req_res; in sip_srv_xaction_input()
926 if (msg->sip_msg_req_res == NULL) { in sip_clnt_xaction_inv_res()
930 assert(msg->sip_msg_req_res != NULL); in sip_clnt_xaction_inv_res()
932 sip_msg_info = msg->sip_msg_req_res; in sip_clnt_xaction_inv_res()
1126 assert(msg->sip_msg_req_res != NULL); in sip_clnt_xaction_noninv_res()
1129 sip_msg_info = msg->sip_msg_req_res; in sip_clnt_xaction_noninv_res()
[all …]
H A Dsip_gids.c231 if (_sip_msg->sip_msg_req_res == NULL || in sip_branchid()
232 _sip_msg->sip_msg_req_res->U.sip_request.sip_request_uri. in sip_branchid()
249 _sasl_MD5Update(&ctx, (uchar_t *)_sip_msg->sip_msg_req_res-> in sip_branchid()
251 _sip_msg->sip_msg_req_res->U.sip_request. in sip_branchid()
265 MD5Update(&ctx, (uchar_t *)_sip_msg->sip_msg_req_res-> in sip_branchid()
267 _sip_msg->sip_msg_req_res->U.sip_request. in sip_branchid()
H A Dsip_ui.c439 if (_sip_msg->sip_msg_req_res == NULL) { in sip_msg_is_request()
445 sip_msg_info = _sip_msg->sip_msg_req_res; in sip_msg_is_request()
470 if (_sip_msg->sip_msg_req_res == NULL) { in sip_msg_is_response()
476 sip_msg_info = _sip_msg->sip_msg_req_res; in sip_msg_is_response()
501 sip_msg_info = _sip_msg->sip_msg_req_res; in sip_get_request_method()
502 if (_sip_msg->sip_msg_req_res == NULL) { in sip_get_request_method()
536 if (_sip_msg->sip_msg_req_res == NULL) { in sip_get_request_uri_str()
542 sip_msg_info = _sip_msg->sip_msg_req_res; in sip_get_request_uri_str()
578 if (_sip_msg->sip_msg_req_res == NULL) { in sip_get_response_code()
612 if (_sip_msg->sip_msg_req_res == NULL) { in sip_get_response_phrase()
[all …]
H A Dsip_headers.c488 &_sip_msg->sip_msg_req_res); in sip_copy_start_line()
520 while (_sip_msg->sip_msg_req_res != NULL) { in sip_delete_start_line_locked()
523 sip_msg_type_ptr = _sip_msg->sip_msg_req_res->sip_next; in sip_delete_start_line_locked()
524 if (_sip_msg->sip_msg_req_res->is_request) { in sip_delete_start_line_locked()
527 reqline = &_sip_msg->sip_msg_req_res->U.sip_request; in sip_delete_start_line_locked()
533 free(_sip_msg->sip_msg_req_res); in sip_delete_start_line_locked()
534 _sip_msg->sip_msg_req_res = sip_msg_type_ptr; in sip_delete_start_line_locked()
H A Dsip_itf.c276 assert(_sip_msg->sip_msg_req_res != NULL); in sip_sendmsg()
277 sip_msg_info = _sip_msg->sip_msg_req_res; in sip_sendmsg()
463 &sip_msg->sip_msg_req_res)) { in sip_process_new_packet()
469 sip_msg_info = sip_msg->sip_msg_req_res; in sip_process_new_packet()
H A Dsip_xaction.c301 sip_msg_info = msg->sip_msg_req_res; in sip_xaction_find()
376 assert(msg->sip_msg_req_res != NULL); in sip_xaction_create()
377 sip_msg_info = msg->sip_msg_req_res; in sip_xaction_create()
450 sip_msg_info = ((_sip_msg_t *)msg)->sip_msg_req_res; in sip_xaction_get()
H A Dsip_msg.h356 sip_message_type_t *sip_msg_req_res; member
H A Dsip_parse_hdrs.c1648 msg_type = sip_msg->sip_msg_req_res; in sip_parse_cftr_header()