Imported Upstream version 0.1.16
[platform/upstream/libnice.git] / docs / reference / libnice / html / libnice.devhelp2
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <book xmlns="http://www.devhelp.net/book" title="libnice Reference Manual" link="index.html" author="" name="libnice" version="2" language="c" online="http://nice.freedesktop.org/libnice/index.html">
3   <chapters>
4     <sub name="ICE Library" link="pt01.html">
5       <sub name="" link="ch01.html">
6         <sub name="NiceAgent" link="NiceAgent.html"/>
7         <sub name="NiceAddress" link="libnice-NiceAddress.html"/>
8         <sub name="NiceCandidate" link="NiceCandidate.html"/>
9       </sub>
10       <sub name="Libnice helper functions" link="ch02.html">
11         <sub name="Debug messages" link="libnice-Debug-messages.html"/>
12         <sub name="Network interfaces discovery" link="libnice-Network-interfaces-discovery.html"/>
13       </sub>
14     </sub>
15     <sub name="STUN Library" link="pt02.html">
16       <sub name="" link="ch03.html">
17         <sub name="StunAgent" link="libnice-StunAgent.html"/>
18         <sub name="StunMessage" link="libnice-StunMessage.html"/>
19         <sub name="STUN Constants" link="libnice-STUN-Constants.html"/>
20       </sub>
21       <sub name="STUN usages" link="ch04.html">
22         <sub name="Bind" link="libnice-Bind.html"/>
23         <sub name="ICE" link="libnice-ICE.html"/>
24         <sub name="TURN" link="libnice-TURN.html"/>
25         <sub name="Timer" link="libnice-Timer.html"/>
26       </sub>
27     </sub>
28     <sub name="Pseudo TCP Socket implementation" link="pt03.html">
29       <sub name="" link="ch05.html">
30         <sub name="Pseudo TCP Socket" link="libnice-Pseudo-TCP-Socket.html"/>
31       </sub>
32     </sub>
33     <sub name="Appendices" link="pt04.html">
34       <sub name="API Index" link="api-index-full.html"/>
35       <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
36       <sub name="Index of new symbols in 0.0.4" link="ix03.html"/>
37       <sub name="Index of new symbols in 0.0.6" link="ix04.html"/>
38       <sub name="Index of new symbols in 0.0.7" link="ix05.html"/>
39       <sub name="Index of new symbols in 0.0.9" link="ix06.html"/>
40       <sub name="Index of new symbols in 0.0.10" link="ix07.html"/>
41       <sub name="Index of new symbols in 0.0.11" link="ix08.html"/>
42       <sub name="Index of new symbols in 0.1.4" link="ix09.html"/>
43       <sub name="Index of new symbols in 0.1.5" link="ix10.html"/>
44       <sub name="Index of new symbols in 0.1.6" link="ix11.html"/>
45       <sub name="Index of new symbols in 0.1.8" link="ix12.html"/>
46       <sub name="Index of new symbols in 0.1.14" link="ix13.html"/>
47       <sub name="Index of new symbols in 0.1.15" link="ix14.html"/>
48       <sub name="Index of new symbols in 0.1.16" link="ix15.html"/>
49       <sub name="Annotation Glossary" link="annotation-glossary.html"/>
50     </sub>
51   </chapters>
52   <functions>
53     <keyword type="function" name="NiceAgentRecvFunc ()" link="NiceAgent.html#NiceAgentRecvFunc"/>
54     <keyword type="function" name="nice_agent_new ()" link="NiceAgent.html#nice-agent-new"/>
55     <keyword type="function" name="nice_agent_new_reliable ()" link="NiceAgent.html#nice-agent-new-reliable" since="0.0.11"/>
56     <keyword type="function" name="nice_agent_new_full ()" link="NiceAgent.html#nice-agent-new-full" since="0.1.15"/>
57     <keyword type="function" name="nice_agent_add_local_address ()" link="NiceAgent.html#nice-agent-add-local-address"/>
58     <keyword type="function" name="nice_agent_set_port_range ()" link="NiceAgent.html#nice-agent-set-port-range"/>
59     <keyword type="function" name="nice_agent_add_stream ()" link="NiceAgent.html#nice-agent-add-stream"/>
60     <keyword type="function" name="nice_agent_remove_stream ()" link="NiceAgent.html#nice-agent-remove-stream"/>
61     <keyword type="function" name="nice_agent_set_relay_info ()" link="NiceAgent.html#nice-agent-set-relay-info"/>
62     <keyword type="function" name="nice_agent_forget_relays ()" link="NiceAgent.html#nice-agent-forget-relays" since="0.1.6"/>
63     <keyword type="function" name="nice_agent_gather_candidates ()" link="NiceAgent.html#nice-agent-gather-candidates"/>
64     <keyword type="function" name="nice_agent_set_remote_credentials ()" link="NiceAgent.html#nice-agent-set-remote-credentials"/>
65     <keyword type="function" name="nice_agent_get_local_credentials ()" link="NiceAgent.html#nice-agent-get-local-credentials"/>
66     <keyword type="function" name="nice_agent_set_local_credentials ()" link="NiceAgent.html#nice-agent-set-local-credentials"/>
67     <keyword type="function" name="nice_agent_set_remote_candidates ()" link="NiceAgent.html#nice-agent-set-remote-candidates"/>
68     <keyword type="function" name="nice_agent_get_remote_candidates ()" link="NiceAgent.html#nice-agent-get-remote-candidates"/>
69     <keyword type="function" name="nice_agent_get_local_candidates ()" link="NiceAgent.html#nice-agent-get-local-candidates"/>
70     <keyword type="function" name="nice_agent_get_selected_pair ()" link="NiceAgent.html#nice-agent-get-selected-pair"/>
71     <keyword type="function" name="nice_agent_peer_candidate_gathering_done ()" link="NiceAgent.html#nice-agent-peer-candidate-gathering-done" since="0.1.16"/>
72     <keyword type="function" name="nice_agent_send ()" link="NiceAgent.html#nice-agent-send"/>
73     <keyword type="function" name="nice_agent_send_messages_nonblocking ()" link="NiceAgent.html#nice-agent-send-messages-nonblocking" since="0.1.5"/>
74     <keyword type="function" name="nice_agent_recv ()" link="NiceAgent.html#nice-agent-recv" since="0.1.5"/>
75     <keyword type="function" name="nice_agent_recv_messages ()" link="NiceAgent.html#nice-agent-recv-messages" since="0.1.5"/>
76     <keyword type="function" name="nice_agent_recv_nonblocking ()" link="NiceAgent.html#nice-agent-recv-nonblocking" since="0.1.5"/>
77     <keyword type="function" name="nice_agent_recv_messages_nonblocking ()" link="NiceAgent.html#nice-agent-recv-messages-nonblocking" since="0.1.5"/>
78     <keyword type="function" name="nice_agent_attach_recv ()" link="NiceAgent.html#nice-agent-attach-recv"/>
79     <keyword type="function" name="nice_agent_set_selected_pair ()" link="NiceAgent.html#nice-agent-set-selected-pair"/>
80     <keyword type="function" name="nice_agent_set_selected_remote_candidate ()" link="NiceAgent.html#nice-agent-set-selected-remote-candidate"/>
81     <keyword type="function" name="nice_agent_set_stream_tos ()" link="NiceAgent.html#nice-agent-set-stream-tos" since="0.0.9"/>
82     <keyword type="function" name="nice_agent_set_software ()" link="NiceAgent.html#nice-agent-set-software" since="0.0.10"/>
83     <keyword type="function" name="nice_agent_restart ()" link="NiceAgent.html#nice-agent-restart"/>
84     <keyword type="function" name="nice_agent_restart_stream ()" link="NiceAgent.html#nice-agent-restart-stream" since="0.1.6"/>
85     <keyword type="function" name="nice_agent_set_stream_name ()" link="NiceAgent.html#nice-agent-set-stream-name" since="0.1.4"/>
86     <keyword type="function" name="nice_agent_get_stream_name ()" link="NiceAgent.html#nice-agent-get-stream-name" since="0.1.4"/>
87     <keyword type="function" name="nice_agent_get_default_local_candidate ()" link="NiceAgent.html#nice-agent-get-default-local-candidate"/>
88     <keyword type="function" name="nice_agent_generate_local_sdp ()" link="NiceAgent.html#nice-agent-generate-local-sdp" since="0.1.4"/>
89     <keyword type="function" name="nice_agent_generate_local_stream_sdp ()" link="NiceAgent.html#nice-agent-generate-local-stream-sdp" since="0.1.4"/>
90     <keyword type="function" name="nice_agent_generate_local_candidate_sdp ()" link="NiceAgent.html#nice-agent-generate-local-candidate-sdp" since="0.1.4"/>
91     <keyword type="function" name="nice_agent_parse_remote_sdp ()" link="NiceAgent.html#nice-agent-parse-remote-sdp" since="0.1.4"/>
92     <keyword type="function" name="nice_agent_parse_remote_stream_sdp ()" link="NiceAgent.html#nice-agent-parse-remote-stream-sdp" since="0.1.4"/>
93     <keyword type="function" name="nice_agent_parse_remote_candidate_sdp ()" link="NiceAgent.html#nice-agent-parse-remote-candidate-sdp" since="0.1.4"/>
94     <keyword type="function" name="nice_agent_get_io_stream ()" link="NiceAgent.html#nice-agent-get-io-stream" since="0.1.5"/>
95     <keyword type="function" name="nice_agent_get_selected_socket ()" link="NiceAgent.html#nice-agent-get-selected-socket" since="0.1.5"/>
96     <keyword type="function" name="nice_agent_get_component_state ()" link="NiceAgent.html#nice-agent-get-component-state" since="0.1.8"/>
97     <keyword type="function" name="nice_agent_close_async ()" link="NiceAgent.html#nice-agent-close-async" since="0.1.16"/>
98     <keyword type="function" name="nice_component_state_to_string ()" link="NiceAgent.html#nice-component-state-to-string" since="0.1.6"/>
99     <keyword type="struct" name="NiceAgent" link="NiceAgent.html#NiceAgent-struct"/>
100     <keyword type="enum" name="enum NiceComponentState" link="NiceAgent.html#NiceComponentState"/>
101     <keyword type="enum" name="enum NiceComponentType" link="NiceAgent.html#NiceComponentType"/>
102     <keyword type="enum" name="enum NiceProxyType" link="NiceAgent.html#NiceProxyType" since="0.0.4"/>
103     <keyword type="enum" name="enum NiceNominationMode" link="NiceAgent.html#NiceNominationMode" since="0.1.15"/>
104     <keyword type="enum" name="enum NiceCompatibility" link="NiceAgent.html#NiceCompatibility"/>
105     <keyword type="struct" name="NiceInputMessage" link="NiceAgent.html#NiceInputMessage" since="0.1.5"/>
106     <keyword type="struct" name="NiceOutputMessage" link="NiceAgent.html#NiceOutputMessage" since="0.1.5"/>
107     <keyword type="macro" name="NICE_AGENT_MAX_REMOTE_CANDIDATES" link="NiceAgent.html#NICE-AGENT-MAX-REMOTE-CANDIDATES:CAPS"/>
108     <keyword type="enum" name="enum NiceAgentOption" link="NiceAgent.html#NiceAgentOption" since="0.1.15"/>
109     <keyword type="property" name="The “bytestream-tcp” property" link="NiceAgent.html#NiceAgent--bytestream-tcp"/>
110     <keyword type="property" name="The “compatibility” property" link="NiceAgent.html#NiceAgent--compatibility"/>
111     <keyword type="property" name="The “controlling-mode” property" link="NiceAgent.html#NiceAgent--controlling-mode"/>
112     <keyword type="property" name="The “force-relay” property" link="NiceAgent.html#NiceAgent--force-relay"/>
113     <keyword type="property" name="The “full-mode” property" link="NiceAgent.html#NiceAgent--full-mode"/>
114     <keyword type="property" name="The “ice-tcp” property" link="NiceAgent.html#NiceAgent--ice-tcp"/>
115     <keyword type="property" name="The “ice-trickle” property" link="NiceAgent.html#NiceAgent--ice-trickle"/>
116     <keyword type="property" name="The “ice-udp” property" link="NiceAgent.html#NiceAgent--ice-udp"/>
117     <keyword type="property" name="The “keepalive-conncheck” property" link="NiceAgent.html#NiceAgent--keepalive-conncheck"/>
118     <keyword type="property" name="The “main-context” property" link="NiceAgent.html#NiceAgent--main-context"/>
119     <keyword type="property" name="The “max-connectivity-checks” property" link="NiceAgent.html#NiceAgent--max-connectivity-checks"/>
120     <keyword type="property" name="The “nomination-mode” property" link="NiceAgent.html#NiceAgent--nomination-mode"/>
121     <keyword type="property" name="The “proxy-ip” property" link="NiceAgent.html#NiceAgent--proxy-ip"/>
122     <keyword type="property" name="The “proxy-password” property" link="NiceAgent.html#NiceAgent--proxy-password"/>
123     <keyword type="property" name="The “proxy-port” property" link="NiceAgent.html#NiceAgent--proxy-port"/>
124     <keyword type="property" name="The “proxy-type” property" link="NiceAgent.html#NiceAgent--proxy-type"/>
125     <keyword type="property" name="The “proxy-username” property" link="NiceAgent.html#NiceAgent--proxy-username"/>
126     <keyword type="property" name="The “reliable” property" link="NiceAgent.html#NiceAgent--reliable"/>
127     <keyword type="property" name="The “stun-initial-timeout” property" link="NiceAgent.html#NiceAgent--stun-initial-timeout"/>
128     <keyword type="property" name="The “stun-max-retransmissions” property" link="NiceAgent.html#NiceAgent--stun-max-retransmissions"/>
129     <keyword type="property" name="The “stun-pacing-timer” property" link="NiceAgent.html#NiceAgent--stun-pacing-timer"/>
130     <keyword type="property" name="The “stun-reliable-timeout” property" link="NiceAgent.html#NiceAgent--stun-reliable-timeout"/>
131     <keyword type="property" name="The “stun-server” property" link="NiceAgent.html#NiceAgent--stun-server"/>
132     <keyword type="property" name="The “stun-server-port” property" link="NiceAgent.html#NiceAgent--stun-server-port"/>
133     <keyword type="property" name="The “support-renomination” property" link="NiceAgent.html#NiceAgent--support-renomination"/>
134     <keyword type="property" name="The “upnp” property" link="NiceAgent.html#NiceAgent--upnp"/>
135     <keyword type="property" name="The “upnp-timeout” property" link="NiceAgent.html#NiceAgent--upnp-timeout"/>
136     <keyword type="signal" name="The “candidate-gathering-done” signal" link="NiceAgent.html#NiceAgent-candidate-gathering-done"/>
137     <keyword type="signal" name="The “component-state-changed” signal" link="NiceAgent.html#NiceAgent-component-state-changed"/>
138     <keyword type="signal" name="The “initial-binding-request-received” signal" link="NiceAgent.html#NiceAgent-initial-binding-request-received"/>
139     <keyword type="signal" name="The “new-candidate” signal" link="NiceAgent.html#NiceAgent-new-candidate"/>
140     <keyword type="signal" name="The “new-candidate-full” signal" link="NiceAgent.html#NiceAgent-new-candidate-full"/>
141     <keyword type="signal" name="The “new-remote-candidate” signal" link="NiceAgent.html#NiceAgent-new-remote-candidate"/>
142     <keyword type="signal" name="The “new-remote-candidate-full” signal" link="NiceAgent.html#NiceAgent-new-remote-candidate-full"/>
143     <keyword type="signal" name="The “new-selected-pair” signal" link="NiceAgent.html#NiceAgent-new-selected-pair"/>
144     <keyword type="signal" name="The “new-selected-pair-full” signal" link="NiceAgent.html#NiceAgent-new-selected-pair-full"/>
145     <keyword type="signal" name="The “reliable-transport-writable” signal" link="NiceAgent.html#NiceAgent-reliable-transport-writable"/>
146     <keyword type="signal" name="The “streams-removed” signal" link="NiceAgent.html#NiceAgent-streams-removed"/>
147     <keyword type="function" name="nice_address_init ()" link="libnice-NiceAddress.html#nice-address-init"/>
148     <keyword type="function" name="nice_address_new ()" link="libnice-NiceAddress.html#nice-address-new"/>
149     <keyword type="function" name="nice_address_free ()" link="libnice-NiceAddress.html#nice-address-free"/>
150     <keyword type="function" name="nice_address_dup ()" link="libnice-NiceAddress.html#nice-address-dup"/>
151     <keyword type="function" name="nice_address_set_ipv4 ()" link="libnice-NiceAddress.html#nice-address-set-ipv4"/>
152     <keyword type="function" name="nice_address_set_ipv6 ()" link="libnice-NiceAddress.html#nice-address-set-ipv6"/>
153     <keyword type="function" name="nice_address_set_port ()" link="libnice-NiceAddress.html#nice-address-set-port"/>
154     <keyword type="function" name="nice_address_get_port ()" link="libnice-NiceAddress.html#nice-address-get-port"/>
155     <keyword type="function" name="nice_address_set_from_string ()" link="libnice-NiceAddress.html#nice-address-set-from-string"/>
156     <keyword type="function" name="nice_address_set_from_sockaddr ()" link="libnice-NiceAddress.html#nice-address-set-from-sockaddr"/>
157     <keyword type="function" name="nice_address_copy_to_sockaddr ()" link="libnice-NiceAddress.html#nice-address-copy-to-sockaddr"/>
158     <keyword type="function" name="nice_address_equal ()" link="libnice-NiceAddress.html#nice-address-equal"/>
159     <keyword type="function" name="nice_address_equal_no_port ()" link="libnice-NiceAddress.html#nice-address-equal-no-port" since="0.1.8"/>
160     <keyword type="function" name="nice_address_to_string ()" link="libnice-NiceAddress.html#nice-address-to-string"/>
161     <keyword type="function" name="nice_address_is_private ()" link="libnice-NiceAddress.html#nice-address-is-private"/>
162     <keyword type="function" name="nice_address_is_valid ()" link="libnice-NiceAddress.html#nice-address-is-valid"/>
163     <keyword type="function" name="nice_address_ip_version ()" link="libnice-NiceAddress.html#nice-address-ip-version"/>
164     <keyword type="struct" name="NiceAddress" link="libnice-NiceAddress.html#NiceAddress"/>
165     <keyword type="macro" name="NICE_ADDRESS_STRING_LEN" link="libnice-NiceAddress.html#NICE-ADDRESS-STRING-LEN:CAPS"/>
166     <keyword type="function" name="nice_candidate_new ()" link="NiceCandidate.html#nice-candidate-new"/>
167     <keyword type="function" name="nice_candidate_free ()" link="NiceCandidate.html#nice-candidate-free"/>
168     <keyword type="function" name="nice_candidate_copy ()" link="NiceCandidate.html#nice-candidate-copy"/>
169     <keyword type="function" name="nice_candidate_equal_target ()" link="NiceCandidate.html#nice-candidate-equal-target" since="0.1.15"/>
170     <keyword type="struct" name="struct NiceCandidate" link="NiceCandidate.html#NiceCandidate-struct"/>
171     <keyword type="enum" name="enum NiceCandidateType" link="NiceCandidate.html#NiceCandidateType"/>
172     <keyword type="enum" name="enum NiceCandidateTransport" link="NiceCandidate.html#NiceCandidateTransport"/>
173     <keyword type="struct" name="struct TurnServer" link="NiceCandidate.html#TurnServer"/>
174     <keyword type="enum" name="enum NiceRelayType" link="NiceCandidate.html#NiceRelayType"/>
175     <keyword type="macro" name="NICE_CANDIDATE_MAX_FOUNDATION" link="NiceCandidate.html#NICE-CANDIDATE-MAX-FOUNDATION:CAPS"/>
176     <keyword type="function" name="nice_debug_enable ()" link="libnice-Debug-messages.html#nice-debug-enable"/>
177     <keyword type="function" name="nice_debug_disable ()" link="libnice-Debug-messages.html#nice-debug-disable"/>
178     <keyword type="function" name="nice_interfaces_get_ip_for_interface ()" link="libnice-Network-interfaces-discovery.html#nice-interfaces-get-ip-for-interface"/>
179     <keyword type="function" name="nice_interfaces_get_local_interfaces ()" link="libnice-Network-interfaces-discovery.html#nice-interfaces-get-local-interfaces"/>
180     <keyword type="function" name="nice_interfaces_get_local_ips ()" link="libnice-Network-interfaces-discovery.html#nice-interfaces-get-local-ips"/>
181     <keyword type="function" name="StunMessageIntegrityValidate ()" link="libnice-StunAgent.html#StunMessageIntegrityValidate"/>
182     <keyword type="function" name="StunDebugHandler ()" link="libnice-StunAgent.html#StunDebugHandler"/>
183     <keyword type="function" name="stun_agent_init ()" link="libnice-StunAgent.html#stun-agent-init"/>
184     <keyword type="function" name="stun_agent_validate ()" link="libnice-StunAgent.html#stun-agent-validate"/>
185     <keyword type="function" name="stun_agent_default_validater ()" link="libnice-StunAgent.html#stun-agent-default-validater"/>
186     <keyword type="function" name="stun_agent_init_request ()" link="libnice-StunAgent.html#stun-agent-init-request"/>
187     <keyword type="function" name="stun_agent_init_indication ()" link="libnice-StunAgent.html#stun-agent-init-indication"/>
188     <keyword type="function" name="stun_agent_init_response ()" link="libnice-StunAgent.html#stun-agent-init-response"/>
189     <keyword type="function" name="stun_agent_init_error ()" link="libnice-StunAgent.html#stun-agent-init-error"/>
190     <keyword type="function" name="stun_agent_build_unknown_attributes_error ()" link="libnice-StunAgent.html#stun-agent-build-unknown-attributes-error"/>
191     <keyword type="function" name="stun_agent_finish_message ()" link="libnice-StunAgent.html#stun-agent-finish-message"/>
192     <keyword type="function" name="stun_agent_forget_transaction ()" link="libnice-StunAgent.html#stun-agent-forget-transaction" since="0.0.6"/>
193     <keyword type="function" name="stun_agent_set_software ()" link="libnice-StunAgent.html#stun-agent-set-software" since="0.0.10"/>
194     <keyword type="function" name="stun_debug_enable ()" link="libnice-StunAgent.html#stun-debug-enable"/>
195     <keyword type="function" name="stun_debug_disable ()" link="libnice-StunAgent.html#stun-debug-disable"/>
196     <keyword type="function" name="stun_set_debug_handler ()" link="libnice-StunAgent.html#stun-set-debug-handler"/>
197     <keyword type="typedef" name="StunAgent" link="libnice-StunAgent.html#StunAgent"/>
198     <keyword type="enum" name="enum StunCompatibility" link="libnice-StunAgent.html#StunCompatibility"/>
199     <keyword type="enum" name="enum StunAgentUsageFlags" link="libnice-StunAgent.html#StunAgentUsageFlags"/>
200     <keyword type="enum" name="enum StunValidationStatus" link="libnice-StunAgent.html#StunValidationStatus"/>
201     <keyword type="struct" name="StunDefaultValidaterData" link="libnice-StunAgent.html#StunDefaultValidaterData"/>
202     <keyword type="function" name="stun_message_init ()" link="libnice-StunMessage.html#stun-message-init"/>
203     <keyword type="function" name="stun_message_length ()" link="libnice-StunMessage.html#stun-message-length"/>
204     <keyword type="function" name="stun_message_find ()" link="libnice-StunMessage.html#stun-message-find"/>
205     <keyword type="function" name="stun_message_find_flag ()" link="libnice-StunMessage.html#stun-message-find-flag"/>
206     <keyword type="function" name="stun_message_find32 ()" link="libnice-StunMessage.html#stun-message-find32"/>
207     <keyword type="function" name="stun_message_find64 ()" link="libnice-StunMessage.html#stun-message-find64"/>
208     <keyword type="function" name="stun_message_find_string ()" link="libnice-StunMessage.html#stun-message-find-string"/>
209     <keyword type="function" name="stun_message_find_addr ()" link="libnice-StunMessage.html#stun-message-find-addr"/>
210     <keyword type="function" name="stun_message_find_xor_addr ()" link="libnice-StunMessage.html#stun-message-find-xor-addr"/>
211     <keyword type="function" name="stun_message_find_xor_addr_full ()" link="libnice-StunMessage.html#stun-message-find-xor-addr-full"/>
212     <keyword type="function" name="stun_message_find_error ()" link="libnice-StunMessage.html#stun-message-find-error"/>
213     <keyword type="function" name="stun_message_append ()" link="libnice-StunMessage.html#stun-message-append"/>
214     <keyword type="function" name="stun_message_append_bytes ()" link="libnice-StunMessage.html#stun-message-append-bytes"/>
215     <keyword type="function" name="stun_message_append_flag ()" link="libnice-StunMessage.html#stun-message-append-flag"/>
216     <keyword type="function" name="stun_message_append32 ()" link="libnice-StunMessage.html#stun-message-append32"/>
217     <keyword type="function" name="stun_message_append64 ()" link="libnice-StunMessage.html#stun-message-append64"/>
218     <keyword type="function" name="stun_message_append_string ()" link="libnice-StunMessage.html#stun-message-append-string"/>
219     <keyword type="function" name="stun_message_append_addr ()" link="libnice-StunMessage.html#stun-message-append-addr"/>
220     <keyword type="function" name="stun_message_append_xor_addr ()" link="libnice-StunMessage.html#stun-message-append-xor-addr"/>
221     <keyword type="function" name="stun_message_append_xor_addr_full ()" link="libnice-StunMessage.html#stun-message-append-xor-addr-full"/>
222     <keyword type="function" name="stun_message_append_error ()" link="libnice-StunMessage.html#stun-message-append-error"/>
223     <keyword type="function" name="stun_message_validate_buffer_length ()" link="libnice-StunMessage.html#stun-message-validate-buffer-length"/>
224     <keyword type="function" name="stun_message_validate_buffer_length_fast ()" link="libnice-StunMessage.html#stun-message-validate-buffer-length-fast" since="0.1.5"/>
225     <keyword type="function" name="stun_message_id ()" link="libnice-StunMessage.html#stun-message-id"/>
226     <keyword type="function" name="stun_message_get_class ()" link="libnice-StunMessage.html#stun-message-get-class"/>
227     <keyword type="function" name="stun_message_get_method ()" link="libnice-StunMessage.html#stun-message-get-method"/>
228     <keyword type="function" name="stun_message_has_attribute ()" link="libnice-StunMessage.html#stun-message-has-attribute"/>
229     <keyword type="function" name="stun_message_has_cookie ()" link="libnice-StunMessage.html#stun-message-has-cookie"/>
230     <keyword type="function" name="stun_optional ()" link="libnice-StunMessage.html#stun-optional"/>
231     <keyword type="function" name="stun_strerror ()" link="libnice-StunMessage.html#stun-strerror"/>
232     <keyword type="struct" name="struct StunMessage" link="libnice-StunMessage.html#StunMessage"/>
233     <keyword type="enum" name="enum StunClass" link="libnice-StunMessage.html#StunClass"/>
234     <keyword type="enum" name="enum StunMethod" link="libnice-StunMessage.html#StunMethod"/>
235     <keyword type="enum" name="enum StunAttribute" link="libnice-StunMessage.html#StunAttribute"/>
236     <keyword type="typedef" name="StunTransactionId" link="libnice-StunMessage.html#StunTransactionId"/>
237     <keyword type="enum" name="enum StunError" link="libnice-StunMessage.html#StunError"/>
238     <keyword type="enum" name="enum StunMessageReturn" link="libnice-StunMessage.html#StunMessageReturn"/>
239     <keyword type="macro" name="STUN_MESSAGE_BUFFER_INCOMPLETE" link="libnice-StunMessage.html#STUN-MESSAGE-BUFFER-INCOMPLETE:CAPS"/>
240     <keyword type="macro" name="STUN_MESSAGE_BUFFER_INVALID" link="libnice-StunMessage.html#STUN-MESSAGE-BUFFER-INVALID:CAPS"/>
241     <keyword type="struct" name="StunInputVector" link="libnice-StunMessage.html#StunInputVector" since="0.1.5"/>
242     <keyword type="macro" name="STUN_AGENT_MAX_SAVED_IDS" link="libnice-STUN-Constants.html#STUN-AGENT-MAX-SAVED-IDS:CAPS"/>
243     <keyword type="macro" name="STUN_AGENT_MAX_UNKNOWN_ATTRIBUTES" link="libnice-STUN-Constants.html#STUN-AGENT-MAX-UNKNOWN-ATTRIBUTES:CAPS"/>
244     <keyword type="macro" name="STUN_ATTRIBUTE_HEADER_LENGTH" link="libnice-STUN-Constants.html#STUN-ATTRIBUTE-HEADER-LENGTH:CAPS"/>
245     <keyword type="macro" name="STUN_ATTRIBUTE_LENGTH_LEN" link="libnice-STUN-Constants.html#STUN-ATTRIBUTE-LENGTH-LEN:CAPS"/>
246     <keyword type="macro" name="STUN_ATTRIBUTE_LENGTH_POS" link="libnice-STUN-Constants.html#STUN-ATTRIBUTE-LENGTH-POS:CAPS"/>
247     <keyword type="macro" name="STUN_ATTRIBUTE_TYPE_LEN" link="libnice-STUN-Constants.html#STUN-ATTRIBUTE-TYPE-LEN:CAPS"/>
248     <keyword type="macro" name="STUN_ATTRIBUTE_TYPE_POS" link="libnice-STUN-Constants.html#STUN-ATTRIBUTE-TYPE-POS:CAPS"/>
249     <keyword type="macro" name="STUN_ATTRIBUTE_VALUE_POS" link="libnice-STUN-Constants.html#STUN-ATTRIBUTE-VALUE-POS:CAPS"/>
250     <keyword type="macro" name="STUN_ID_LEN" link="libnice-STUN-Constants.html#STUN-ID-LEN:CAPS"/>
251     <keyword type="macro" name="STUN_MAGIC_COOKIE" link="libnice-STUN-Constants.html#STUN-MAGIC-COOKIE:CAPS"/>
252     <keyword type="macro" name="STUN_MAX_MESSAGE_SIZE" link="libnice-STUN-Constants.html#STUN-MAX-MESSAGE-SIZE:CAPS"/>
253     <keyword type="macro" name="STUN_MAX_MESSAGE_SIZE_IPV4" link="libnice-STUN-Constants.html#STUN-MAX-MESSAGE-SIZE-IPV4:CAPS"/>
254     <keyword type="macro" name="STUN_MAX_MESSAGE_SIZE_IPV6" link="libnice-STUN-Constants.html#STUN-MAX-MESSAGE-SIZE-IPV6:CAPS"/>
255     <keyword type="macro" name="STUN_MESSAGE_ATTRIBUTES_POS" link="libnice-STUN-Constants.html#STUN-MESSAGE-ATTRIBUTES-POS:CAPS"/>
256     <keyword type="macro" name="STUN_MESSAGE_HEADER_LENGTH" link="libnice-STUN-Constants.html#STUN-MESSAGE-HEADER-LENGTH:CAPS"/>
257     <keyword type="macro" name="STUN_MESSAGE_LENGTH_LEN" link="libnice-STUN-Constants.html#STUN-MESSAGE-LENGTH-LEN:CAPS"/>
258     <keyword type="macro" name="STUN_MESSAGE_LENGTH_POS" link="libnice-STUN-Constants.html#STUN-MESSAGE-LENGTH-POS:CAPS"/>
259     <keyword type="macro" name="STUN_MESSAGE_TRANS_ID_LEN" link="libnice-STUN-Constants.html#STUN-MESSAGE-TRANS-ID-LEN:CAPS"/>
260     <keyword type="macro" name="STUN_MESSAGE_TRANS_ID_POS" link="libnice-STUN-Constants.html#STUN-MESSAGE-TRANS-ID-POS:CAPS"/>
261     <keyword type="macro" name="STUN_MESSAGE_TYPE_LEN" link="libnice-STUN-Constants.html#STUN-MESSAGE-TYPE-LEN:CAPS"/>
262     <keyword type="macro" name="STUN_MESSAGE_TYPE_POS" link="libnice-STUN-Constants.html#STUN-MESSAGE-TYPE-POS:CAPS"/>
263     <keyword type="macro" name="TURN_MAGIC_COOKIE" link="libnice-STUN-Constants.html#TURN-MAGIC-COOKIE:CAPS"/>
264     <keyword type="function" name="stun_usage_bind_create ()" link="libnice-Bind.html#stun-usage-bind-create"/>
265     <keyword type="function" name="stun_usage_bind_process ()" link="libnice-Bind.html#stun-usage-bind-process"/>
266     <keyword type="function" name="stun_usage_bind_keepalive ()" link="libnice-Bind.html#stun-usage-bind-keepalive"/>
267     <keyword type="function" name="stun_usage_bind_run ()" link="libnice-Bind.html#stun-usage-bind-run"/>
268     <keyword type="enum" name="enum StunUsageBindReturn" link="libnice-Bind.html#StunUsageBindReturn"/>
269     <keyword type="function" name="stun_usage_ice_conncheck_create ()" link="libnice-ICE.html#stun-usage-ice-conncheck-create"/>
270     <keyword type="function" name="stun_usage_ice_conncheck_process ()" link="libnice-ICE.html#stun-usage-ice-conncheck-process"/>
271     <keyword type="function" name="stun_usage_ice_conncheck_create_reply ()" link="libnice-ICE.html#stun-usage-ice-conncheck-create-reply"/>
272     <keyword type="function" name="stun_usage_ice_conncheck_priority ()" link="libnice-ICE.html#stun-usage-ice-conncheck-priority"/>
273     <keyword type="function" name="stun_usage_ice_conncheck_use_candidate ()" link="libnice-ICE.html#stun-usage-ice-conncheck-use-candidate"/>
274     <keyword type="enum" name="enum StunUsageIceCompatibility" link="libnice-ICE.html#StunUsageIceCompatibility"/>
275     <keyword type="enum" name="enum StunUsageIceReturn" link="libnice-ICE.html#StunUsageIceReturn"/>
276     <keyword type="function" name="stun_usage_turn_create ()" link="libnice-TURN.html#stun-usage-turn-create"/>
277     <keyword type="function" name="stun_usage_turn_create_refresh ()" link="libnice-TURN.html#stun-usage-turn-create-refresh"/>
278     <keyword type="function" name="stun_usage_turn_process ()" link="libnice-TURN.html#stun-usage-turn-process"/>
279     <keyword type="function" name="stun_usage_turn_refresh_process ()" link="libnice-TURN.html#stun-usage-turn-refresh-process"/>
280     <keyword type="function" name="stun_usage_turn_create_permission ()" link="libnice-TURN.html#stun-usage-turn-create-permission"/>
281     <keyword type="enum" name="enum StunUsageTurnCompatibility" link="libnice-TURN.html#StunUsageTurnCompatibility"/>
282     <keyword type="enum" name="enum StunUsageTurnRequestPorts" link="libnice-TURN.html#StunUsageTurnRequestPorts"/>
283     <keyword type="enum" name="enum StunUsageTurnReturn" link="libnice-TURN.html#StunUsageTurnReturn"/>
284     <keyword type="function" name="stun_timer_start ()" link="libnice-Timer.html#stun-timer-start"/>
285     <keyword type="function" name="stun_timer_start_reliable ()" link="libnice-Timer.html#stun-timer-start-reliable"/>
286     <keyword type="function" name="stun_timer_refresh ()" link="libnice-Timer.html#stun-timer-refresh"/>
287     <keyword type="function" name="stun_timer_remainder ()" link="libnice-Timer.html#stun-timer-remainder"/>
288     <keyword type="typedef" name="StunTimer" link="libnice-Timer.html#StunTimer"/>
289     <keyword type="enum" name="enum StunUsageTimerReturn" link="libnice-Timer.html#StunUsageTimerReturn"/>
290     <keyword type="macro" name="STUN_TIMER_DEFAULT_MAX_RETRANSMISSIONS" link="libnice-Timer.html#STUN-TIMER-DEFAULT-MAX-RETRANSMISSIONS:CAPS"/>
291     <keyword type="macro" name="STUN_TIMER_DEFAULT_RELIABLE_TIMEOUT" link="libnice-Timer.html#STUN-TIMER-DEFAULT-RELIABLE-TIMEOUT:CAPS"/>
292     <keyword type="macro" name="STUN_TIMER_DEFAULT_TIMEOUT" link="libnice-Timer.html#STUN-TIMER-DEFAULT-TIMEOUT:CAPS"/>
293     <keyword type="function" name="pseudo_tcp_socket_new ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-new" since="0.0.11"/>
294     <keyword type="function" name="pseudo_tcp_socket_connect ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-connect" since="0.0.11"/>
295     <keyword type="function" name="pseudo_tcp_socket_recv ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-recv" since="0.0.11"/>
296     <keyword type="function" name="pseudo_tcp_socket_send ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-send" since="0.0.11"/>
297     <keyword type="function" name="pseudo_tcp_socket_close ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-close" since="0.0.11"/>
298     <keyword type="function" name="pseudo_tcp_socket_shutdown ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-shutdown" since="0.1.8"/>
299     <keyword type="function" name="pseudo_tcp_socket_is_closed ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-is-closed" since="0.1.8"/>
300     <keyword type="function" name="pseudo_tcp_socket_is_closed_remotely ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-is-closed-remotely" since="0.1.8"/>
301     <keyword type="function" name="pseudo_tcp_socket_get_error ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-get-error" since="0.0.11"/>
302     <keyword type="function" name="pseudo_tcp_socket_get_next_clock ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-get-next-clock" since="0.0.11"/>
303     <keyword type="function" name="pseudo_tcp_socket_notify_clock ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-notify-clock" since="0.0.11"/>
304     <keyword type="function" name="pseudo_tcp_socket_notify_mtu ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-notify-mtu" since="0.0.11"/>
305     <keyword type="function" name="pseudo_tcp_socket_notify_packet ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-notify-packet" since="0.0.11"/>
306     <keyword type="function" name="pseudo_tcp_set_debug_level ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-set-debug-level" since="0.0.11"/>
307     <keyword type="function" name="pseudo_tcp_socket_get_available_bytes ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-get-available-bytes" since="0.1.5"/>
308     <keyword type="function" name="pseudo_tcp_socket_can_send ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-can-send" since="0.1.5"/>
309     <keyword type="function" name="pseudo_tcp_socket_get_available_send_space ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-get-available-send-space" since="0.1.5"/>
310     <keyword type="function" name="pseudo_tcp_socket_notify_message ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-notify-message" since="0.1.5"/>
311     <keyword type="function" name="pseudo_tcp_socket_set_time ()" link="libnice-Pseudo-TCP-Socket.html#pseudo-tcp-socket-set-time" since="0.1.8"/>
312     <keyword type="struct" name="PseudoTcpSocket" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket-struct"/>
313     <keyword type="enum" name="enum PseudoTcpState" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpState" since="0.0.11"/>
314     <keyword type="enum" name="enum PseudoTcpWriteResult" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpWriteResult" since="0.0.11"/>
315     <keyword type="struct" name="PseudoTcpCallbacks" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks" since="0.0.11"/>
316     <keyword type="enum" name="enum PseudoTcpDebugLevel" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpDebugLevel" since="0.0.11"/>
317     <keyword type="enum" name="enum PseudoTcpShutdown" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpShutdown" since="0.1.8"/>
318     <keyword type="property" name="The “ack-delay” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--ack-delay"/>
319     <keyword type="property" name="The “callbacks” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--callbacks"/>
320     <keyword type="property" name="The “conversation” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--conversation"/>
321     <keyword type="property" name="The “no-delay” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--no-delay"/>
322     <keyword type="property" name="The “rcv-buf” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--rcv-buf"/>
323     <keyword type="property" name="The “snd-buf” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--snd-buf"/>
324     <keyword type="property" name="The “state” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--state"/>
325     <keyword type="property" name="The “support-fin-ack” property" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpSocket--support-fin-ack"/>
326     <keyword type="constant" name="NICE_COMPONENT_STATE_DISCONNECTED" link="NiceAgent.html#NICE-COMPONENT-STATE-DISCONNECTED:CAPS"/>
327     <keyword type="constant" name="NICE_COMPONENT_STATE_GATHERING" link="NiceAgent.html#NICE-COMPONENT-STATE-GATHERING:CAPS"/>
328     <keyword type="constant" name="NICE_COMPONENT_STATE_CONNECTING" link="NiceAgent.html#NICE-COMPONENT-STATE-CONNECTING:CAPS"/>
329     <keyword type="constant" name="NICE_COMPONENT_STATE_CONNECTED" link="NiceAgent.html#NICE-COMPONENT-STATE-CONNECTED:CAPS"/>
330     <keyword type="constant" name="NICE_COMPONENT_STATE_READY" link="NiceAgent.html#NICE-COMPONENT-STATE-READY:CAPS"/>
331     <keyword type="constant" name="NICE_COMPONENT_STATE_FAILED" link="NiceAgent.html#NICE-COMPONENT-STATE-FAILED:CAPS"/>
332     <keyword type="constant" name="NICE_COMPONENT_STATE_LAST" link="NiceAgent.html#NICE-COMPONENT-STATE-LAST:CAPS"/>
333     <keyword type="constant" name="NICE_COMPONENT_TYPE_RTP" link="NiceAgent.html#NICE-COMPONENT-TYPE-RTP:CAPS"/>
334     <keyword type="constant" name="NICE_COMPONENT_TYPE_RTCP" link="NiceAgent.html#NICE-COMPONENT-TYPE-RTCP:CAPS"/>
335     <keyword type="constant" name="NICE_PROXY_TYPE_NONE" link="NiceAgent.html#NICE-PROXY-TYPE-NONE:CAPS"/>
336     <keyword type="constant" name="NICE_PROXY_TYPE_SOCKS5" link="NiceAgent.html#NICE-PROXY-TYPE-SOCKS5:CAPS"/>
337     <keyword type="constant" name="NICE_PROXY_TYPE_HTTP" link="NiceAgent.html#NICE-PROXY-TYPE-HTTP:CAPS"/>
338     <keyword type="constant" name="NICE_PROXY_TYPE_LAST" link="NiceAgent.html#NICE-PROXY-TYPE-LAST:CAPS"/>
339     <keyword type="constant" name="NICE_NOMINATION_MODE_REGULAR" link="NiceAgent.html#NICE-NOMINATION-MODE-REGULAR:CAPS"/>
340     <keyword type="constant" name="NICE_NOMINATION_MODE_AGGRESSIVE" link="NiceAgent.html#NICE-NOMINATION-MODE-AGGRESSIVE:CAPS"/>
341     <keyword type="constant" name="NICE_COMPATIBILITY_RFC5245" link="NiceAgent.html#NICE-COMPATIBILITY-RFC5245:CAPS"/>
342     <keyword type="constant" name="NICE_COMPATIBILITY_DRAFT19" link="NiceAgent.html#NICE-COMPATIBILITY-DRAFT19:CAPS"/>
343     <keyword type="constant" name="NICE_COMPATIBILITY_GOOGLE" link="NiceAgent.html#NICE-COMPATIBILITY-GOOGLE:CAPS"/>
344     <keyword type="constant" name="NICE_COMPATIBILITY_MSN" link="NiceAgent.html#NICE-COMPATIBILITY-MSN:CAPS"/>
345     <keyword type="constant" name="NICE_COMPATIBILITY_WLM2009" link="NiceAgent.html#NICE-COMPATIBILITY-WLM2009:CAPS"/>
346     <keyword type="constant" name="NICE_COMPATIBILITY_OC2007" link="NiceAgent.html#NICE-COMPATIBILITY-OC2007:CAPS"/>
347     <keyword type="constant" name="NICE_COMPATIBILITY_OC2007R2" link="NiceAgent.html#NICE-COMPATIBILITY-OC2007R2:CAPS"/>
348     <keyword type="constant" name="NICE_COMPATIBILITY_LAST" link="NiceAgent.html#NICE-COMPATIBILITY-LAST:CAPS"/>
349     <keyword type="constant" name="NICE_AGENT_OPTION_REGULAR_NOMINATION" link="NiceAgent.html#NICE-AGENT-OPTION-REGULAR-NOMINATION:CAPS"/>
350     <keyword type="constant" name="NICE_AGENT_OPTION_RELIABLE" link="NiceAgent.html#NICE-AGENT-OPTION-RELIABLE:CAPS"/>
351     <keyword type="constant" name="NICE_AGENT_OPTION_LITE_MODE" link="NiceAgent.html#NICE-AGENT-OPTION-LITE-MODE:CAPS"/>
352     <keyword type="constant" name="NICE_AGENT_OPTION_ICE_TRICKLE" link="NiceAgent.html#NICE-AGENT-OPTION-ICE-TRICKLE:CAPS"/>
353     <keyword type="constant" name="NICE_AGENT_OPTION_SUPPORT_RENOMINATION" link="NiceAgent.html#NICE-AGENT-OPTION-SUPPORT-RENOMINATION:CAPS"/>
354     <keyword type="constant" name="NICE_CANDIDATE_TYPE_HOST" link="NiceCandidate.html#NICE-CANDIDATE-TYPE-HOST:CAPS"/>
355     <keyword type="constant" name="NICE_CANDIDATE_TYPE_SERVER_REFLEXIVE" link="NiceCandidate.html#NICE-CANDIDATE-TYPE-SERVER-REFLEXIVE:CAPS"/>
356     <keyword type="constant" name="NICE_CANDIDATE_TYPE_PEER_REFLEXIVE" link="NiceCandidate.html#NICE-CANDIDATE-TYPE-PEER-REFLEXIVE:CAPS"/>
357     <keyword type="constant" name="NICE_CANDIDATE_TYPE_RELAYED" link="NiceCandidate.html#NICE-CANDIDATE-TYPE-RELAYED:CAPS"/>
358     <keyword type="constant" name="NICE_CANDIDATE_TRANSPORT_UDP" link="NiceCandidate.html#NICE-CANDIDATE-TRANSPORT-UDP:CAPS"/>
359     <keyword type="constant" name="NICE_CANDIDATE_TRANSPORT_TCP_ACTIVE" link="NiceCandidate.html#NICE-CANDIDATE-TRANSPORT-TCP-ACTIVE:CAPS"/>
360     <keyword type="constant" name="NICE_CANDIDATE_TRANSPORT_TCP_PASSIVE" link="NiceCandidate.html#NICE-CANDIDATE-TRANSPORT-TCP-PASSIVE:CAPS"/>
361     <keyword type="constant" name="NICE_CANDIDATE_TRANSPORT_TCP_SO" link="NiceCandidate.html#NICE-CANDIDATE-TRANSPORT-TCP-SO:CAPS"/>
362     <keyword type="constant" name="NICE_RELAY_TYPE_TURN_UDP" link="NiceCandidate.html#NICE-RELAY-TYPE-TURN-UDP:CAPS"/>
363     <keyword type="constant" name="NICE_RELAY_TYPE_TURN_TCP" link="NiceCandidate.html#NICE-RELAY-TYPE-TURN-TCP:CAPS"/>
364     <keyword type="constant" name="NICE_RELAY_TYPE_TURN_TLS" link="NiceCandidate.html#NICE-RELAY-TYPE-TURN-TLS:CAPS"/>
365     <keyword type="constant" name="STUN_COMPATIBILITY_RFC3489" link="libnice-StunAgent.html#STUN-COMPATIBILITY-RFC3489:CAPS"/>
366     <keyword type="constant" name="STUN_COMPATIBILITY_RFC5389" link="libnice-StunAgent.html#STUN-COMPATIBILITY-RFC5389:CAPS"/>
367     <keyword type="constant" name="STUN_COMPATIBILITY_MSICE2" link="libnice-StunAgent.html#STUN-COMPATIBILITY-MSICE2:CAPS"/>
368     <keyword type="constant" name="STUN_COMPATIBILITY_OC2007" link="libnice-StunAgent.html#STUN-COMPATIBILITY-OC2007:CAPS"/>
369     <keyword type="constant" name="STUN_COMPATIBILITY_WLM2009" link="libnice-StunAgent.html#STUN-COMPATIBILITY-WLM2009:CAPS"/>
370     <keyword type="constant" name="STUN_COMPATIBILITY_LAST" link="libnice-StunAgent.html#STUN-COMPATIBILITY-LAST:CAPS"/>
371     <keyword type="constant" name="STUN_AGENT_USAGE_SHORT_TERM_CREDENTIALS" link="libnice-StunAgent.html#STUN-AGENT-USAGE-SHORT-TERM-CREDENTIALS:CAPS"/>
372     <keyword type="constant" name="STUN_AGENT_USAGE_LONG_TERM_CREDENTIALS" link="libnice-StunAgent.html#STUN-AGENT-USAGE-LONG-TERM-CREDENTIALS:CAPS"/>
373     <keyword type="constant" name="STUN_AGENT_USAGE_USE_FINGERPRINT" link="libnice-StunAgent.html#STUN-AGENT-USAGE-USE-FINGERPRINT:CAPS"/>
374     <keyword type="constant" name="STUN_AGENT_USAGE_ADD_SOFTWARE" link="libnice-StunAgent.html#STUN-AGENT-USAGE-ADD-SOFTWARE:CAPS"/>
375     <keyword type="constant" name="STUN_AGENT_USAGE_IGNORE_CREDENTIALS" link="libnice-StunAgent.html#STUN-AGENT-USAGE-IGNORE-CREDENTIALS:CAPS"/>
376     <keyword type="constant" name="STUN_AGENT_USAGE_NO_INDICATION_AUTH" link="libnice-StunAgent.html#STUN-AGENT-USAGE-NO-INDICATION-AUTH:CAPS"/>
377     <keyword type="constant" name="STUN_AGENT_USAGE_FORCE_VALIDATER" link="libnice-StunAgent.html#STUN-AGENT-USAGE-FORCE-VALIDATER:CAPS"/>
378     <keyword type="constant" name="STUN_AGENT_USAGE_NO_ALIGNED_ATTRIBUTES" link="libnice-StunAgent.html#STUN-AGENT-USAGE-NO-ALIGNED-ATTRIBUTES:CAPS"/>
379     <keyword type="constant" name="STUN_VALIDATION_SUCCESS" link="libnice-StunAgent.html#STUN-VALIDATION-SUCCESS:CAPS"/>
380     <keyword type="constant" name="STUN_VALIDATION_NOT_STUN" link="libnice-StunAgent.html#STUN-VALIDATION-NOT-STUN:CAPS"/>
381     <keyword type="constant" name="STUN_VALIDATION_INCOMPLETE_STUN" link="libnice-StunAgent.html#STUN-VALIDATION-INCOMPLETE-STUN:CAPS"/>
382     <keyword type="constant" name="STUN_VALIDATION_BAD_REQUEST" link="libnice-StunAgent.html#STUN-VALIDATION-BAD-REQUEST:CAPS"/>
383     <keyword type="constant" name="STUN_VALIDATION_UNAUTHORIZED_BAD_REQUEST" link="libnice-StunAgent.html#STUN-VALIDATION-UNAUTHORIZED-BAD-REQUEST:CAPS"/>
384     <keyword type="constant" name="STUN_VALIDATION_UNAUTHORIZED" link="libnice-StunAgent.html#STUN-VALIDATION-UNAUTHORIZED:CAPS"/>
385     <keyword type="constant" name="STUN_VALIDATION_UNMATCHED_RESPONSE" link="libnice-StunAgent.html#STUN-VALIDATION-UNMATCHED-RESPONSE:CAPS"/>
386     <keyword type="constant" name="STUN_VALIDATION_UNKNOWN_REQUEST_ATTRIBUTE" link="libnice-StunAgent.html#STUN-VALIDATION-UNKNOWN-REQUEST-ATTRIBUTE:CAPS"/>
387     <keyword type="constant" name="STUN_VALIDATION_UNKNOWN_ATTRIBUTE" link="libnice-StunAgent.html#STUN-VALIDATION-UNKNOWN-ATTRIBUTE:CAPS"/>
388     <keyword type="constant" name="STUN_REQUEST" link="libnice-StunMessage.html#STUN-REQUEST:CAPS"/>
389     <keyword type="constant" name="STUN_INDICATION" link="libnice-StunMessage.html#STUN-INDICATION:CAPS"/>
390     <keyword type="constant" name="STUN_RESPONSE" link="libnice-StunMessage.html#STUN-RESPONSE:CAPS"/>
391     <keyword type="constant" name="STUN_ERROR" link="libnice-StunMessage.html#STUN-ERROR:CAPS"/>
392     <keyword type="constant" name="STUN_BINDING" link="libnice-StunMessage.html#STUN-BINDING:CAPS"/>
393     <keyword type="constant" name="STUN_SHARED_SECRET" link="libnice-StunMessage.html#STUN-SHARED-SECRET:CAPS"/>
394     <keyword type="constant" name="STUN_ALLOCATE" link="libnice-StunMessage.html#STUN-ALLOCATE:CAPS"/>
395     <keyword type="constant" name="STUN_SET_ACTIVE_DST" link="libnice-StunMessage.html#STUN-SET-ACTIVE-DST:CAPS"/>
396     <keyword type="constant" name="STUN_REFRESH" link="libnice-StunMessage.html#STUN-REFRESH:CAPS"/>
397     <keyword type="constant" name="STUN_SEND" link="libnice-StunMessage.html#STUN-SEND:CAPS"/>
398     <keyword type="constant" name="STUN_CONNECT" link="libnice-StunMessage.html#STUN-CONNECT:CAPS"/>
399     <keyword type="constant" name="STUN_OLD_SET_ACTIVE_DST" link="libnice-StunMessage.html#STUN-OLD-SET-ACTIVE-DST:CAPS"/>
400     <keyword type="constant" name="STUN_IND_SEND" link="libnice-StunMessage.html#STUN-IND-SEND:CAPS"/>
401     <keyword type="constant" name="STUN_IND_DATA" link="libnice-StunMessage.html#STUN-IND-DATA:CAPS"/>
402     <keyword type="constant" name="STUN_IND_CONNECT_STATUS" link="libnice-StunMessage.html#STUN-IND-CONNECT-STATUS:CAPS"/>
403     <keyword type="constant" name="STUN_CREATEPERMISSION" link="libnice-StunMessage.html#STUN-CREATEPERMISSION:CAPS"/>
404     <keyword type="constant" name="STUN_CHANNELBIND" link="libnice-StunMessage.html#STUN-CHANNELBIND:CAPS"/>
405     <keyword type="constant" name="STUN_ATTRIBUTE_MAPPED_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MAPPED-ADDRESS:CAPS"/>
406     <keyword type="constant" name="STUN_ATTRIBUTE_RESPONSE_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-RESPONSE-ADDRESS:CAPS"/>
407     <keyword type="constant" name="STUN_ATTRIBUTE_CHANGE_REQUEST" link="libnice-StunMessage.html#STUN-ATTRIBUTE-CHANGE-REQUEST:CAPS"/>
408     <keyword type="constant" name="STUN_ATTRIBUTE_SOURCE_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-SOURCE-ADDRESS:CAPS"/>
409     <keyword type="constant" name="STUN_ATTRIBUTE_CHANGED_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-CHANGED-ADDRESS:CAPS"/>
410     <keyword type="constant" name="STUN_ATTRIBUTE_USERNAME" link="libnice-StunMessage.html#STUN-ATTRIBUTE-USERNAME:CAPS"/>
411     <keyword type="constant" name="STUN_ATTRIBUTE_PASSWORD" link="libnice-StunMessage.html#STUN-ATTRIBUTE-PASSWORD:CAPS"/>
412     <keyword type="constant" name="STUN_ATTRIBUTE_MESSAGE_INTEGRITY" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MESSAGE-INTEGRITY:CAPS"/>
413     <keyword type="constant" name="STUN_ATTRIBUTE_ERROR_CODE" link="libnice-StunMessage.html#STUN-ATTRIBUTE-ERROR-CODE:CAPS"/>
414     <keyword type="constant" name="STUN_ATTRIBUTE_UNKNOWN_ATTRIBUTES" link="libnice-StunMessage.html#STUN-ATTRIBUTE-UNKNOWN-ATTRIBUTES:CAPS"/>
415     <keyword type="constant" name="STUN_ATTRIBUTE_REFLECTED_FROM" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REFLECTED-FROM:CAPS"/>
416     <keyword type="constant" name="STUN_ATTRIBUTE_CHANNEL_NUMBER" link="libnice-StunMessage.html#STUN-ATTRIBUTE-CHANNEL-NUMBER:CAPS"/>
417     <keyword type="constant" name="STUN_ATTRIBUTE_LIFETIME" link="libnice-StunMessage.html#STUN-ATTRIBUTE-LIFETIME:CAPS"/>
418     <keyword type="constant" name="STUN_ATTRIBUTE_MS_ALTERNATE_SERVER" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MS-ALTERNATE-SERVER:CAPS"/>
419     <keyword type="constant" name="STUN_ATTRIBUTE_MAGIC_COOKIE" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MAGIC-COOKIE:CAPS"/>
420     <keyword type="constant" name="STUN_ATTRIBUTE_BANDWIDTH" link="libnice-StunMessage.html#STUN-ATTRIBUTE-BANDWIDTH:CAPS"/>
421     <keyword type="constant" name="STUN_ATTRIBUTE_DESTINATION_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-DESTINATION-ADDRESS:CAPS"/>
422     <keyword type="constant" name="STUN_ATTRIBUTE_REMOTE_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REMOTE-ADDRESS:CAPS"/>
423     <keyword type="constant" name="STUN_ATTRIBUTE_PEER_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-PEER-ADDRESS:CAPS"/>
424     <keyword type="constant" name="STUN_ATTRIBUTE_XOR_PEER_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-XOR-PEER-ADDRESS:CAPS"/>
425     <keyword type="constant" name="STUN_ATTRIBUTE_DATA" link="libnice-StunMessage.html#STUN-ATTRIBUTE-DATA:CAPS"/>
426     <keyword type="constant" name="STUN_ATTRIBUTE_REALM" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REALM:CAPS"/>
427     <keyword type="constant" name="STUN_ATTRIBUTE_NONCE" link="libnice-StunMessage.html#STUN-ATTRIBUTE-NONCE:CAPS"/>
428     <keyword type="constant" name="STUN_ATTRIBUTE_RELAY_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-RELAY-ADDRESS:CAPS"/>
429     <keyword type="constant" name="STUN_ATTRIBUTE_RELAYED_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-RELAYED-ADDRESS:CAPS"/>
430     <keyword type="constant" name="STUN_ATTRIBUTE_XOR_RELAYED_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-XOR-RELAYED-ADDRESS:CAPS"/>
431     <keyword type="constant" name="STUN_ATTRIBUTE_REQUESTED_ADDRESS_TYPE" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REQUESTED-ADDRESS-TYPE:CAPS"/>
432     <keyword type="constant" name="STUN_ATTRIBUTE_REQUESTED_PORT_PROPS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REQUESTED-PORT-PROPS:CAPS"/>
433     <keyword type="constant" name="STUN_ATTRIBUTE_REQUESTED_PROPS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REQUESTED-PROPS:CAPS"/>
434     <keyword type="constant" name="STUN_ATTRIBUTE_EVEN_PORT" link="libnice-StunMessage.html#STUN-ATTRIBUTE-EVEN-PORT:CAPS"/>
435     <keyword type="constant" name="STUN_ATTRIBUTE_REQUESTED_TRANSPORT" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REQUESTED-TRANSPORT:CAPS"/>
436     <keyword type="constant" name="STUN_ATTRIBUTE_DONT_FRAGMENT" link="libnice-StunMessage.html#STUN-ATTRIBUTE-DONT-FRAGMENT:CAPS"/>
437     <keyword type="constant" name="STUN_ATTRIBUTE_XOR_MAPPED_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-XOR-MAPPED-ADDRESS:CAPS"/>
438     <keyword type="constant" name="STUN_ATTRIBUTE_TIMER_VAL" link="libnice-StunMessage.html#STUN-ATTRIBUTE-TIMER-VAL:CAPS"/>
439     <keyword type="constant" name="STUN_ATTRIBUTE_REQUESTED_IP" link="libnice-StunMessage.html#STUN-ATTRIBUTE-REQUESTED-IP:CAPS"/>
440     <keyword type="constant" name="STUN_ATTRIBUTE_RESERVATION_TOKEN" link="libnice-StunMessage.html#STUN-ATTRIBUTE-RESERVATION-TOKEN:CAPS"/>
441     <keyword type="constant" name="STUN_ATTRIBUTE_CONNECT_STAT" link="libnice-StunMessage.html#STUN-ATTRIBUTE-CONNECT-STAT:CAPS"/>
442     <keyword type="constant" name="STUN_ATTRIBUTE_PRIORITY" link="libnice-StunMessage.html#STUN-ATTRIBUTE-PRIORITY:CAPS"/>
443     <keyword type="constant" name="STUN_ATTRIBUTE_USE_CANDIDATE" link="libnice-StunMessage.html#STUN-ATTRIBUTE-USE-CANDIDATE:CAPS"/>
444     <keyword type="constant" name="STUN_ATTRIBUTE_OPTIONS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-OPTIONS:CAPS"/>
445     <keyword type="constant" name="STUN_ATTRIBUTE_MS_VERSION" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MS-VERSION:CAPS"/>
446     <keyword type="constant" name="STUN_ATTRIBUTE_MS_XOR_MAPPED_ADDRESS" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MS-XOR-MAPPED-ADDRESS:CAPS"/>
447     <keyword type="constant" name="STUN_ATTRIBUTE_SOFTWARE" link="libnice-StunMessage.html#STUN-ATTRIBUTE-SOFTWARE:CAPS"/>
448     <keyword type="constant" name="STUN_ATTRIBUTE_ALTERNATE_SERVER" link="libnice-StunMessage.html#STUN-ATTRIBUTE-ALTERNATE-SERVER:CAPS"/>
449     <keyword type="constant" name="STUN_ATTRIBUTE_FINGERPRINT" link="libnice-StunMessage.html#STUN-ATTRIBUTE-FINGERPRINT:CAPS"/>
450     <keyword type="constant" name="STUN_ATTRIBUTE_ICE_CONTROLLED" link="libnice-StunMessage.html#STUN-ATTRIBUTE-ICE-CONTROLLED:CAPS"/>
451     <keyword type="constant" name="STUN_ATTRIBUTE_ICE_CONTROLLING" link="libnice-StunMessage.html#STUN-ATTRIBUTE-ICE-CONTROLLING:CAPS"/>
452     <keyword type="constant" name="STUN_ATTRIBUTE_MS_SEQUENCE_NUMBER" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MS-SEQUENCE-NUMBER:CAPS"/>
453     <keyword type="constant" name="STUN_ATTRIBUTE_CANDIDATE_IDENTIFIER" link="libnice-StunMessage.html#STUN-ATTRIBUTE-CANDIDATE-IDENTIFIER:CAPS"/>
454     <keyword type="constant" name="STUN_ATTRIBUTE_MS_IMPLEMENTATION_VERSION" link="libnice-StunMessage.html#STUN-ATTRIBUTE-MS-IMPLEMENTATION-VERSION:CAPS"/>
455     <keyword type="constant" name="STUN_ATTRIBUTE_NOMINATION" link="libnice-StunMessage.html#STUN-ATTRIBUTE-NOMINATION:CAPS"/>
456     <keyword type="constant" name="STUN_ERROR_TRY_ALTERNATE" link="libnice-StunMessage.html#STUN-ERROR-TRY-ALTERNATE:CAPS"/>
457     <keyword type="constant" name="STUN_ERROR_BAD_REQUEST" link="libnice-StunMessage.html#STUN-ERROR-BAD-REQUEST:CAPS"/>
458     <keyword type="constant" name="STUN_ERROR_UNAUTHORIZED" link="libnice-StunMessage.html#STUN-ERROR-UNAUTHORIZED:CAPS"/>
459     <keyword type="constant" name="STUN_ERROR_UNKNOWN_ATTRIBUTE" link="libnice-StunMessage.html#STUN-ERROR-UNKNOWN-ATTRIBUTE:CAPS"/>
460     <keyword type="constant" name="STUN_ERROR_ALLOCATION_MISMATCH" link="libnice-StunMessage.html#STUN-ERROR-ALLOCATION-MISMATCH:CAPS"/>
461     <keyword type="constant" name="STUN_ERROR_STALE_NONCE" link="libnice-StunMessage.html#STUN-ERROR-STALE-NONCE:CAPS"/>
462     <keyword type="constant" name="STUN_ERROR_ACT_DST_ALREADY" link="libnice-StunMessage.html#STUN-ERROR-ACT-DST-ALREADY:CAPS"/>
463     <keyword type="constant" name="STUN_ERROR_UNSUPPORTED_FAMILY" link="libnice-StunMessage.html#STUN-ERROR-UNSUPPORTED-FAMILY:CAPS"/>
464     <keyword type="constant" name="STUN_ERROR_WRONG_CREDENTIALS" link="libnice-StunMessage.html#STUN-ERROR-WRONG-CREDENTIALS:CAPS"/>
465     <keyword type="constant" name="STUN_ERROR_UNSUPPORTED_TRANSPORT" link="libnice-StunMessage.html#STUN-ERROR-UNSUPPORTED-TRANSPORT:CAPS"/>
466     <keyword type="constant" name="STUN_ERROR_INVALID_IP" link="libnice-StunMessage.html#STUN-ERROR-INVALID-IP:CAPS"/>
467     <keyword type="constant" name="STUN_ERROR_INVALID_PORT" link="libnice-StunMessage.html#STUN-ERROR-INVALID-PORT:CAPS"/>
468     <keyword type="constant" name="STUN_ERROR_OP_TCP_ONLY" link="libnice-StunMessage.html#STUN-ERROR-OP-TCP-ONLY:CAPS"/>
469     <keyword type="constant" name="STUN_ERROR_CONN_ALREADY" link="libnice-StunMessage.html#STUN-ERROR-CONN-ALREADY:CAPS"/>
470     <keyword type="constant" name="STUN_ERROR_ALLOCATION_QUOTA_REACHED" link="libnice-StunMessage.html#STUN-ERROR-ALLOCATION-QUOTA-REACHED:CAPS"/>
471     <keyword type="constant" name="STUN_ERROR_ROLE_CONFLICT" link="libnice-StunMessage.html#STUN-ERROR-ROLE-CONFLICT:CAPS"/>
472     <keyword type="constant" name="STUN_ERROR_SERVER_ERROR" link="libnice-StunMessage.html#STUN-ERROR-SERVER-ERROR:CAPS"/>
473     <keyword type="constant" name="STUN_ERROR_SERVER_CAPACITY" link="libnice-StunMessage.html#STUN-ERROR-SERVER-CAPACITY:CAPS"/>
474     <keyword type="constant" name="STUN_ERROR_INSUFFICIENT_CAPACITY" link="libnice-StunMessage.html#STUN-ERROR-INSUFFICIENT-CAPACITY:CAPS"/>
475     <keyword type="constant" name="STUN_ERROR_MAX" link="libnice-StunMessage.html#STUN-ERROR-MAX:CAPS"/>
476     <keyword type="constant" name="STUN_MESSAGE_RETURN_SUCCESS" link="libnice-StunMessage.html#STUN-MESSAGE-RETURN-SUCCESS:CAPS"/>
477     <keyword type="constant" name="STUN_MESSAGE_RETURN_NOT_FOUND" link="libnice-StunMessage.html#STUN-MESSAGE-RETURN-NOT-FOUND:CAPS"/>
478     <keyword type="constant" name="STUN_MESSAGE_RETURN_INVALID" link="libnice-StunMessage.html#STUN-MESSAGE-RETURN-INVALID:CAPS"/>
479     <keyword type="constant" name="STUN_MESSAGE_RETURN_NOT_ENOUGH_SPACE" link="libnice-StunMessage.html#STUN-MESSAGE-RETURN-NOT-ENOUGH-SPACE:CAPS"/>
480     <keyword type="constant" name="STUN_MESSAGE_RETURN_UNSUPPORTED_ADDRESS" link="libnice-StunMessage.html#STUN-MESSAGE-RETURN-UNSUPPORTED-ADDRESS:CAPS"/>
481     <keyword type="constant" name="STUN_USAGE_BIND_RETURN_SUCCESS" link="libnice-Bind.html#STUN-USAGE-BIND-RETURN-SUCCESS:CAPS"/>
482     <keyword type="constant" name="STUN_USAGE_BIND_RETURN_ERROR" link="libnice-Bind.html#STUN-USAGE-BIND-RETURN-ERROR:CAPS"/>
483     <keyword type="constant" name="STUN_USAGE_BIND_RETURN_INVALID" link="libnice-Bind.html#STUN-USAGE-BIND-RETURN-INVALID:CAPS"/>
484     <keyword type="constant" name="STUN_USAGE_BIND_RETURN_ALTERNATE_SERVER" link="libnice-Bind.html#STUN-USAGE-BIND-RETURN-ALTERNATE-SERVER:CAPS"/>
485     <keyword type="constant" name="STUN_USAGE_BIND_RETURN_TIMEOUT" link="libnice-Bind.html#STUN-USAGE-BIND-RETURN-TIMEOUT:CAPS"/>
486     <keyword type="constant" name="STUN_USAGE_ICE_COMPATIBILITY_RFC5245" link="libnice-ICE.html#STUN-USAGE-ICE-COMPATIBILITY-RFC5245:CAPS"/>
487     <keyword type="constant" name="STUN_USAGE_ICE_COMPATIBILITY_GOOGLE" link="libnice-ICE.html#STUN-USAGE-ICE-COMPATIBILITY-GOOGLE:CAPS"/>
488     <keyword type="constant" name="STUN_USAGE_ICE_COMPATIBILITY_MSN" link="libnice-ICE.html#STUN-USAGE-ICE-COMPATIBILITY-MSN:CAPS"/>
489     <keyword type="constant" name="STUN_USAGE_ICE_COMPATIBILITY_MSICE2" link="libnice-ICE.html#STUN-USAGE-ICE-COMPATIBILITY-MSICE2:CAPS"/>
490     <keyword type="constant" name="STUN_USAGE_ICE_COMPATIBILITY_DRAFT19" link="libnice-ICE.html#STUN-USAGE-ICE-COMPATIBILITY-DRAFT19:CAPS"/>
491     <keyword type="constant" name="STUN_USAGE_ICE_COMPATIBILITY_WLM2009" link="libnice-ICE.html#STUN-USAGE-ICE-COMPATIBILITY-WLM2009:CAPS"/>
492     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_SUCCESS" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-SUCCESS:CAPS"/>
493     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_ERROR" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-ERROR:CAPS"/>
494     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_INVALID" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-INVALID:CAPS"/>
495     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_ROLE_CONFLICT" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-ROLE-CONFLICT:CAPS"/>
496     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_INVALID_REQUEST" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-INVALID-REQUEST:CAPS"/>
497     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_INVALID_METHOD" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-INVALID-METHOD:CAPS"/>
498     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_MEMORY_ERROR" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-MEMORY-ERROR:CAPS"/>
499     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_INVALID_ADDRESS" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-INVALID-ADDRESS:CAPS"/>
500     <keyword type="constant" name="STUN_USAGE_ICE_RETURN_NO_MAPPED_ADDRESS" link="libnice-ICE.html#STUN-USAGE-ICE-RETURN-NO-MAPPED-ADDRESS:CAPS"/>
501     <keyword type="constant" name="STUN_USAGE_TURN_COMPATIBILITY_DRAFT9" link="libnice-TURN.html#STUN-USAGE-TURN-COMPATIBILITY-DRAFT9:CAPS"/>
502     <keyword type="constant" name="STUN_USAGE_TURN_COMPATIBILITY_GOOGLE" link="libnice-TURN.html#STUN-USAGE-TURN-COMPATIBILITY-GOOGLE:CAPS"/>
503     <keyword type="constant" name="STUN_USAGE_TURN_COMPATIBILITY_MSN" link="libnice-TURN.html#STUN-USAGE-TURN-COMPATIBILITY-MSN:CAPS"/>
504     <keyword type="constant" name="STUN_USAGE_TURN_COMPATIBILITY_OC2007" link="libnice-TURN.html#STUN-USAGE-TURN-COMPATIBILITY-OC2007:CAPS"/>
505     <keyword type="constant" name="STUN_USAGE_TURN_COMPATIBILITY_RFC5766" link="libnice-TURN.html#STUN-USAGE-TURN-COMPATIBILITY-RFC5766:CAPS"/>
506     <keyword type="constant" name="STUN_USAGE_TURN_REQUEST_PORT_NORMAL" link="libnice-TURN.html#STUN-USAGE-TURN-REQUEST-PORT-NORMAL:CAPS"/>
507     <keyword type="constant" name="STUN_USAGE_TURN_REQUEST_PORT_EVEN" link="libnice-TURN.html#STUN-USAGE-TURN-REQUEST-PORT-EVEN:CAPS"/>
508     <keyword type="constant" name="STUN_USAGE_TURN_REQUEST_PORT_EVEN_AND_RESERVE" link="libnice-TURN.html#STUN-USAGE-TURN-REQUEST-PORT-EVEN-AND-RESERVE:CAPS"/>
509     <keyword type="constant" name="STUN_USAGE_TURN_RETURN_RELAY_SUCCESS" link="libnice-TURN.html#STUN-USAGE-TURN-RETURN-RELAY-SUCCESS:CAPS"/>
510     <keyword type="constant" name="STUN_USAGE_TURN_RETURN_MAPPED_SUCCESS" link="libnice-TURN.html#STUN-USAGE-TURN-RETURN-MAPPED-SUCCESS:CAPS"/>
511     <keyword type="constant" name="STUN_USAGE_TURN_RETURN_ERROR" link="libnice-TURN.html#STUN-USAGE-TURN-RETURN-ERROR:CAPS"/>
512     <keyword type="constant" name="STUN_USAGE_TURN_RETURN_INVALID" link="libnice-TURN.html#STUN-USAGE-TURN-RETURN-INVALID:CAPS"/>
513     <keyword type="constant" name="STUN_USAGE_TURN_RETURN_ALTERNATE_SERVER" link="libnice-TURN.html#STUN-USAGE-TURN-RETURN-ALTERNATE-SERVER:CAPS"/>
514     <keyword type="constant" name="STUN_USAGE_TIMER_RETURN_SUCCESS" link="libnice-Timer.html#STUN-USAGE-TIMER-RETURN-SUCCESS:CAPS"/>
515     <keyword type="constant" name="STUN_USAGE_TIMER_RETURN_RETRANSMIT" link="libnice-Timer.html#STUN-USAGE-TIMER-RETURN-RETRANSMIT:CAPS"/>
516     <keyword type="constant" name="STUN_USAGE_TIMER_RETURN_TIMEOUT" link="libnice-Timer.html#STUN-USAGE-TIMER-RETURN-TIMEOUT:CAPS"/>
517     <keyword type="constant" name="PSEUDO_TCP_LISTEN" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-LISTEN:CAPS"/>
518     <keyword type="constant" name="PSEUDO_TCP_SYN_SENT" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-SYN-SENT:CAPS"/>
519     <keyword type="constant" name="PSEUDO_TCP_SYN_RECEIVED" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-SYN-RECEIVED:CAPS"/>
520     <keyword type="constant" name="PSEUDO_TCP_ESTABLISHED" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-ESTABLISHED:CAPS"/>
521     <keyword type="constant" name="PSEUDO_TCP_CLOSED" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-CLOSED:CAPS"/>
522     <keyword type="constant" name="PSEUDO_TCP_FIN_WAIT_1" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-FIN-WAIT-1:CAPS"/>
523     <keyword type="constant" name="PSEUDO_TCP_FIN_WAIT_2" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-FIN-WAIT-2:CAPS"/>
524     <keyword type="constant" name="PSEUDO_TCP_CLOSING" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-CLOSING:CAPS"/>
525     <keyword type="constant" name="PSEUDO_TCP_TIME_WAIT" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-TIME-WAIT:CAPS"/>
526     <keyword type="constant" name="PSEUDO_TCP_CLOSE_WAIT" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-CLOSE-WAIT:CAPS"/>
527     <keyword type="constant" name="PSEUDO_TCP_LAST_ACK" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-LAST-ACK:CAPS"/>
528     <keyword type="constant" name="WR_SUCCESS" link="libnice-Pseudo-TCP-Socket.html#WR-SUCCESS:CAPS"/>
529     <keyword type="constant" name="WR_TOO_LARGE" link="libnice-Pseudo-TCP-Socket.html#WR-TOO-LARGE:CAPS"/>
530     <keyword type="constant" name="WR_FAIL" link="libnice-Pseudo-TCP-Socket.html#WR-FAIL:CAPS"/>
531     <keyword type="constant" name="PSEUDO_TCP_DEBUG_NONE" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-DEBUG-NONE:CAPS"/>
532     <keyword type="constant" name="PSEUDO_TCP_DEBUG_NORMAL" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-DEBUG-NORMAL:CAPS"/>
533     <keyword type="constant" name="PSEUDO_TCP_DEBUG_VERBOSE" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-DEBUG-VERBOSE:CAPS"/>
534     <keyword type="constant" name="PSEUDO_TCP_SHUTDOWN_RD" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-SHUTDOWN-RD:CAPS"/>
535     <keyword type="constant" name="PSEUDO_TCP_SHUTDOWN_WR" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-SHUTDOWN-WR:CAPS"/>
536     <keyword type="constant" name="PSEUDO_TCP_SHUTDOWN_RDWR" link="libnice-Pseudo-TCP-Socket.html#PSEUDO-TCP-SHUTDOWN-RDWR:CAPS"/>
537     <keyword type="member" name="NiceInputMessage.buffers" link="NiceAgent.html#NiceInputMessage.buffers"/>
538     <keyword type="member" name="NiceInputMessage.n-buffers" link="NiceAgent.html#NiceInputMessage.n-buffers"/>
539     <keyword type="member" name="NiceInputMessage.from" link="NiceAgent.html#NiceInputMessage.from"/>
540     <keyword type="member" name="NiceInputMessage.length" link="NiceAgent.html#NiceInputMessage.length"/>
541     <keyword type="member" name="NiceOutputMessage.buffers" link="NiceAgent.html#NiceOutputMessage.buffers"/>
542     <keyword type="member" name="NiceOutputMessage.n-buffers" link="NiceAgent.html#NiceOutputMessage.n-buffers"/>
543     <keyword type="member" name="NiceCandidate-struct.type" link="NiceCandidate.html#NiceCandidate-struct.type"/>
544     <keyword type="member" name="NiceCandidate-struct.transport" link="NiceCandidate.html#NiceCandidate-struct.transport"/>
545     <keyword type="member" name="NiceCandidate-struct.addr" link="NiceCandidate.html#NiceCandidate-struct.addr"/>
546     <keyword type="member" name="NiceCandidate-struct.base-addr" link="NiceCandidate.html#NiceCandidate-struct.base-addr"/>
547     <keyword type="member" name="NiceCandidate-struct.priority" link="NiceCandidate.html#NiceCandidate-struct.priority"/>
548     <keyword type="member" name="NiceCandidate-struct.stream-id" link="NiceCandidate.html#NiceCandidate-struct.stream-id"/>
549     <keyword type="member" name="NiceCandidate-struct.component-id" link="NiceCandidate.html#NiceCandidate-struct.component-id"/>
550     <keyword type="member" name="NiceCandidate-struct.foundation" link="NiceCandidate.html#NiceCandidate-struct.foundation"/>
551     <keyword type="member" name="NiceCandidate-struct.username" link="NiceCandidate.html#NiceCandidate-struct.username"/>
552     <keyword type="member" name="NiceCandidate-struct.password" link="NiceCandidate.html#NiceCandidate-struct.password"/>
553     <keyword type="member" name="NiceCandidate-struct.turn" link="NiceCandidate.html#NiceCandidate-struct.turn"/>
554     <keyword type="member" name="NiceCandidate-struct.sockptr" link="NiceCandidate.html#NiceCandidate-struct.sockptr"/>
555     <keyword type="member" name="TurnServer.ref-count" link="NiceCandidate.html#TurnServer.ref-count"/>
556     <keyword type="member" name="TurnServer.server" link="NiceCandidate.html#TurnServer.server"/>
557     <keyword type="member" name="TurnServer.username" link="NiceCandidate.html#TurnServer.username"/>
558     <keyword type="member" name="TurnServer.password" link="NiceCandidate.html#TurnServer.password"/>
559     <keyword type="member" name="TurnServer.type" link="NiceCandidate.html#TurnServer.type"/>
560     <keyword type="member" name="StunDefaultValidaterData.username" link="libnice-StunAgent.html#StunDefaultValidaterData.username"/>
561     <keyword type="member" name="StunDefaultValidaterData.username-len" link="libnice-StunAgent.html#StunDefaultValidaterData.username-len"/>
562     <keyword type="member" name="StunDefaultValidaterData.password" link="libnice-StunAgent.html#StunDefaultValidaterData.password"/>
563     <keyword type="member" name="StunDefaultValidaterData.password-len" link="libnice-StunAgent.html#StunDefaultValidaterData.password-len"/>
564     <keyword type="member" name="StunMessage.agent" link="libnice-StunMessage.html#StunMessage.agent"/>
565     <keyword type="member" name="StunMessage.buffer" link="libnice-StunMessage.html#StunMessage.buffer"/>
566     <keyword type="member" name="StunMessage.buffer-len" link="libnice-StunMessage.html#StunMessage.buffer-len"/>
567     <keyword type="member" name="StunMessage.key" link="libnice-StunMessage.html#StunMessage.key"/>
568     <keyword type="member" name="StunMessage.key-len" link="libnice-StunMessage.html#StunMessage.key-len"/>
569     <keyword type="member" name="StunMessage.long-term-key" link="libnice-StunMessage.html#StunMessage.long-term-key"/>
570     <keyword type="member" name="StunMessage.long-term-valid" link="libnice-StunMessage.html#StunMessage.long-term-valid"/>
571     <keyword type="member" name="StunInputVector.buffer" link="libnice-StunMessage.html#StunInputVector.buffer"/>
572     <keyword type="member" name="StunInputVector.size" link="libnice-StunMessage.html#StunInputVector.size"/>
573     <keyword type="member" name="PseudoTcpCallbacks.user-data" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks.user-data"/>
574     <keyword type="member" name="PseudoTcpCallbacks.PseudoTcpOpened" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks.PseudoTcpOpened"/>
575     <keyword type="member" name="PseudoTcpCallbacks.PseudoTcpReadable" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks.PseudoTcpReadable"/>
576     <keyword type="member" name="PseudoTcpCallbacks.PseudoTcpWritable" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks.PseudoTcpWritable"/>
577     <keyword type="member" name="PseudoTcpCallbacks.PseudoTcpClosed" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks.PseudoTcpClosed"/>
578     <keyword type="member" name="PseudoTcpCallbacks.WritePacket" link="libnice-Pseudo-TCP-Socket.html#PseudoTcpCallbacks.WritePacket"/>
579   </functions>
580 </book>