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
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 attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
libsip(3LIB)SunOS 5.11 Last change: 25 Jan 2007 1
Session Initiation Protocol Library Functionssip_get_resp_desc(3SIP)
SunOS 5.11 Last change: 25 Jan 2007 2