~ubuntu-branches/debian/wheezy/libnice/wheezy

« back to all changes in this revision

Viewing changes to docs/reference/libnice/xml/stunmessage.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-08-06 08:16:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806081659-z52bv1tzn1jafn1v
Tags: 0.0.9-2
Re-enable gupnp-igd support

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
</variablelist></refsect2>
654
654
<refsect2 id="StunTransactionId" role="typedef">
655
655
<title>StunTransactionId</title>
656
 
<indexterm zone="StunTransactionId"><primary sortas="StunTransactionId">StunTransactionId</primary></indexterm><programlisting>typedef uint8_t StunTransactionId[STUN_MESSAGE_TRANS_ID_LEN];
657
 
</programlisting>
658
 
<para>
 
656
<indexterm zone="StunTransactionId"><primary sortas="StunTransactionId">StunTransactionId</primary></indexterm><para>
659
657
A type that holds a STUN transaction id.</para>
660
658
<para>
661
659
</para></refsect2>
858
856
</variablelist></refsect2>
859
857
<refsect2 id="STUN-MESSAGE-BUFFER-INCOMPLETE--CAPS" role="macro">
860
858
<title>STUN_MESSAGE_BUFFER_INCOMPLETE</title>
861
 
<indexterm zone="STUN-MESSAGE-BUFFER-INCOMPLETE--CAPS"><primary sortas="STUN_MESSAGE_BUFFER_INCOMPLETE">STUN_MESSAGE_BUFFER_INCOMPLETE</primary></indexterm><programlisting>#define STUN_MESSAGE_BUFFER_INCOMPLETE 0
862
 
</programlisting>
 
859
<indexterm zone="STUN-MESSAGE-BUFFER-INCOMPLETE--CAPS"><primary sortas="STUN_MESSAGE_BUFFER_INCOMPLETE">STUN_MESSAGE_BUFFER_INCOMPLETE</primary></indexterm><programlisting>#define             STUN_MESSAGE_BUFFER_INCOMPLETE</programlisting>
863
860
<para>
864
861
Convenience macro for <link linkend="stun-message-validate-buffer-length"><function>stun_message_validate_buffer_length()</function></link> meaning that the
865
862
data to validate does not hold a complete STUN message</para>
867
864
</para></refsect2>
868
865
<refsect2 id="STUN-MESSAGE-BUFFER-INVALID--CAPS" role="macro">
869
866
<title>STUN_MESSAGE_BUFFER_INVALID</title>
870
 
<indexterm zone="STUN-MESSAGE-BUFFER-INVALID--CAPS"><primary sortas="STUN_MESSAGE_BUFFER_INVALID">STUN_MESSAGE_BUFFER_INVALID</primary></indexterm><programlisting>#define STUN_MESSAGE_BUFFER_INVALID -1
871
 
</programlisting>
 
867
<indexterm zone="STUN-MESSAGE-BUFFER-INVALID--CAPS"><primary sortas="STUN_MESSAGE_BUFFER_INVALID">STUN_MESSAGE_BUFFER_INVALID</primary></indexterm><programlisting>#define             STUN_MESSAGE_BUFFER_INVALID</programlisting>
872
868
<para>
873
869
Convenience macro for <link linkend="stun-message-validate-buffer-length"><function>stun_message_validate_buffer_length()</function></link> meaning that the
874
870
data to validate is not a valid STUN message</para>