Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c591 boolean_t ttag_present; in sip_create_response() local
596 ttag_present = sip_get_to_tag(sip_request, NULL) != NULL; in sip_create_response()
628 if (ttag_present || (totag == NULL && response == SIP_TRYING)) { in sip_create_response()