Searched refs:clients (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dwall.perl20 @clients = @ARGV;
23 else { # no clients specified explicitly
30 # if you have A LOT of clients you may speed things up by
35 next if grep($_ eq $client, @clients); # we want this name once
36 push(@clients, $client);
44 Enter message for Samba clients of this host
57 foreach(@clients) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c53 static diva_maint_client_t clients[MAX_DESCRIPTORS]; variable
290 for (i = 1; i < ARRAY_SIZE(clients); i++) {
291 if (clients[i].pmem) {
292 diva_os_free (0, clients[i].pmem);
394 for (id = 1; id < ARRAY_SIZE(clients); id++) {
395 if (clients[id].hDbg == hDbg) {
402 if (clients[id].hDbg) { /* slot is busy */
406 if (!strcmp (clients[id].drvName, hDbg->drvName)) {
414 if (!clients[id].hDbg) { /* slot is busy */
428 clients[free_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Darbiter.h26 unsigned long clients, unsigned long accesses,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsmb.conf9 ; initial testing. It gives all clients access to their home directories and
18 ; If you want to limit the printers that are visible to clients, you can
22 ; in the printcap file will not be visible to clients.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpglobalvars.c52 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
H A Dupnpglobalvars.h122 extern struct client_cache_s clients[CLIENT_CACHE_SLOTS];
H A Dupnphttp.c97 if( clients[i].addr.s_addr == addr.s_addr )
100 if( (time(NULL) - clients[i].age) > 3600 )
104 memcmp(mac, clients[i].mac, 6) == 0 )
108 clients[i].age = time(NULL);
112 memset(&clients[i], 0, sizeof(struct client_cache_s));
116 DPRINTF(E_DEBUG, L_HTTP, "Client found in cache. [type %d/entry %d]\n", clients[i].type, i);
375 * This is done because a lot of clients like to send a
385 if( clients[n].addr.s_addr )
387 get_remote_mac(h->clientaddr, clients[n].mac);
388 clients[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpglobalvars.c93 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
H A Dminissdp.c529 if( clients[client].addr.s_addr )
531 get_remote_mac(dest.sin_addr, clients[client].mac);
532 clients[client].addr = dest.sin_addr;
534 type, inet_ntoa(clients[client].addr),
535 clients[client].mac[0], clients[client].mac[1], clients[client].mac[2],
536 clients[client].mac[3], clients[client].mac[4], clients[clien
[all...]
H A Dupnpglobalvars.h275 extern struct client_cache_s clients[CLIENT_CACHE_SLOTS];
H A Dupnphttp.c139 if( clients[i].addr.s_addr == addr.s_addr )
142 if( (time(NULL) - clients[i].age) > 3600 )
146 memcmp(mac, clients[i].mac, 6) == 0 )
150 clients[i].age = time(NULL);
154 memset(&clients[i], 0, sizeof(struct client_cache_s));
160 clients[i].type, i);
559 * This is done because a lot of clients like to send a
569 if( clients[n].addr.s_addr )
571 get_remote_mac(h->clientaddr, clients[n].mac);
572 clients[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpglobalvars.c50 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
H A Dupnpglobalvars.h121 extern struct client_cache_s clients[CLIENT_CACHE_SLOTS];
H A Dupnphttp.c97 if( clients[i].addr.s_addr == addr.s_addr )
100 if( (time(NULL) - clients[i].age) > 3600 )
104 memcmp(mac, clients[i].mac, 6) == 0 )
108 clients[i].age = time(NULL);
112 memset(&clients[i], 0, sizeof(struct client_cache_s));
116 DPRINTF(E_DEBUG, L_HTTP, "Client found in cache. [type %d/entry %d]\n", clients[i].type, i);
376 * This is done because a lot of clients like to send a
386 if( clients[n].addr.s_addr )
388 get_remote_mac(h->clientaddr, clients[n].mac);
389 clients[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c23 /* This list holds information about clients. The xid_* functions manipulate this list. */
177 /* listen for clients on bootps */
255 static void dhcprelay_loop(int *fds, int num_sockets, int max_socket, char **clients, argument
281 /* clients */
289 if (read_interface(clients[i-1], NULL, &dhcp_msg.giaddr, NULL))
303 char **clients; local
316 clients = get_client_devices(argv[1], &num_sockets);
317 if (!clients) return 0;
323 num_sockets = init_sockets(clients, num_sockets, argv[2], fds, &max_socket);
328 dhcprelay_loop(fds, num_sockets, max_socket, clients,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c340 client = controller->clients;
406 struct agp_client *clients; local
408 clients = controller->clients;
410 while (clients != NULL) {
413 priv = agp_find_private(clients->pid);
419 clients = clients->next;
428 struct agp_client *clients; local
431 clients
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-isa.c86 /* Now look for clients */
103 /* Detach all clients belonging to this one driver */
104 list_for_each_safe(item, _n, &isa_adapter.clients) {
131 INIT_LIST_HEAD(&isa_adapter.clients);
161 dev_dbg(&isa_adapter.dev, "Looking for clients\n");
162 list_for_each_safe(item, _n, &isa_adapter.clients) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c91 AVAHI_LLIST_FIELDS(Client, clients);
98 AVAHI_LLIST_HEAD(Client, clients);
126 AVAHI_LLIST_REMOVE(Client, clients, c->server->clients, c);
148 AVAHI_LLIST_PREPEND(Client, clients, s->clients, c);
460 AVAHI_LLIST_HEAD_INIT(Client, server->clients);
518 while (server->clients)
519 client_free(server->clients);
540 for (c = server->clients;
[all...]
H A Ddbus-internal.h156 AVAHI_LLIST_FIELDS(Client, clients);
173 AVAHI_LLIST_HEAD(Client, clients);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagpgart.h187 struct agp_client *clients; member in struct:agp_controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.h54 /* clients which uses this queue (bitmap) */
56 unsigned int clients; /* users of this queue */ member in struct:snd_seq_queue
85 /* enqueue a event received from one the clients */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlmp.c87 irlmp->clients = hashbin_new(HB_LOCK);
93 if ((irlmp->clients == NULL) ||
129 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree);
1021 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1022 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
1035 * purged from the discovery log. Inform all clients who have
1053 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
1054 while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
1496 hashbin_insert(irlmp->clients, (irda_queue_t *) client,
1520 client = hashbin_lock_find(irlmp->clients, (lon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec48 SMB (sometimes called "Lan Manager") clients. Samba uses NetBIOS over
59 The samba-client package provides some SMB clients to compliment the
60 built-in SMB filesystem in Linux. These clients allow access of SMB
64 Summary: Files used by both Samba servers and clients.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Darbiter.c5 * The algorithm first assigns slots to the clients that has specified
7 * on all the active clients.
163 unsigned long clients, unsigned long accesses,
189 REG_WR_INT(marb_bp, watches[i].instance, rw_clients, clients);
162 crisv32_arbiter_watch(unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback* cb) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.l48 clients { return T_CLIENTS; }

Completed in 165 milliseconds

12