Searched refs:aprotocol (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse-dns-server.c57 AvahiProtocol aprotocol; member in struct:AvahiSDNSServerBrowser
181 b->aprotocol,
242 AvahiProtocol aprotocol,
262 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL);
283 b->aprotocol = aprotocol;
236 avahi_s_dns_server_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *domain, AvahiDNSServerType type, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSDNSServerBrowserCallback callback, void* userdata) argument
H A Dresolve-host-name.c211 AvahiProtocol aprotocol,
226 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL);
251 if (aprotocol == AVAHI_PROTO_INET || aprotocol == AVAHI_PROTO_UNSPEC) {
260 if (aprotocol == AVAHI_PROTO_INET6 || aprotocol == AVAHI_PROTO_UNSPEC) {
206 avahi_s_host_name_resolver_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *host_name, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSHostNameResolverCallback callback, void* userdata) argument
H A Ddns-srv-rr.h79 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
H A Dlookup.h97 AvahiProtocol aprotocol, /**< The address family of the desired address or AVAHI_PROTO_UNSPEC if doesn't matter. */
227 AvahiProtocol aprotocol, /**< Address family of the desired service address. Use AVAHI_PROTO_UNSPEC if you don't care */
H A Dresolve-service.c387 AvahiProtocol aprotocol,
403 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL);
428 r->address_protocol = aprotocol;
380 avahi_s_service_resolver_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiSServiceResolverCallback callback, void* userdata) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dresolver.c67 int32_t interface, protocol, aprotocol; local
82 DBUS_TYPE_INT32, &aprotocol,
146 avahi_address_parse(address, (AvahiProtocol) aprotocol, &a);
188 AvahiProtocol aprotocol,
256 i_aprotocol = (int32_t) aprotocol;
371 int32_t interface, protocol, aprotocol; local
381 DBUS_TYPE_INT32, &aprotocol,
391 if (!avahi_address_parse(address, (AvahiProtocol) aprotocol, &a)) {
431 AvahiProtocol aprotocol,
480 i_aprotocol = (int32_t) aprotocol;
181 avahi_service_resolver_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiServiceResolverCallback callback, void *userdata) argument
426 avahi_host_name_resolver_new( AvahiClient *client, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, AvahiProtocol aprotocol, AvahiLookupFlags flags, AvahiHostNameResolverCallback callback, void *userdata) argument
590 int32_t interface, protocol, aprotocol; local
[all...]
H A Dlookup.h182 * aprotocol argument specifies the adress family (IPv4 or IPv6) of
185 * parameter to your AvahiServiceBrowserCallback. In "aprotocol" you
189 * resp. UDP/IPv6 packets. aprotocol specifies whether the query is for a A
198 AvahiProtocol aprotocol, /**< The desired address family of the service address to resolve. AVAHI_PROTO_UNSPEC if your application can deal with both IPv4 and IPv6 */
232 AvahiProtocol aprotocol,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in119 interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService(interface, protocol, name, type, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0))
124 if aprotocol == avahi.PROTO_INET6:
129 self.services[(interface, protocol, name, type, domain)] = (host, aprotocol, h, port, txt)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-service-resolver.c72 AvahiProtocol aprotocol; member in struct:_GaServiceResolverPrivate
107 priv->aprotocol = g_value_get_enum(value);
139 g_value_set_enum(value, priv->aprotocol);
216 param_spec = g_param_spec_enum("aprotocol", "Address protocol",
355 "domain", domain, "aprotocol", address_protocol,
374 priv->aprotocol,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-protocol.c466 int32_t interface, protocol, aprotocol; local
476 DBUS_TYPE_INT32, &aprotocol,
499 if (!(i->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_host_name_resolver_callback, i))) {
720 int32_t interface, protocol, aprotocol; local
732 DBUS_TYPE_INT32, &aprotocol,
761 if (!(i->service_resolver = avahi_s_service_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, type, domain, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_service_resolver_callback, i))) {
770 int32_t interface, protocol, aprotocol; local
790 DBUS_TYPE_INT32, &aprotocol,
820 if (!(i->service_resolver = avahi_s_service_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, type, domain, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_async_service_resolver_callback, i))) {
833 int32_t interface, protocol, aprotocol; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in95 def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, port, txt, flags):
100 self.update_label(interface, protocol, name, stype, domain, host, aprotocol, address, port, avahi.txt_array_to_string_array(txt))
214 def update_label(self,interface, protocol, name, stype, domain, host, aprotocol, address, port, txt):

Completed in 175 milliseconds