opensolaris man page for sip_get_resp_desc

Query: sip_get_resp_desc

OS: opensolaris

Section: 3sip

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sip_get_resp_desc(3SIP) 			   Session Initiation Protocol Library Functions			   sip_get_resp_desc(3SIP)

NAME
sip_get_resp_desc - return the response phrase
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> char *sip_get_resp_desc(int *resp_code);
DESCRIPTION
The sip_get_resp_desc() function returns the response phrase for the given response code in resp_code. The response code is not one that is listed in RFC 3261 (Section 21). The returned string is "UNKNOWN".
RETURN VALUES
The value of errno is not changed by these calls in the event of an error.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
libsip(3LIB) SunOS 5.11 25 Jan 2007 sip_get_resp_desc(3SIP)
Related Man Pages
sip_branchid(3sip) - opensolaris
sip_clone_msg(3sip) - opensolaris
sip_hold_dialog(3sip) - opensolaris
sip_hold_trans(3sip) - opensolaris
sip_msg_is_request(3sip) - opensolaris
Similar Topics in the Unix Linux Community
reSIProcate 1.4.1 (Default branch)