1sip_get_resp_desc(S3eSsIsPi)on Initiation Protocol Library Funscitpi_ognest_resp_desc(3SIP)
2
3
4

NAME

6       sip_get_resp_desc - return the response phrase
7

SYNOPSIS

9       cc [ flag ... ] file ... -lsip [ library ... ]
10       #include <sip.h>
11
12       char *sip_get_resp_desc(int *resp_code);
13
14

DESCRIPTION

16       The  sip_get_resp_desc()  function  returns the response phrase for the
17       given response code in resp_code. The response code is not one that  is
18       listed in RFC 3261 (Section 21). The returned string is "UNKNOWN".
19

RETURN VALUES

21       The  value  of  errno  is not changed by these calls in the event of an
22       error.
23

ATTRIBUTES

25       See attributes(5) for descriptions of the following attributes:
26
27
28
29
30       ┌─────────────────────────────┬─────────────────────────────┐
31       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
32       ├─────────────────────────────┼─────────────────────────────┤
33       │Interface Stability          │Committed                    │
34       ├─────────────────────────────┼─────────────────────────────┤
35       │MT-Level                     │MT-Safe                      │
36       └─────────────────────────────┴─────────────────────────────┘
37

SEE ALSO

39       libsip(3LIB)
40
41
42
43SunOS 5.11                        25 Jan 2007          sip_get_resp_desc(3SIP)
Impressum