Searched refs:SIP_TAG (Results 1 – 3 of 3) sorted by relevance
644 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()
436 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()
52 #define SIP_TAG "TAG=" macro