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

/freebsd-11-stable/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-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c208 struct ecore_ilt_client_cfg clients[ILT_CLI_MAX]; member in struct:ecore_cxt_mngr
456 struct ecore_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client];
499 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val;
607 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC];
659 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]);
666 /* get the counters for the CDUC,CDUC and QM clients */
697 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]);
808 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]);
829 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]);
854 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_T
1158 struct ecore_ilt_client_cfg *clients = p_mngr->clients; local
1289 struct ecore_ilt_client_cfg *clients; local
1766 struct ecore_ilt_client_cfg *clients; local
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c62 struct dentry *clients; member in struct:vchiq_debugfs_info
277 struct dentry *clients = vchiq_clients_top(); local
282 top = debugfs_create_dir(pidstr, clients);
327 debugfs_info.clients = debugfs_create_dir("clients",
329 if (!debugfs_info.clients)
354 return debugfs_info.clients;
H A Dvchiq_arm.c1941 "blocked clients", __func__);
1946 "previously blocked clients failed" , __func__);
1952 "clients resumed", __func__);
2877 struct proc_dir_entry *clients = vchiq_clients_top(); local
2881 top = proc_mkdir(pidstr, clients);
2897 remove_proc_entry(top->name, clients);
2904 struct proc_dir_entry *clients = vchiq_clients_top(); local
2906 remove_proc_entry(instance->proc_entry->name, clients);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ofed/librdmacm/examples/
H A Dudpong.c83 static struct client clients[256]; variable in typeref:struct:client
243 memset(&clients[msg->id], 0, sizeof clients[msg->id]);
246 clients[msg->id].recvcnt++;
249 msg->data = htobe32(clients[msg->id].recvcnt);
252 clients[msg->id].recvcnt++;
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c235 print_list("clients: ", cl_list);
327 int clients = 0; local
333 clients = 0;
335 clients++;
344 if (clients == 0)
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c110 client_list_t clients; member in struct:host1x_softc
140 TAILQ_FOREACH(entry, &sc->clients, list_e) {
171 TAILQ_FOREACH_REVERSE(entry, &sc->clients, client_list, list_e) {
395 TAILQ_INSERT_TAIL(&sc->clients, entry, list_e);
410 TAILQ_FOREACH(entry, &sc->clients, list_e) {
415 TAILQ_REMOVE(&sc->clients, entry, list_e);
567 TAILQ_INIT(&sc->clients);
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc885 list<client_t> clients; variable
893 * Deliver the data to all clients. Throw clients overboard at the
894 * first sign of trouble. This reaps clients who've died or closed
895 * their sockets, and also clients who are alive but failing to keep up
899 for (i = clients.begin(); i != clients.end(); ) {
909 i = clients.erase(i);
925 * Check all existing clients to see if any of them have disappeared.
926 * Normally we reap clients whe
[all...]
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S52 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.c143 * clients - List of authorized RADIUS clients
145 struct radius_client *clients; member in struct:radius_server_data
316 * These counters are the sum over all clients.
478 struct radius_client *client = data->clients;
2169 struct radius_client *clients)
2173 client = clients;
2193 struct radius_client *clients, *tail, *entry; local
2213 clients = tail = NULL;
2321 clients
2168 radius_server_free_clients(struct radius_server_data *data, struct radius_client *clients) argument
[all...]
/freebsd-11-stable/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
355 %files clients
766 - Move -clients subpackag
[all...]
/freebsd-11-stable/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-11-stable/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.c5880 ilt_client = &ilt->clients[ILT_CLIENT_CDU];
5903 ilt_client = &ilt->clients[ILT_CLIENT_QM];
5925 ilt_client = &ilt->clients[ILT_CLIENT_SRC];
5941 ilt_client = &ilt->clients[ILT_CLIENT_TM];
6069 * for the other ILT clients), to be efficient we want to support
6072 * the context (for the other ILT clients the pointers are used just to
6102 sc->ilt->clients[i].page_size,
6103 sc->ilt->clients[i].start,
6104 sc->ilt->clients[i].end,
6105 sc->ilt->clients[
[all...]
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S52 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S54 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql642 working copies that were never updated by 1.7.0+ style clients */

Completed in 184 milliseconds