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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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);
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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,
/netgear-R7000-V1.0.7.12_1.2.5/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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/debian/
H A Dpptpdconfig.pl4 use Debian::DebConf::Client::ConfModule ':all';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Dfr.inc45 $text["client"] = "Client";
H A Dca.inc45 $text["client"] = "Client";

Completed in 93 milliseconds

12