Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c587 char *totag, char *mycontact) in sip_create_response() argument
628 if (ttag_present || (totag == NULL && response == SIP_TRYING)) { in sip_create_response()
638 if (totag == NULL) { in sip_create_response()
639 totag = sip_guid(); in sip_create_response()
640 if (totag == NULL) in sip_create_response()
644 taglen = strlen(SIP_TAG) + strlen(totag) + 1; in sip_create_response()
648 free(totag); in sip_create_response()
651 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag); in sip_create_response()
653 free(totag); in sip_create_response()