Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c590 _sip_msg_t *_sip_request; in sip_create_response() local
601 _sip_request = (_sip_msg_t *)sip_request; in sip_create_response()
898 _sip_msg_t *_sip_request; in sip_add_request_line() local
905 _sip_request = (_sip_msg_t *)sip_request; in sip_add_request_line()
907 if (_sip_request->sip_msg_cannot_be_modified) { in sip_add_request_line()
921 new_header->sip_hdr_sipmsg = _sip_request; in sip_add_request_line()
928 _sip_request->sip_msg_start_line = new_header; in sip_add_request_line()
929 _sip_request->sip_msg_len += header_size; in sip_add_request_line()
931 &_sip_request->sip_msg_req_res); in sip_add_request_line()
932 if (_sip_request->sip_msg_buf != NULL) in sip_add_request_line()
[all …]