Searched refs:client (Results 1 - 25 of 626) sorted by relevance

1234567891011>>

/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-long.pl7 client => {
H A Dargs-null.pl1 # test emtpy client write
7 client => {
H A Dargs-idle-trickle.pl7 client => {
H A Dargs-nonblock.pl7 client => {
H A Dargs-relay-read-blocking.pl7 client => {
H A Dargs-smallrcv.pl7 client => {
H A Dargs-smallsnd.pl7 client => {
H A Dargs-idle-timeout.pl7 client => {
H A Dargs-null-sleep-client.pl1 # test with delay before empty client write
7 client => {
H A Dargs-sleep-client.pl1 # test delay before client write
7 client => {
H A Dargs-sleep-relay.pl7 client => {
H A Dargs-sleep-server.pl7 client => {
H A Dargs-smallrcv-sleep-client.pl1 # test with smaller relay receive buffer delay before client
7 client => {
H A Dargs-smallrcv-sleep-relay.pl7 client => {
H A Dargs-smallsnd-sleep-client.pl1 # test with smaller relay send buffer delay before client
7 client => {
H A Dargs-smallsnd-sleep-relay.pl7 client => {
/openbsd-current/regress/usr.sbin/httpd/tests/
H A Dargs-log-user-agent.pl5 client => {
H A Dargs-get-slash.pl5 client => {
/openbsd-current/regress/sys/kern/sosplice/udp/
H A Dargs-zero.pl7 client => {
/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-ssl-client.pl1 # test client ssl connection
7 client => {
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-server-tls-client-cert.pl1 # The client writes a message to Sys::Syslog native method.
3 # The syslogd passes it via TLS with client certificate to the loghost.
5 # Find the message in client, file, pipe, syslogd, server log.
6 # Check that syslogd has client cert and key in log.
7 # Check that server has client certificate subject in log.
15 options => [qw(-c client.crt -k client.key)],
18 qr/ClientCertfile client.crt/ => 1,
19 qr/ClientKeyfile client.key/ => 1,
28 qr{/L=OpenBSD/O=syslogd-regress/OU=client/C
[all...]
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_client.h23 * struct drm_client_funcs - DRM client callbacks
34 * Called when &drm_device is unregistered. The client should respond by
39 void (*unregister)(struct drm_client_dev *client);
44 * Called on drm_lastclose(). The first client instance in the list that
55 int (*restore)(struct drm_client_dev *client);
65 int (*hotplug)(struct drm_client_dev *client);
69 * struct drm_client_dev - DRM client instance
78 * @name: Name of the client.
91 * @funcs: DRM client functions (optional)
113 * Set by client hotplu
135 struct drm_client_dev *client; member in struct:drm_client_buffer
[all...]
/openbsd-current/regress/sys/net/pf_divert/
H A Dargs-tcp-reply.pl3 # client writes into TCP stream and reads from it on the remote machine
11 client => { func => \&write_read_stream },
H A Dargs-tcp-to.pl3 # client writes into TCP stream and reads from it on the local machine
11 client => { func => \&write_read_stream },
H A Dargs-udp-reply-to.pl3 # client sends a UDP packet from the remote machine
5 # client receives the UDP packet at the remote machine
13 client => { func => \&write_read_datagram },

Completed in 136 milliseconds

1234567891011>>