Searched refs:Client (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-internal.h35 typedef struct Client Client; typedef in typeref:struct:Client
54 Client *client;
64 Client *client;
73 Client *client;
81 Client *client;
90 Client *client;
99 Client *client;
108 Client *client;
117 Client *clien
150 struct Client { struct
[all...]
H A Dsimple-protocol.c63 typedef struct Client Client; typedef in typeref:struct:Client
74 struct Client { struct
91 AVAHI_LLIST_FIELDS(Client, clients);
98 AVAHI_LLIST_HEAD(Client, clients);
108 static void client_free(Client *c) {
126 AVAHI_LLIST_REMOVE(Client, clients, c->server->clients, c);
131 Client *c;
135 c = avahi_new(Client, 1);
148 AVAHI_LLIST_PREPEND(Client, client
[all...]
H A Ddbus-util.h55 int avahi_dbus_is_our_own_service(Client *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain);
H A Ddbus-protocol.c73 static void client_free(Client *c) {
114 AVAHI_LLIST_REMOVE(Client, clients, server->clients, c);
121 static Client *client_get(const char *name, int create) {
122 Client *client;
138 client = avahi_new(Client, 1);
156 AVAHI_LLIST_PREPEND(Client, clients, server->clients, client);
229 Client *client;
418 Client *client;
460 i->path = avahi_strdup_printf("/Client%u/EntryGroup%u", client->id, i->id);
465 Client *clien
[all...]
H A Ddbus-util.c368 int avahi_dbus_is_our_own_service(Client *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DServiceBrowser.cs71 private Client client;
120 public ServiceBrowser (Client client, string type) : this (client, type, client.DomainName)
124 public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified,
129 public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags)
H A DServiceTypeBrowser.cs63 private Client client;
111 public ServiceTypeBrowser (Client client) : this (client, client.DomainName)
115 public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified,
120 public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags flags)
H A DAddressResolver.cs62 private Client client;
118 public AddressResolver (Client client, IPAddress address) : this (client, -1, Protocol.Unspecified,
123 public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags flags)
H A DAvahiTest.cs29 private static Client client;
33 client = new Client ();
35 Console.WriteLine ("joined service name: " + Client.JoinServiceName ("FooBar", "_foo", "local"));
H A DDomainBrowser.cs69 private Client client;
118 public DomainBrowser (Client client) : this (client, -1, Protocol.Unspecified, client.DomainName,
122 public DomainBrowser (Client client, int iface, Protocol proto, string domain,
H A DHostNameResolver.cs39 private Client client;
95 public HostNameResolver (Client client, string hostname) : this (client, -1, Protocol.Unspecified,
101 public HostNameResolver (Client client, int iface, Protocol proto, string hostname,
H A DRecordBrowser.cs83 private Client client;
134 public RecordBrowser (Client client, string name, RecordType type) :
139 public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz,
H A DClient.cs121 public class Client : IDisposable class in namespace:Avahi
259 public Client (ClientFlags flags) method in class:Avahi.Client
278 public Client () : this (ClientFlags.None) { method in class:Avahi.Client
281 ~Client ()
H A DServiceResolver.cs42 private Client client;
103 public ServiceResolver (Client client, string name, string type, string domain) : this (client, -1,
111 public ServiceResolver (Client client, ServiceInfo service) : this (client, service.NetworkInterface,
119 public ServiceResolver (Client client, int iface, Protocol proto, string name,
H A DMakefile.am28 $(srcdir)/Client.cs \
H A DEntryGroup.cs73 private Client client;
153 public EntryGroup (Client client)
H A DMakefile.in313 $(srcdir)/Client.cs \
H A DMakefile313 $(srcdir)/Client.cs \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmkcerts.sh176 Client test cert (512 bit)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkcerts.sh176 Client test cert (512 bit)

Completed in 77 milliseconds