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

12

/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dclient_function.js4 var clients = new Array();
7 // get wired clients
9 clients[i] = new Array(5);
10 //clients[i][0] = "<#CTL_unknown#>"; // hostname
11 clients[i][0] = ""; // hostname
12 clients[i][1] = ""; // ip
13 clients[i][2] = arls[i][0].toUpperCase(); // MAC
14 clients[i][3] = parseInt(arls[i][1]); // where port the wired client is.
15 clients[i][4] = null;
16 clients[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dclient_function.js4 var clients = new Array();
7 // get wired clients
9 clients[i] = new Array(5);
10 //clients[i][0] = "<#CTL_unknown#>"; // hostname
11 clients[i][0] = ""; // hostname
12 clients[i][1] = ""; // ip
13 clients[i][2] = arls[i][0].toUpperCase(); // MAC
14 clients[i][3] = parseInt(arls[i][1]); // where port the wired client is.
15 clients[i][4] = null;
16 clients[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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) {
/asus-wl-520gu-7.0.1.45/src/router/samba/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.
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dp8022.c126 struct datalink_proto *tmp, **clients = &p8022_list; local
132 while ((tmp = *clients) != NULL)
135 *clients = tmp->next;
139 clients = &tmp->next;
H A Dpsnap.c102 * Register SNAP clients. We don't yet use this for IP.
129 * Unregister SNAP clients. Protocols no longer want to play with us ...
134 struct datalink_proto **clients = &snap_list; local
141 while ((tmp = *clients) != NULL)
145 *clients = tmp->next;
150 clients = &tmp->next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_fe.c368 client = controller->clients;
434 agp_client *clients; local
436 clients = controller->clients;
438 while (clients != NULL) {
441 priv = agp_find_private(clients->pid);
447 clients = clients->next;
456 agp_client *clients; local
459 clients
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Drcamd.c102 GList *clients; variable
145 // initialize clients
146 clients = NULL;
220 if (clients==NULL)
227 clients = g_list_append(clients, curclient);
242 cur = clients;
256 GList *cur = clients;
356 cur = clients;
357 if (debug) printlist(clients);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-core.c126 * available for clients.
223 /* DUMMY drivers do not register their clients, so we have to
240 /* detach any active clients. This must be done first, because
243 struct i2c_client *client = adap->clients[j];
246 * flag, as _all_ clients that reside on the adapter
282 * What follows is the "upwards" interface: commands for talking to clients,
339 /* Have a look at each adapter, if clients of this driver are still
343 DEB2(printk("i2c-core.o: unregister_driver - looking for clients.\n"));
344 /* removing clients does not depend on the notify flag, else
356 /* DUMMY drivers do not register their clients, s
[all...]
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwanduck.h132 } clients; typedef in typeref:struct:REQCLIENT
136 clients client[MAX_USER];
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dexport.c7 * We maintain a list of clients, each of which has a list of
60 static svc_client * clients; variable
557 for (clp = clients; clp; clp = clp->cl_next) {
578 for (clp = clients; client && clp; clp = clp->cl_next, client--)
602 clp = clients;
745 for (clp = clients; clp; clp = clp->cl_next)
803 clp->cl_next = clients;
804 clients = clp;
832 for (clpp = &clients; (clp = *clpp); clpp = &(clp->cl_next))
895 * Lockd is shutting down and tells us to unregister all clients
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirlmp.c89 irlmp->clients = hashbin_new(HB_GLOBAL);
124 hashbin_delete(irlmp->clients, (FREE_FUNC) kfree);
914 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
919 client = (irlmp_client_t *) hashbin_get_next(irlmp->clients);
927 * purged from the discovery log. Inform all clients who have
931 * Note : as we are currently processing the log, the clients callback
942 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
951 client = (irlmp_client_t *) hashbin_get_next(irlmp->clients);
1389 while (hashbin_find(irlmp->clients, handle, NULL) || !handle)
1405 hashbin_insert(irlmp->clients, (irda_queue_
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A DMakefile31 chooser.png clients.png configfiles.png filter.png network.png parallel.png pooling.png printserver.png samba.png serial.png spooler.png \
32 chooser.eps clients.eps configfiles.eps filter.eps network.eps parallel.eps pooling.eps printserver.eps samba.eps serial.eps spooler.eps \
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Fedora/
H A Dsamba.spec47 SMB (sometimes called "Lan Manager") clients. Samba uses NetBIOS over
58 The samba-client package provides some SMB clients to compliment the
59 built-in SMB filesystem in Linux. These clients allow access of SMB
63 Summary: Files used by both Samba servers and clients.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dcs.c291 for (c = s->clients; c; c = c->next)
351 create_proc_read_entry("clients", 0, s->proc,
392 remove_proc_entry("clients", s->proc);
400 while (s->clients) {
401 client = s->clients;
402 s->clients = s->clients->next;
491 for (c = &s->clients; *c; ) {
631 valid clients. Parse_events() interprets the event bits from
639 client_t *client = s->clients;
[all...]
H A Dcs_internal.h130 client_handle_t clients; member in struct:socket_info_t
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagpgart.h197 agp_client *clients; member in struct:_agp_controller
H A Di2c.h192 void *data; /* for the clients */
261 struct i2c_client *clients[I2C_CLIENT_MAX]; member in struct:i2c_adapter
278 #define I2C_DF_DUMMY 0x02 /* do not connect any clients */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagpgart.h197 agp_client *clients; member in struct:_agp_controller
H A Di2c.h192 void *data; /* for the clients */
261 struct i2c_client *clients[I2C_CLIENT_MAX]; member in struct:i2c_adapter
278 #define I2C_DF_DUMMY 0x02 /* do not connect any clients */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dtvmixer.c243 if (!adap->clients[i])
245 tvmixer_clients(adap->clients[i]);
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/simple/
H A Dsmb.conf7 ; initial testing. It gives all clients access to their home directories and
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlmp.h175 hashbin_t *clients; member in struct:irlmp_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlmp.h175 hashbin_t *clients; member in struct:irlmp_cb
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-tools.spec43 Requires: perl >= 5.6, openldap, openldap-clients, samba

Completed in 373 milliseconds

12