Query: sip_guid
OS: opensolaris
Section: 3sip
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sip_guid(3SIP) Session Initiation Protocol Library Functions sip_guid(3SIP)NAMEsip_guid - generate a random stringSYNOPSIScc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> char *sip_guid();DESCRIPTIONThe sip_guid() function can be used to generate a random string. The caller is responsible for freeing the returned string.RETURN VALUESThe sip_guid() function returns a string on success and NULL on failure. The value of errno is not changed by these calls in the event of an error.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOlibsip(3LIB) SunOS 5.11 25 Jan 2007 sip_guid(3SIP)
Related Man Pages |
---|
sip_clone_msg(3sip) - opensolaris |
sip_get_branchid(3sip) - opensolaris |
sip_hdr_to_str(3sip) - opensolaris |
sip_hold_trans(3sip) - opensolaris |
sip_respline_to_str(3sip) - opensolaris |