Searched refs:clients (Results 51 - 75 of 190) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dsimple-protocol.c90 AVAHI_LLIST_FIELDS(Client, clients);
97 AVAHI_LLIST_HEAD(Client, clients);
125 AVAHI_LLIST_REMOVE(Client, clients, c->server->clients, c);
147 AVAHI_LLIST_PREPEND(Client, clients, s->clients, c);
460 AVAHI_LLIST_HEAD_INIT(Client, server->clients);
541 while (server->clients)
542 client_free(server->clients);
563 for (c = server->clients;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dsimple-protocol.c90 AVAHI_LLIST_FIELDS(Client, clients);
97 AVAHI_LLIST_HEAD(Client, clients);
125 AVAHI_LLIST_REMOVE(Client, clients, c->server->clients, c);
147 AVAHI_LLIST_PREPEND(Client, clients, s->clients, c);
460 AVAHI_LLIST_HEAD_INIT(Client, server->clients);
541 while (server->clients)
542 client_free(server->clients);
563 for (c = server->clients;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dsimple-protocol.c90 AVAHI_LLIST_FIELDS(Client, clients);
97 AVAHI_LLIST_HEAD(Client, clients);
125 AVAHI_LLIST_REMOVE(Client, clients, c->server->clients, c);
147 AVAHI_LLIST_PREPEND(Client, clients, s->clients, c);
460 AVAHI_LLIST_HEAD_INIT(Client, server->clients);
541 while (server->clients)
542 client_free(server->clients);
563 for (c = server->clients;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/packaging/SuSE/5.2/
H A Dsamba.spec94 Samba is a suite of programs which work together to allow clients to
101 Unix disks and printers from LAN Manager clients, Windows for
102 Workgroups 3.11 clients, Windows'95 clients, Windows NT clients
103 and OS/2 clients. There is
108 * smbd, the SMB server. This handles actual connections from clients.
109 * nmbd, the Netbios name server, which helps clients locate servers.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/packaging/SuSE/5.2/
H A Dsamba.spec94 Samba is a suite of programs which work together to allow clients to
101 Unix disks and printers from LAN Manager clients, Windows for
102 Workgroups 3.11 clients, Windows'95 clients, Windows NT clients
103 and OS/2 clients. There is
108 * smbd, the SMB server. This handles actual connections from clients.
109 * nmbd, the Netbios name server, which helps clients locate servers.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/packaging/SuSE/5.2/
H A Dsamba.spec94 Samba is a suite of programs which work together to allow clients to
101 Unix disks and printers from LAN Manager clients, Windows for
102 Workgroups 3.11 clients, Windows'95 clients, Windows NT clients
103 and OS/2 clients. There is
108 * smbd, the SMB server. This handles actual connections from clients.
109 * nmbd, the Netbios name server, which helps clients locate servers.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A DMakefile.am25 upnpreplyparse.c minixml.c clients.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A DMakefile.am25 upnpreplyparse.c minixml.c clients.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dwanduck.h153 } clients; typedef in typeref:struct:REQCLIENT
185 clients client[MAX_USER];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dwanduck.h153 } clients; typedef in typeref:struct:REQCLIENT
185 clients client[MAX_USER];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dwanduck.h153 } clients; typedef in typeref:struct:REQCLIENT
185 clients client[MAX_USER];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A DMakefile.am25 upnpreplyparse.c minixml.c clients.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/ppc/
H A Dkeywest.c79 &keywest_ctx->client->driver->clients);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/ppc/
H A Dkeywest.c79 &keywest_ctx->client->driver->clients);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/radius/
H A Dradius_server.c81 struct radius_client *clients; member in struct:radius_server_data
128 struct radius_client *client = data->clients;
859 struct radius_client *clients)
863 client = clients;
881 struct radius_client *clients, *tail, *entry; local
901 clients = tail = NULL;
1009 clients = tail = entry;
1018 radius_server_free_clients(NULL, clients);
1019 clients = NULL;
1025 return clients;
858 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/radius/
H A Dradius_server.c108 * clients - List of authorized RADIUS clients
110 struct radius_client *clients; member in struct:radius_server_data
246 * These counters are the sum over all clients.
312 struct radius_client *client = data->clients;
1038 struct radius_client *clients)
1042 client = clients;
1060 struct radius_client *clients, *tail, *entry; local
1080 clients = tail = NULL;
1188 clients
1037 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/radius/
H A Dradius_server.c81 struct radius_client *clients; member in struct:radius_server_data
128 struct radius_client *client = data->clients;
859 struct radius_client *clients)
863 client = clients;
881 struct radius_client *clients, *tail, *entry; local
901 clients = tail = NULL;
1009 clients = tail = entry;
1018 radius_server_free_clients(NULL, clients);
1019 clients = NULL;
1025 return clients;
858 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/radius/
H A Dradius_server.c108 * clients - List of authorized RADIUS clients
110 struct radius_client *clients; member in struct:radius_server_data
246 * These counters are the sum over all clients.
312 struct radius_client *client = data->clients;
1038 struct radius_client *clients)
1042 client = clients;
1060 struct radius_client *clients, *tail, *entry; local
1080 clients = tail = NULL;
1188 clients
1037 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/radius/
H A Dradius_server.c81 struct radius_client *clients; member in struct:radius_server_data
128 struct radius_client *client = data->clients;
859 struct radius_client *clients)
863 client = clients;
881 struct radius_client *clients, *tail, *entry; local
901 clients = tail = NULL;
1009 clients = tail = entry;
1018 radius_server_free_clients(NULL, clients);
1019 clients = NULL;
1025 return clients;
858 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/radius/
H A Dradius_server.c108 * clients - List of authorized RADIUS clients
110 struct radius_client *clients; member in struct:radius_server_data
246 * These counters are the sum over all clients.
312 struct radius_client *client = data->clients;
1038 struct radius_client *clients)
1042 client = clients;
1060 struct radius_client *clients, *tail, *entry; local
1080 clients = tail = NULL;
1188 clients
1037 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/mach-a3/
H A Darbiter.c5 * The algorithm first assigns slots to the clients that has specified
7 * on all the active clients.
152 * also give clients with zero-requests one slot each
154 * order. This makes sure zero-request clients are the
157 * all be allocated to low-index non-zero-request clients
160 * zero-bandwidth clients in the vector, avoiding some of
162 * partitioning of non-zero-bandwidth clients at low
163 * indexes and zero-bandwidth clients at high
170 * Skip inactive clients. Also skip zero-slot
201 * client-number order for active clients
362 crisv32_arbiter_watch(unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback *cb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Darbiter.c5 * The algorithm first assigns slots to the clients that has specified
7 * on all the active clients.
152 * also give clients with zero-requests one slot each
154 * order. This makes sure zero-request clients are the
157 * all be allocated to low-index non-zero-request clients
160 * zero-bandwidth clients in the vector, avoiding some of
162 * partitioning of non-zero-bandwidth clients at low
163 * indexes and zero-bandwidth clients at high
170 * Skip inactive clients. Also skip zero-slot
201 * client-number order for active clients
362 crisv32_arbiter_watch(unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback *cb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/packaging/SuSE/6.0/
H A Dsamba.spec137 Samba is a suite of programs which work together to allow clients to
144 Unix disks and printers from LAN Manager clients, Windows for
145 Workgroups 3.11 clients, Windows'95 clients, Windows NT clients
146 and OS/2 clients. There is
151 * smbd, the SMB server. This handles actual connections from clients.
152 * nmbd, the Netbios name server, which helps clients locate servers.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/packaging/SuSE/6.0/
H A Dsamba.spec137 Samba is a suite of programs which work together to allow clients to
144 Unix disks and printers from LAN Manager clients, Windows for
145 Workgroups 3.11 clients, Windows'95 clients, Windows NT clients
146 and OS/2 clients. There is
151 * smbd, the SMB server. This handles actual connections from clients.
152 * nmbd, the Netbios name server, which helps clients locate servers.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/packaging/SuSE/6.0/
H A Dsamba.spec137 Samba is a suite of programs which work together to allow clients to
144 Unix disks and printers from LAN Manager clients, Windows for
145 Workgroups 3.11 clients, Windows'95 clients, Windows NT clients
146 and OS/2 clients. There is
151 * smbd, the SMB server. This handles actual connections from clients.
152 * nmbd, the Netbios name server, which helps clients locate servers.

Completed in 310 milliseconds

12345678