Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_msg.c646 taglen = strlen(SIP_TAG) + strlen(totag) + 1; in sip_create_response()
653 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag); in sip_create_response()
H A Dsip_add_hdrs.c438 plen = strlen(SIP_TAG) + strlen(tags) + 1; in sip_add_name_aspec()
442 (void) snprintf(params, plen, "%s%s", SIP_TAG, tags); in sip_add_name_aspec()
H A Dsip.h54 #define SIP_TAG "TAG=" macro