Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c644 taglen = strlen(SIP_TAG) + strlen(totag) + 1; in sip_create_response()
651 (void) snprintf(xtra_param, taglen, "%s%s", SIP_TAG, totag); in sip_create_response()
H A Dsip_add_hdrs.c436 plen = strlen(SIP_TAG) + strlen(tags) + 1; in sip_add_name_aspec()
440 (void) snprintf(params, plen, "%s%s", SIP_TAG, tags); in sip_add_name_aspec()
H A Dsip.h52 #define SIP_TAG "TAG=" macro