Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c717 _sip_msg_t *_ack_msg; in sip_create_nonOKack() local
726 _ack_msg = (_sip_msg_t *)ack_msg; in sip_create_nonOKack()
753 if ((ret = sip_add_request_line(_ack_msg, ACK, uri)) != 0) { in sip_create_nonOKack()
758 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA, in sip_create_nonOKack()
763 (void) _sip_find_and_copy_header(_request, _ack_msg, in sip_create_nonOKack()
767 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_nonOKack()
773 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM, in sip_create_nonOKack()
778 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_CALL_ID, in sip_create_nonOKack()
787 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0) in sip_create_nonOKack()
789 if ((ret = sip_adjust_msgbuf(_ack_msg)) != 0) in sip_create_nonOKack()
[all …]