Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 195) sorted by relevance

12345678

/freebsd/tools/tools/mctest/
H A Dmctest.cc95 int clients, int client, short base_port) { in sink() argument
183 if (n % clients == client) { in sink()
298 int number, int gap, int clients, short base_port) { in source() argument
362 struct timeval received[clients][number]; in source()
363 server_args args[clients]; in source()
364 pthread_t thread[clients]; in source()
366 for (int i = 0;i < clients; i++) { in source()
369 args[i].number = number / clients; in source()
395 for (int i = 0; i < clients; i++) { in source()
406 for (int client = 0;client < clients; client++) { in source()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c206 struct ecore_ilt_client_cfg clients[ILT_CLI_MAX]; member
454 struct ecore_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in ecore_cxt_get_ilt_page_size()
497 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in ecore_cxt_set_proto_cid_count()
605 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in ecore_ilt_get_dynamic_line_cnt()
657 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in ecore_cxt_cfg_ilt_compute()
695 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]); in ecore_cxt_cfg_ilt_compute()
806 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]); in ecore_cxt_cfg_ilt_compute()
827 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_SRC]); in ecore_cxt_cfg_ilt_compute()
852 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_TM]); in ecore_cxt_cfg_ilt_compute()
887 p_cli = ecore_cxt_set_cli(&p_mngr->clients[ILT_CLI_TSDM]); in ecore_cxt_cfg_ilt_compute()
[all …]
/freebsd/contrib/ntp/
H A DREADME.leapsmear26 NTP servers also pass a leap second warning flag down to their clients via
27 the normal NTP packet exchange, so clients also become aware of an
60 Thus it is not required to use a smearing NTP server for Windows clients,
69 sent to its clients, so that after some predefined interval the leap second
71 e.g. several hours, so that NTP clients can easily follow the clock drift
79 With this approach the time an NTP server sends to its clients still matches
86 Of course, clients which receive the "smeared" time from an NTP server don't
88 just transparent to the clients, and the clients don't even notice there's a
159 NTP clients can follow the smeared time it doesn't matter at all which
163 Since all clients follow the same smeared time the time difference between
[all …]
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c62 struct dentry *clients; member
277 struct dentry *clients = vchiq_clients_top(); in vchiq_debugfs_add_instance() local
282 top = debugfs_create_dir(pidstr, clients); in vchiq_debugfs_add_instance()
327 debugfs_info.clients = debugfs_create_dir("clients", in vchiq_debugfs_init()
329 if (!debugfs_info.clients) in vchiq_debugfs_init()
354 return debugfs_info.clients; in vchiq_clients_top()
/freebsd/libexec/bootpd/
H A DProblems24 those clients using numeric form.
35 My huge bootptab file causes startup time to be so long that clients
46 My bootp clients are given responses with a boot file name that is
53 My PC clients running Sun's PC-NFS Pro v1.1 fail to receive
56 These clients send a request with the DHCP "message length"
62 for any clients that need their reply broadcasted.
H A DAnnounce19 extension files for all clients using bootpef.
35 (this annoyed some clients...)
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c60 static struct client **clients; variable
695 clients = erealloc(clients, (num_clients + 1) * sizeof(*clients)); in connect_client()
697 clients[num_clients] = c; in connect_client()
708 if (strcmp(slave, clients[i]->name) == 0) in get_client()
709 return clients[i]; in get_client()
816 val = acquire_cred(clients[i], user, password, 1, &hCred); in main()
819 clients[i]->moniker, (int)val); in main()
822 toast_resource(clients[i], hCred); in main()
836 struct client *c = clients[i]; in main()
950 goodbye(clients[i]); in main()
[all …]
/freebsd/crypto/heimdal/lib/ipc/
H A Dserver.c482 static struct client **clients = NULL; variable
672 clients = erealloc(clients, sizeof(clients[0]) * (num_clients + 1)); in add_new_socket()
673 clients[num_clients] = c; in add_new_socket()
992 fds[n].fd = clients[n]->fd; in process_loop()
994 if (clients[n]->flags & WAITING_READ) in process_loop()
996 if (clients[n]->flags & WAITING_WRITE) in process_loop()
1005 if (clients[n] == NULL) in process_loop()
1008 clients[n]->flags |= WAITING_CLOSE; in process_loop()
1013 handle_read(clients[n]); in process_loop()
1015 handle_write(clients[n]); in process_loop()
[all …]
/freebsd/contrib/tcp_wrappers/
H A DBanners.Makefile24 # daemons ... : clients ... : banners /some/directory ...
27 # For example, one banner directory for clients that are granted service,
28 # one banner directory for rejected clients, and one banner directory for
29 # clients with a hostname problem.
H A Dtcpdchk.c319 int clients = 0; in check_client_list() local
325 clients = 0; in check_client_list()
327 clients++; in check_client_list()
336 if (clients == 0) in check_client_list()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c107 client_list_t clients; member
135 TAILQ_FOREACH(entry, &sc->clients, list_e) { in host1x_drm_init()
166 TAILQ_FOREACH_REVERSE(entry, &sc->clients, client_list, list_e) { in host1x_drm_exit()
388 TAILQ_INSERT_TAIL(&sc->clients, entry, list_e); in host1x_register_client()
403 TAILQ_FOREACH(entry, &sc->clients, list_e) { in host1x_deregister_client()
408 TAILQ_REMOVE(&sc->clients, entry, list_e); in host1x_deregister_client()
560 TAILQ_INIT(&sc->clients); in host1x_attach()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dudpong.c83 static struct client clients[256]; variable
243 memset(&clients[msg->id], 0, sizeof clients[msg->id]); in svr_process()
246 clients[msg->id].recvcnt++; in svr_process()
249 msg->data = htobe32(clients[msg->id].recvcnt); in svr_process()
252 clients[msg->id].recvcnt++; in svr_process()
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra30-actmon.txt6 from the monitored clients.
22 - interconnects: Should contain entries for memory clients sitting on
26 information about available memory clients, see MEMORY
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod115 Allow legacy insecure renegotiation between OpenSSL and unpatched clients or
121 preferences. When not set, the SSL server will always follow the clients
215 clients.
224 Normally clients and servers will transparently attempt to negotiate the
232 Normally clients and servers will transparently attempt to negotiate the
251 handshake). This option is not needed for clients.
304 those clients (e.g. mobile) use ChaCha20-Poly1305 if that cipher is anywhere
305 in the server cipher list; but still allows other clients to use AES and other
314 clients violate this rule by adapting to the server's answer. (Example:
317 same SSLv3.1=TLSv1 announcement. Some clients step down to SSLv3 with respect
[all …]
H A DSSL_CTX_sess_number.pod55 SSL_CTX_sess_misses() returns the number of sessions proposed by clients
58 SSL_CTX_sess_timeouts() returns the number of sessions proposed by clients
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod43 provided to clients in the HelloRetryRequest transmitted as a response to a
58 to generate the cookie provided to clients in the HelloVerifyRequest transmitted
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-host1x.txt57 - interconnects: Must contain entry for the MPE memory clients.
60 available memory clients, see MEMORY CONTROLLER section.
142 - interconnects: Must contain entry for the VI memory clients.
145 available memory clients, see MEMORY CONTROLLER section.
163 - interconnects: Must contain entry for the EPP memory clients.
166 available memory clients, see MEMORY CONTROLLER section.
184 - interconnects: Must contain entry for the ISP memory clients.
187 available memory clients, see MEMORY CONTROLLER section.
205 - interconnects: Must contain entry for the GR2D memory clients.
208 available memory clients, see MEMORY CONTROLLER section.
[all …]
/freebsd/sbin/devd/
H A Ddevd.cc944 static list<client_t> clients; variable
958 for (i = clients.begin(); i != clients.end(); ) { in notify_clients()
968 i = clients.erase(i); in notify_clients()
991 for (i = clients.begin(); i != clients.end(); ) { in check_clients()
998 i = clients.erase(i); in check_clients()
1026 clients.push_back(s); in new_client()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Datmel-xdma.txt29 * DMA clients
30 DMA clients connected to the Atmel XDMA controller must use the format
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst15clients might want to take control of specific aspects (streamed collections, hash maps storage), …
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md62 | to both servers and clients | | both DTLS servers and clients |
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.c140 struct radius_client *clients; member
335 struct radius_client *client = data->clients; in radius_server_get_client()
2017 struct radius_client *clients) in radius_server_free_clients() argument
2021 client = clients; in radius_server_free_clients()
2041 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local
2061 clients = tail = NULL; in radius_server_read_clients()
2169 clients = tail = entry; in radius_server_read_clients()
2178 radius_server_free_clients(NULL, clients); in radius_server_read_clients()
2179 clients = NULL; in radius_server_read_clients()
2185 return clients; in radius_server_read_clients()
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.accept2 # with the AP. Optional VLAN ID can be assigned for clients based on the
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-automount.m44 dnl # solution to handling automounts. Prior to this cifs/nfs clients
/freebsd/tools/tools/net80211/w00t/ap/
H A Dap.c67 struct client *clients; member
566 struct client* c = p->clients; in client_find()
589 c->next = p->clients; in client_insert()
590 p->clients = c; in client_insert()

12345678