Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_msg.c719 _sip_msg_t *_ack_msg; in sip_create_nonOKack() local
728 _ack_msg = (_sip_msg_t *)ack_msg; in sip_create_nonOKack()
755 if ((ret = sip_add_request_line(_ack_msg, ACK, uri)) != 0) { in sip_create_nonOKack()
760 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_VIA, in sip_create_nonOKack()
765 (void) _sip_find_and_copy_header(_request, _ack_msg, in sip_create_nonOKack()
769 if ((ret = _sip_find_and_copy_header(_response, _ack_msg, SIP_TO, in sip_create_nonOKack()
775 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_FROM, in sip_create_nonOKack()
780 if ((ret = _sip_find_and_copy_header(_request, _ack_msg, SIP_CALL_ID, in sip_create_nonOKack()
789 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0) in sip_create_nonOKack()
791 if ((ret = sip_adjust_msgbuf(_ack_msg)) != 0) in sip_create_nonOKack()
[all …]