summaryrefslogtreecommitdiff
path: root/usr/src/man/man3sip/sip_get_dialog_state.3sip
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3sip/sip_get_dialog_state.3sip')
-rw-r--r--usr/src/man/man3sip/sip_get_dialog_state.3sip40
1 files changed, 16 insertions, 24 deletions
diff --git a/usr/src/man/man3sip/sip_get_dialog_state.3sip b/usr/src/man/man3sip/sip_get_dialog_state.3sip
index 03d366c6b4..6bc576fa41 100644
--- a/usr/src/man/man3sip/sip_get_dialog_state.3sip
+++ b/usr/src/man/man3sip/sip_get_dialog_state.3sip
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH sip_get_dialog_state 3SIP "11 Jan 2008" "SunOS 5.11" "Session Initiation Protocol Library Functions"
+.TH SIP_GET_DIALOG_STATE 3SIP "Jan 11, 2008"
.SH NAME
sip_get_dialog_state, sip_get_dialog_callid, sip_get_dialog_local_tag,
sip_get_dialog_remote_tag, sip_get_dialog_local_uri, sip_get_dialog_remote_uri,
@@ -22,31 +22,31 @@ sip_is_dialog_secure, sip_get_dialog_msgcnt \- get dialog attributes
.LP
.nf
-\fBconst sip_str_t *\fR\fIsip_get_dialog_callid\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBconst sip_str_t *\fR\fIsip_get_dialog_callid\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBconst sip_str_t *\fR\fBsip_get_dialog_local_tag\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBconst sip_str_t *\fR\fBsip_get_dialog_local_tag\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBconst sip_str_t *\fR\fBsip_get_dialog_remote_tag\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBconst sip_str_t *\fR\fBsip_get_dialog_remote_tag\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBconst struct sip_uri *\fR\fBsip_get_dialog_local_uri\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBconst struct sip_uri *\fR\fBsip_get_dialog_local_uri\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBconst struct sip_uri *\fR\fBsip_get_dialog_remote_uri\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBconst struct sip_uri *\fR\fBsip_get_dialog_remote_uri\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
@@ -64,25 +64,25 @@ sip_is_dialog_secure, sip_get_dialog_msgcnt \- get dialog attributes
.LP
.nf
-\fBconst sip_str_t *\fR\fBsip_get_dialog_route_set\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBconst sip_str_t *\fR\fBsip_get_dialog_route_set\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBboolean_t\fR \fBsip_is_dialog_secure\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBboolean_t\fR \fBsip_is_dialog_secure\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBuint32_t\fR \fBsip_get_dialog_local_cseq\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBuint32_t\fR \fBsip_get_dialog_local_cseq\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
.LP
.nf
-\fBuint32_t\fR \fBsip_get_dialog_remote_cseq\fR(\fBsip_dialog_t\fR \fIdialog\fR,
+\fBuint32_t\fR \fBsip_get_dialog_remote_cseq\fR(\fBsip_dialog_t\fR \fIdialog\fR,
\fBint *\fR\fIerror\fR);
.fi
@@ -171,23 +171,19 @@ The \fBsip_get_dialog_type()\fR function returns one of the following dialog
types, depending on whether it is created by the client or the server.
.sp
.ne 2
-.mk
.na
\fB\fBSIP_UAC_DIALOG\fR\fR
.ad
.RS 18n
-.rt
created by client
.RE
.sp
.ne 2
-.mk
.na
\fB\fBSIP_UAS_DIALOG\fR\fR
.ad
.RS 18n
-.rt
created by server
.RE
@@ -231,7 +227,6 @@ These functions take an \fIerror\fR argument.
If the error is non-null, one of the following values is set:
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
@@ -243,7 +238,6 @@ dialogs.
.sp
.ne 2
-.mk
.na
\fB\fBENOTSUP\fR\fR
.ad
@@ -254,7 +248,6 @@ The input \fBSIP\fR message cannot be modified.
.sp
.ne 2
-.mk
.na
\fB\fBENOMEM\fR\fR
.ad
@@ -276,15 +269,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO