Searched defs:totag (Results 1 - 1 of 1) sorted by relevance

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

Completed in 51 milliseconds