Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_msg.c589 char *totag, char *mycontact) in sip_create_response() argument
630 if (ttag_present || (totag == NULL && response == SIP_TRYING)) { in sip_create_response()
640 if (totag == NULL) { in sip_create_response()
641 totag = sip_guid(); in sip_create_response()
642 if (totag == NULL) in sip_create_response()
646 taglen = strlen(SIP_TAG) + strlen(totag) + 1; in sip_create_response()
650 free(totag); in sip_create_response()
653 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag); in sip_create_response()
655 free(totag); in sip_create_response()