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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2812 active FTP clients happy, your choice is not route NAT but masquerading,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c110 memset(&clients, 0, sizeof(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.c93 struct client_cache_s clients[CLIENT_CACHE_SLOTS]; variable in typeref:struct:client_cache_s
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 Dminidlna.c75 memset(&clients, 0, sizeof(struct client_cache_s));
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/ap/gpl/minidlna/minidlna/
H A Dminidlna.c69 memset(&clients, 0, sizeof(struct client_cache_s));
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/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/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/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec326 clients, including various versions of MS Windows, OS/2,
328 clients, which complement the built-in SMB filesystem
379 clients. Samba uses NetBIOS over TCP/IP (NetBT) protocols
422 Samba-client provides some SMB clients, which complement the built-in
434 Summary: Files used by both Samba servers and clients.
457 Summary: Documentation for Samba servers and clients.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec29 network file and print services to SMB/CIFS clients, including
31 Samba also provides some SMB clients, which complement the
/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/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-internal.h156 AVAHI_LLIST_FIELDS(Client, clients);
173 AVAHI_LLIST_HEAD(Client, clients);
H A Ddbus-protocol.c114 AVAHI_LLIST_REMOVE(Client, clients, server->clients, c);
127 for (client = server->clients; client; client = client->clients_next)
156 AVAHI_LLIST_PREPEND(Client, clients, server->clients, client);
438 avahi_log_warn("Too many clients, client request failed.");
484 avahi_log_warn("Too many clients, client request failed.");
529 avahi_log_warn("Too many clients, client request failed.");
579 avahi_log_warn("Too many clients, client request failed.");
634 avahi_log_warn("Too many clients, clien
[all...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure1878 Priviliged access group for Avahi clients (netdev)
30418 Priviliged access group for Avahi clients: ${AVAHI_PRIV_ACCESS_GROUP}
H A Dconfigure1878 Priviliged access group for Avahi clients (netdev)
30529 Priviliged access group for Avahi clients: ${AVAHI_PRIV_ACCESS_GROUP}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h5604 wl_relmcast_client_t clients[WL_RELMCAST_MAX_CLIENT]; member in struct:wl_relmcast_st

Completed in 400 milliseconds

12