Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_msg.c593 boolean_t ttag_present; in sip_create_response() local
598 ttag_present = sip_get_to_tag(sip_request, NULL) != NULL; in sip_create_response()
630 if (ttag_present || (totag == NULL && response == SIP_TRYING)) { in sip_create_response()