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