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

/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Drules48 binary-post-install/heimdal-clients::
49 mv debian/heimdal-clients/usr/bin/telnet debian/heimdal-clients/usr/bin/ktelnet
50 mv debian/heimdal-clients/usr/bin/ftp debian/heimdal-clients/usr/bin/kftp
51 mv debian/heimdal-clients/usr/share/man/man1/telnet.1 debian/heimdal-clients/usr/share/man/man1/ktelnet.1
52 mv debian/heimdal-clients/usr/share/man/man1/ftp.1 debian/heimdal-clients/usr/share/man/man1/kftp.1
53 mv debian/heimdal-clients/us
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddns64.c37 dns_acl_t * clients; /* member in struct:dns_dns64
38 * Which clients get mapped
59 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
90 new->clients = NULL;
91 if (clients != NULL)
92 dns_acl_attach(clients, &new->clients);
119 if (dns64->clients != NULL)
120 dns_acl_detach(&dns64->clients);
145 if (dns64->clients !
57 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64) argument
[all...]
/freebsd-9.3-release/tools/tools/mctest/
H A Dmctest.cc66 cout << "mctest [-r] -M clients -m client number -i interface -g multicast group -s packet size -n number -t inter-packet gap\n";
91 // @param clients ///< total number of clients (N)
97 int clients, int client, short base_port) {
181 * Bandwidth limiting. If there are N clients then we want
182 * 1/N packets from each, otherwise the clients will overwhelm
185 if (n % clients == client) {
295 // @param clients ///< number of clients we intend to run
300 int number, int gap, int clients, shor
96 sink(char *interface, struct in_addr *group, int pkt_size, int number, int clients, int client, short base_port) argument
299 source(char *interface, struct in_addr *group, int pkt_size, int number, int gap, int clients, short base_port) argument
460 int clients = 1; ///< for senders how many clients are there local
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c60 static struct client **clients; variable in typeref:struct:client
586 clients = erealloc(clients, (num_clients + 1) * sizeof(*clients));
588 clients[num_clients] = c;
599 if (strcmp(slave, clients[i]->name) == 0)
600 return clients[i];
689 * Set up connection to all clients
704 val = acquire_cred(clients[i], user, password, 1, &hCred);
707 clients[
[all...]
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dtcpdchk.c238 print_list("clients: ", cl_list);
330 int clients = 0; local
336 clients = 0;
338 clients++;
347 if (clients == 0)
/freebsd-9.3-release/contrib/wpa/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...]
/freebsd-9.3-release/sbin/devd/
H A Ddevd.cc841 list<int> clients;
849 * Deliver the data to all clients. Throw clients overboard at the
850 * first sign of trouble. This reaps clients who've died or closed
851 * their sockets, and also clients who are alive but failing to keep up
855 for (i = clients.begin(); i != clients.end(); ) {
859 i = clients.erase(i);
873 * Check all existing clients to see if any of them have disappeared.
874 * Normally we reap clients whe
840 list<int> clients; variable
[all...]
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec107 %package clients
108 Summary: OpenSSH clients.
111 Obsoletes: ssh-clients
147 install openssh-clients, openssh-server, or both.
149 %description clients
152 the clients necessary to make encrypted connections to SSH servers.
153 You'll also need to install the openssh package on OpenSSH clients.
158 the secure shell daemon (sshd). The sshd daemon allows SSH clients to
357 %files clients
770 - Move -clients subpackag
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/ap/
H A Dap.c69 struct client *clients; member in struct:params
568 struct client* c = p->clients;
591 c->next = p->clients;
592 p->clients = c;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c101 * Number of 'mctx pools' for clients. (Should this be configurable?)
132 /* Lock covers the clients list */
134 client_list_t clients; /*%< All active clients */ member in struct:ns_clientmgr
138 client_list_t recursing; /*%< Recursing clients */
141 /*%< mctx pool for clients. */
171 * It is on the client manager's list of inactive clients.
179 * client manager's list of active clients.
305 * - The view refcount does not go to zero until all clients detach
416 * or UDP request, but we may have enough clients doin
[all...]
H A Dserver.c1684 * Most DNS servers have few clients, but intentinally open
1789 result = cfg_map_get(map, "exempt-clients", &obj);
2109 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local
2457 clients = mapped = excluded = NULL;
2459 (void)cfg_map_get(map, "clients", &obj);
2463 mctx, 0, &clients);
2497 clients, mapped, excluded,
2507 if (clients != NULL)
2508 dns_acl_detach(&clients);
2936 * Configure the "match-clients" an
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec51 Obsoletes : ssh, ssh-clients, openssh-clients
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_init_ops.h667 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num];
820 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num];
844 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num];
861 * called during init common stage, ilt clients should be initialized
H A Decore_init.h590 struct ilt_client_info clients[4]; member in struct:ecore_ilt
H A Dbxe.c6138 ilt_client = &ilt->clients[ILT_CLIENT_CDU];
6161 ilt_client = &ilt->clients[ILT_CLIENT_QM];
6183 ilt_client = &ilt->clients[ILT_CLIENT_SRC];
6199 ilt_client = &ilt->clients[ILT_CLIENT_TM];
6349 * for the other ILT clients), to be efficient we want to support
6352 * the context (for the other ILT clients the pointers are used just to
6382 sc->ilt->clients[i].page_size,
6383 sc->ilt->clients[i].start,
6384 sc->ilt->clients[i].end,
6385 sc->ilt->clients[
[all...]
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf89 of clients will benefit more from this approach than individual
/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh1124 set p4cmds=(add branch branches commands change changes client clients \
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S57 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live

Completed in 368 milliseconds