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

/freebsd-10.1-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-10.1-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c60 static struct client **clients; variable in typeref:struct:client
695 clients = erealloc(clients, (num_clients + 1) * sizeof(*clients));
697 clients[num_clients] = c;
708 if (strcmp(slave, clients[i]->name) == 0)
709 return clients[i];
801 * Set up connection to all clients
816 val = acquire_cred(clients[i], user, password, 1, &hCred);
819 clients[
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/ipc/
H A Dserver.c482 static struct client **clients = NULL; variable in typeref:struct:client
672 clients = erealloc(clients, sizeof(clients[0]) * (num_clients + 1));
673 clients[num_clients] = c;
992 fds[n].fd = clients[n]->fd;
994 if (clients[n]->flags & WAITING_READ)
996 if (clients[n]->flags & WAITING_WRITE)
1005 if (clients[n] == NULL)
1008 clients[
[all...]
/freebsd-10.1-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-10.1-release/contrib/wpa/src/radius/
H A Dradius_server.c102 * clients - List of authorized RADIUS clients
104 struct radius_client *clients; member in struct:radius_server_data
247 * These counters are the sum over all clients.
317 struct radius_client *client = data->clients;
1058 struct radius_client *clients)
1062 client = clients;
1080 struct radius_client *clients, *tail, *entry; local
1100 clients = tail = NULL;
1208 clients
1057 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/freebsd-10.1-release/sbin/devd/
H A Ddevd.cc856 list<client_t> clients; variable
864 * Deliver the data to all clients. Throw clients overboard at the
865 * first sign of trouble. This reaps clients who've died or closed
866 * their sockets, and also clients who are alive but failing to keep up
870 for (i = clients.begin(); i != clients.end(); ) {
880 i = clients.erase(i);
896 * Check all existing clients to see if any of them have disappeared.
897 * Normally we reap clients whe
[all...]
/freebsd-10.1-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-10.1-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-10.1-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-10.1-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec51 Obsoletes : ssh, ssh-clients, openssh-clients
/freebsd-10.1-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.c6130 ilt_client = &ilt->clients[ILT_CLIENT_CDU];
6153 ilt_client = &ilt->clients[ILT_CLIENT_QM];
6175 ilt_client = &ilt->clients[ILT_CLIENT_SRC];
6191 ilt_client = &ilt->clients[ILT_CLIENT_TM];
6341 * for the other ILT clients), to be efficient we want to support
6344 * the context (for the other ILT clients the pointers are used just to
6374 sc->ilt->clients[i].page_size,
6375 sc->ilt->clients[i].start,
6376 sc->ilt->clients[i].end,
6377 sc->ilt->clients[
[all...]
/freebsd-10.1-release/sys/boot/i386/cdboot/
H A Dcdboot.S53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-10.1-release/contrib/tcsh/
H A Dcomplete.tcsh1124 set p4cmds=(add branch branches commands change changes client clients \
/freebsd-10.1-release/sys/boot/pc98/cdboot/
H A Dcdboot.S57 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql843 working copies that were never updated by 1.7.0+ style clients */

Completed in 217 milliseconds