Home
last modified time | relevance | path

Searched refs:SIP_BRANCHID_LEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c205 if ((branchid = (char *)malloc(SIP_BRANCHID_LEN + 1)) == NULL) in sip_branchid()
212 (void) snprintf(branchid, SIP_BRANCHID_LEN + 1, "z9hG4bK%s", in sip_branchid()
H A Dsip_miscdefs.h53 #define SIP_BRANCHID_LEN 28 /* incl. the magic cookie */ macro