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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c586 char *totag, char *mycontact)
627 if (ttag_present || (totag == NULL && response == SIP_TRYING)) {
637 if (totag == NULL) {
638 totag = sip_guid();
639 if (totag == NULL)
643 taglen = strlen(SIP_TAG) + strlen(totag) + 1;
647 free(totag);
650 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag);
652 free(totag);
585 sip_create_response(sip_msg_t sip_request, int response, char *response_code, char *totag, char *mycontact) argument

Completed in 17 milliseconds