]> git.meshlink.io Git - catta/blob - avahi-compat-howl/funcs.txt
* fix oid calculation
[catta] / avahi-compat-howl / funcs.txt
1 Functions marked with "x" are already implemented.
2
3 Supported:
4
5 x sw_discovery_init
6 x sw_discovery_fina
7 sw_discovery_publish
8 sw_discovery_browse_domains
9 x sw_discovery_browse
10 x sw_discovery_resolve
11 x sw_discovery_cancel
12 x sw_discovery_run
13 x sw_discovery_stop_run
14 x sw_discovery_socket
15 x sw_discovery_read_socket
16 x sw_discovery_salt
17
18 x sw_text_record_init
19 x sw_text_record_fina
20 x sw_text_record_add_string
21 x sw_text_record_add_key_and_string_value
22 x sw_text_record_add_key_and_binary_value
23 x sw_text_record_bytes
24 x sw_text_record_len
25 x sw_text_record_iterator_init
26 x sw_text_record_iterator_fina
27 x sw_text_record_iterator_next
28
29 x sw_ipv4_address_any
30 x sw_ipv4_address_loopback
31 x sw_ipv4_address_init
32 x sw_ipv4_address_init_from_saddr
33 x sw_ipv4_address_init_from_name
34 x sw_ipv4_address_init_from_address
35 x sw_ipv4_address_init_from_this_host
36 x sw_ipv4_address_fina
37 x sw_ipv4_address_is_any
38 x sw_ipv4_address_saddr
39 x sw_ipv4_address_name
40 x sw_ipv4_address_decompose
41 x sw_ipv4_address_equals
42
43 x sw_salt_step
44
45 Unsupported:
46
47 sw_strdup
48 sw_strerror
49 sw_timer_init
50 sw_timer_fina
51 sw_time_init
52 sw_time_init_now
53 sw_time_fina
54 sw_time_add
55 sw_time_sub
56 sw_time_cmp
57 sw_salt_init
58 sw_salt_fina
59 sw_salt_register_socket
60 sw_salt_unregister_socket
61 sw_salt_register_timer
62 sw_salt_unregister_timer
63 sw_salt_register_network_interface
64 sw_salt_unregister_network_interface_handler
65 sw_salt_register_signal
66 sw_salt_unregister_signal
67 sw_salt_lock
68 sw_salt_unlock
69 sw_salt_run
70 sw_salt_stop_run
71 sw_print_assert
72 sw_print_debug
73 sw_tcp_socket_init
74 sw_tcp_socket_init_with_desc
75 sw_udp_socket_init
76 sw_multicast_socket_init
77 sw_socket_fina
78 sw_socket_bind
79 sw_socket_join_multicast_group
80 sw_socket_leave_multicast_group
81 sw_socket_listen
82 sw_socket_connect
83 sw_socket_accept
84 sw_socket_send
85 sw_socket_sendto
86 sw_socket_recv
87 sw_socket_recvfrom
88 sw_socket_set_blocking_mode
89 sw_socket_set_options
90 sw_socket_ipv4_address
91 sw_socket_port
92 sw_socket_desc
93 sw_socket_close
94 sw_socket_options_init
95 sw_socket_options_fina
96 sw_socket_options_set_debug
97 sw_socket_options_set_nodelay
98 sw_socket_options_set_dontroute
99 sw_socket_options_set_keepalive
100 sw_socket_options_set_linger
101 sw_socket_options_set_reuseaddr
102 sw_socket_options_set_rcvbuf
103 sw_socket_options_set_sndbuf
104 sw_socket_error_code
105 sw_corby_orb_init
106 sw_corby_orb_fina
107 sw_corby_orb_register_servant
108 sw_corby_orb_unregister_servant
109 sw_corby_orb_register_bidirectional_object
110 sw_corby_orb_register_channel
111 sw_corby_orb_get_delegate
112 sw_corby_orb_set_delegate
113 sw_corby_orb_set_observer
114 sw_corby_orb_protocol_to_address
115 sw_corby_orb_protocol_to_url
116 sw_corby_orb_read_channel
117 sw_corby_orb_dispatch_message
118 sw_corby_message_init
119 sw_corby_message_fina
120 sw_corby_buffer_init
121 sw_corby_buffer_init_with_size
122 sw_corby_buffer_init_with_delegate
123 sw_corby_buffer_init_with_size_and_delegate
124 sw_corby_buffer_fina
125 sw_corby_buffer_reset
126 sw_corby_buffer_set_octets
127 sw_corby_buffer_octets
128 sw_corby_buffer_bytes_used
129 sw_corby_buffer_size
130 sw_corby_buffer_put_int8
131 sw_corby_buffer_put_uint8
132 sw_corby_buffer_put_int16
133 sw_corby_buffer_put_uint16
134 sw_corby_buffer_put_int32
135 sw_corby_buffer_put_uint32
136 sw_corby_buffer_put_octets
137 sw_corby_buffer_put_sized_octets
138 sw_corby_buffer_put_cstring
139 sw_corby_buffer_put_object
140 sw_corby_buffer_put_pad
141 sw_corby_buffer_get_int8
142 sw_corby_buffer_get_uint8
143 sw_corby_buffer_get_int16
144 sw_corby_buffer_get_uint16
145 sw_corby_buffer_get_int32
146 sw_corby_buffer_get_uint32
147 sw_corby_buffer_get_octets
148 sw_corby_buffer_allocate_and_get_sized_octets
149 sw_corby_buffer_get_zerocopy_sized_octets
150 sw_corby_buffer_get_sized_octets
151 sw_corby_buffer_allocate_and_get_cstring
152 sw_corby_buffer_get_zerocopy_cstring
153 sw_corby_buffer_get_cstring
154 sw_corby_buffer_get_object
155 sw_corby_channel_start_request
156 sw_corby_channel_start_reply
157 sw_corby_channel_send
158 sw_corby_channel_recv
159 sw_corby_channel_last_recv_from
160 sw_corby_channel_ff
161 sw_corby_channel_socket
162 sw_corby_channel_retain
163 sw_corby_channel_set_delegate
164 sw_corby_channel_get_delegate
165 sw_corby_channel_set_app_data
166 sw_corby_channel_get_app_data
167 sw_corby_channel_fina
168 sw_corby_object_init_from_url
169 sw_corby_object_fina
170 sw_corby_object_start_request
171 sw_corby_object_send
172 sw_corby_object_recv
173 sw_corby_object_channel
174 sw_corby_object_set_channel
175 sw_discovery_init_with_flags
176 sw_discovery_publish_update
177 sw_discovery_publish_host
178 sw_discovery_query_record
179 sw_text_record_string_iterator_init
180 sw_text_record_string_iterator_fina
181 sw_text_record_string_iterator_next