HomeSort by relevance Sort by last modified time
    Searched refs:AvahiIfIndex (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/avahi/avahi-core/
socket.h 38 int avahi_send_dns_packet_ipv4(int fd, AvahiIfIndex iface, AvahiDnsPacket *p, const AvahiIPv4Address *src_address, const AvahiIPv4Address *dst_address, uint16_t dst_port);
39 int avahi_send_dns_packet_ipv6(int fd, AvahiIfIndex iface, AvahiDnsPacket *p, const AvahiIPv6Address *src_address, const AvahiIPv6Address *dst_address, uint16_t dst_port);
41 AvahiDnsPacket *avahi_recv_dns_packet_ipv4(int fd, AvahiIPv4Address *ret_src_address, uint16_t *ret_src_port, AvahiIPv4Address *ret_dst_address, AvahiIfIndex *ret_iface, uint8_t *ret_ttl);
42 AvahiDnsPacket *avahi_recv_dns_packet_ipv6(int fd, AvahiIPv6Address *ret_src_address, uint16_t *ret_src_port, AvahiIPv6Address *ret_dst_address, AvahiIfIndex *ret_iface, uint8_t *ret_ttl);
lookup.h 58 AvahiIfIndex interface, /**< Logical OS network interface number the record was found on */
68 AvahiIfIndex interface, /**< Logical OS interface number where to look for the records, or AVAHI_IF_UNSPEC to look on interfaces */
81 AvahiIfIndex interface,
92 AvahiIfIndex interface,
106 AvahiIfIndex interface,
117 AvahiIfIndex interface,
130 AvahiIfIndex interface,
140 AvahiIfIndex interface,
154 AvahiIfIndex interface,
165 AvahiIfIndex interface
    [all...]
multicast-lookup.h 31 AvahiIfIndex idx,
41 unsigned avahi_multicast_lookup_engine_scan_cache(AvahiMulticastLookupEngine *e, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata);
46 AvahiMulticastLookup *avahi_multicast_lookup_new(AvahiMulticastLookupEngine *e, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata);
publish.h 80 AvahiIfIndex interface, /**< A numeric index of a network interface to attach this record to, or AVAHI_IF_UNSPEC to attach this record to all interfaces */
95 AvahiIfIndex interface,
110 AvahiIfIndex interface,
124 AvahiIfIndex interface,
138 AvahiIfIndex interface,
150 AvahiIfIndex interface,
162 AvahiIfIndex interface,
171 int avahi_server_get_group_of_service(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);
querier.h 34 void avahi_querier_add_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime);
37 void avahi_querier_remove_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key);
dns-srv-rr.h 50 AvahiIfIndex interface,
61 AvahiIfIndex interface,
73 AvahiIfIndex interface,
iface.h 78 AvahiIfIndex index;
143 void avahi_interface_monitor_walk(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol, AvahiInterfaceMonitorWalkCallback callback, void* userdata);
152 AvahiHwInterface *avahi_hw_interface_new(AvahiInterfaceMonitor *m, AvahiIfIndex idx);
177 int avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol);
179 int avahi_interface_has_address(AvahiInterfaceMonitor *m, AvahiIfIndex iface, const AvahiAddress *a);
181 AvahiInterface* avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol);
193 AvahiIfIndex avahi_find_interface_for_address(AvahiInterfaceMonitor *m, const AvahiAddress *a);
browse.h 39 AvahiIfIndex interface;
internal.h 72 AvahiIfIndex interface;
185 int avahi_server_is_service_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name);
186 int avahi_server_is_record_local(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *record);
191 AvahiIfIndex interface,
browse-dns-server.c 39 AvahiIfIndex interface;
64 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) {
97 AVAHI_GCC_UNUSED AvahiIfIndex interface,
140 AvahiIfIndex interface,
236 AvahiIfIndex interface,
avahi-test.c 92 AvahiIfIndex interface,
211 AvahiIfIndex iface,
228 AvahiIfIndex iface,
244 AvahiIfIndex iface,
256 AvahiIfIndex iface,
269 AvahiIfIndex iface,
282 AvahiIfIndex iface,
310 AvahiIfIndex iface,
browse.c 46 AvahiIfIndex interface;
60 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
61 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
84 AvahiIfIndex interface,
160 AvahiIfIndex interface,
251 AvahiIfIndex interface,
359 static AvahiSRBLookup* lookup_add(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiKey *key) {
401 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) {
426 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) {
524 AvahiIfIndex interface
    [all...]
  /external/avahi/avahi-client/
lookup.h 49 AvahiIfIndex interface,
59 AvahiIfIndex interface,
83 AvahiIfIndex interface,
105 AvahiIfIndex interface, /**< In most cases pass AVAHI_IF_UNSPEC here */
128 AvahiIfIndex interface,
139 AvahiIfIndex interface,
162 AvahiIfIndex interface,
191 AvahiIfIndex interface, /**< Pass the interface argument you received in AvahiServiceBrowserCallback here. */
216 AvahiIfIndex interface,
227 AvahiIfIndex interface
    [all...]
publish.h 88 AvahiIfIndex interface /**< The interface this service shall be announced on. We recommend to pass AVAHI_IF_UNSPEC here, to announce on all interfaces. */,
101 AvahiIfIndex interface,
114 AvahiIfIndex interface /**< The interface this subtype shall be announced on. This should match the value passed for the original avahi_entry_group_add_service() call. */,
125 AvahiIfIndex interface /**< The interface this service is announced on. This should match the value passed to the original avahi_entry_group_add_service() call. */,
136 AvahiIfIndex interface,
148 AvahiIfIndex interface,
158 AvahiIfIndex interface,
internal.h 73 AvahiIfIndex interface;
89 AvahiIfIndex interface;
101 AvahiIfIndex interface;
113 AvahiIfIndex interface;
125 AvahiIfIndex interface;
137 AvahiIfIndex interface;
150 AvahiIfIndex interface;
client-test.c 53 AvahiIfIndex interface,
65 AvahiIfIndex interface,
92 AvahiIfIndex interface,
114 AvahiIfIndex interface,
127 AvahiIfIndex interface,
146 AvahiIfIndex interface,
srv-test.c 35 AVAHI_GCC_UNUSED AvahiIfIndex interface,
  /external/avahi/avahi-daemon/
dbus-internal.h 192 void avahi_dbus_sync_host_name_resolver_callback(AvahiSHostNameResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata);
195 void avahi_dbus_async_host_name_resolver_callback(AvahiSHostNameResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *host_name, const AvahiAddress *a, AvahiLookupResultFlags flags, void* userdata);
199 void avahi_dbus_sync_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata);
202 void avahi_dbus_async_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata);
207 void avahi_dbus_domain_browser_callback(AvahiSDomainBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *domain, AvahiLookupResultFlags flags, void* userdata);
211 void avahi_dbus_service_type_browser_callback(AvahiSServiceTypeBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata);
215 void avahi_dbus_service_browser_callback(AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata);
221 AvahiIfIndex interface,
237 AvahiIfIndex interface,
254 void avahi_dbus_record_browser_callback(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiRecord *record, AvahiLookupResult (…)
    [all...]
dbus-util.h 53 int avahi_dbus_is_our_own_service(Client *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain);
  /external/avahi/avahi-gobject/
ga-entry-group.h 44 AvahiIfIndex interface;
93 AvahiIfIndex
118 AvahiIfIndex interface,
136 AvahiIfIndex interface,
ga-service-browser.h 60 GaServiceBrowser *ga_service_browser_new_full(AvahiIfIndex interface,
ga-record-browser.h 61 GaRecordBrowser *ga_record_browser_new_full(AvahiIfIndex interface,
ga-service-resolver.h 59 GaServiceResolver *ga_service_resolver_new(AvahiIfIndex interface,
  /external/avahi/avahi-dnsconfd/
main.c 82 AvahiIfIndex interface;
99 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
112 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
198 static char *concat_dns_servers(AvahiIfIndex interface) {
254 static void run_script(int new, AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
296 AvahiIfIndex interface;
313 interface = (AvahiIfIndex) i_interface;
363 AvahiIfIndex interface = servers->interface;
  /external/avahi/avahi-common/
address.h 36 typedef int AvahiIfIndex;
45 /** Special values for AvahiIfIndex */

Completed in 148 milliseconds

1 2 3