Searched refs:SIP_BRANCHID_LEN (Results 1 – 2 of 2) sorted by relevance
207 if ((branchid = (char *)malloc(SIP_BRANCHID_LEN + 1)) == NULL) in sip_branchid()214 (void) snprintf(branchid, SIP_BRANCHID_LEN + 1, "z9hG4bK%s", in sip_branchid()
55 #define SIP_BRANCHID_LEN 28 /* incl. the magic cookie */ macro