HomeSort by: relevance | last modified time | path
    Searched refs:client (Results 1 - 25 of 983) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/bind/dist/lib/ns/include/ns/
notify.h 18 #include <ns/client.h>
35 ns_notify_start(ns_client_t *client, isc_nmhandle_t *handle);
45 *\li client to be valid.
xfrout.h 32 ns_xfr_start(ns_client_t *client, dns_rdatatype_t xfrtype);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_client.c 30 #include <nvif/client.h>
38 nvif_client_ioctl(struct nvif_client *client, void *data, u32 size)
40 return client->driver->ioctl(client->object.priv, client->super, data, size, NULL);
44 nvif_client_suspend(struct nvif_client *client)
46 return client->driver->suspend(client->object.priv);
50 nvif_client_resume(struct nvif_client *client)
52 return client->driver->resume(client->object.priv)
    [all...]
nouveau_nvif_driver.c 30 #include <nvif/client.h>
46 const char *name, u64 device, struct nvif_client *client)
50 for (i = 0; (client->driver = nvif_driver[i]); i++) {
51 if (!drv || !strcmp(client->driver->name, drv)) {
52 ret = client->driver->init(name, device, cfg, dbg,
53 &client->object.priv);
56 client->driver->fini(client->object.priv);
61 ret = nvif_client_init(client, name, device, client);
    [all...]
  /src/external/mpl/bind/dist/lib/ns/
client.c 1 /* $NetBSD: client.c,v 1.29 2026/05/20 16:53:47 christos Exp $ */
62 #include <ns/client.h>
73 *** Client
77 * Client Routines
81 * All client state changes, other than that from idle to listening, occur
85 * If a routine is ever created that allows someone other than the client's
86 * loop to change the client, then the client will have to be locked.
91 ns_client_log(client, NS_LOGCATEGORY_CLIENT, NS_LOGMODULE_CLIENT, \
147 ns_client_dumpmessage(ns_client_t *client, const char *reason)
314 ns_client_t *client = cbarg; local
1667 ns_client_t *client = client0; local
1702 ns_client_t *client = client0; local
1784 ns_client_t *client = NULL; local
2138 ns_client_t *client = arg; local
2656 ns_client_t *client; local
2881 ns_client_t *client; local
2965 ns_client_t *client = (ns_client_t *)ci->data; local
    [all...]
pfilter.c 4 #include <ns/client.h>
21 pfilter_notify(isc_result_t res, ns_client_t *client, const char *msg)
34 if (!TCP_CLIENT(client) && !client->peeraddr_valid)
37 if ((fd = isc_nmhandle_getfd(client->handle)) == -1)
42 &client->peeraddr.type.sa, client->peeraddr.length, msg);
query.c 73 #include <ns/client.h>
121 /*% Client presented a bad COOKIE. */
123 /*% Client presented a valid COOKIE. */
125 /*% Client presented a COOKIE. */
127 /*% Client presented a CLIENT-SUBNET option. */
144 /*% Was the client already sent a response? */
161 client_trace(ns_client_t *client, int level, const char *message) {
162 if (client != NULL && client->query.qname != NULL)
1699 ns_client_t *client = qctx->client; local
1769 ns_client_t *client = qctx->client; local
2203 ns_client_t *client = qctx->client; local
2223 ns_client_t *client = qctx->client; local
2267 ns_client_t *client = qctx->client; local
2733 ns_client_t *client = resp->arg; local
5788 ns_client_t *client = qctx->client; local
6026 ns_client_t *client = qctx->client; local
6344 ns_client_t *client = resp->arg; local
6849 ns_client_t *client = rev->arg; local
6985 ns_client_t *client = qctx->client; local
7537 ns_client_t *client; local
7884 ns_client_t *client = qctx->client; local
8399 ns_client_t *client = qctx->client; local
8584 ns_client_t *client = qctx->client; local
9134 ns_client_t *client = qctx->client; local
9260 qctx->version, client, rdataset, local
9526 ns_client_t *client = qctx->client; local
10757 ns_client_t *client = qctx->client; local
10844 ns_client_t *client = qctx->client; local
10972 ns_client_t *client = qctx->client; local
11057 ns_client_t *client = qctx->client; local
11279 ns_client_t *client = qctx->client; local
11631 ns_client_t *client = qctx->client; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
attr_clnt.c 7 /* attribute query-reply client
21 /* int attr_clnt_request(client,
24 /* ATTR_CLNT *client;
32 /* void attr_clnt_free(client)
33 /* ATTR_CLNT *client;
35 /* void attr_clnt_control(client, name, value, ... ATTR_CLNT_CTL_END)
36 /* ATTR_CLNT *client;
39 /* This module implements a client for a simple attribute-based
42 /* attr_clnt_create() creates a client handle. See auto_clnt(3) for
50 /* attr_clnt_free() destroys a client handle and closes its connection
144 ATTR_CLNT *client; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c 1 /* dnssd-client.c
94 #include "dnssd-client.h"
127 dnssd_client_finalize(dnssd_client_t *client)
129 thread_service_release(client->published_service);
130 ioloop_wakeup_release(client->wakeup_timer);
131 free(client->state_header.name);
132 free(client->id);
133 free(client);
141 dnssd_client_t *client = context; local
142 RELEASE_HERE(client, dnssd_client)
148 dnssd_client_t *client = context; local
161 dnssd_client_t *client = context; local
175 dnssd_client_t *client = context; local
188 dnssd_client_t *client = context; local
622 dnssd_client_t *ret = NULL, *client = calloc(1, sizeof(*client)); local
673 dnssd_client_t *client = context; local
686 dnssd_client_t *client = context; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
26-tls13_client_auth.conf 6 test-1 = 1-client-auth-TLSv1.3-request
7 test-2 = 2-client-auth-TLSv1.3-require-fail
8 test-3 = 3-client-auth-TLSv1.3-require
9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names
10 test-5 = 5-client-auth-TLSv1.3-noroot
11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake
14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake
15 test-10 = 10-client-auth-TLSv1.3-noroot-post-handshak
    [all...]
17-renegotiate.conf 5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
9 test-4 = 4-renegotiate-client-auth-require
10 test-5 = 5-renegotiate-client-auth-once
15 test-10 = 10-no-renegotiation-server-by-client
17 test-12 = 12-no-renegotiation-client-by-server
18 test-13 = 13-no-renegotiation-client-by-client
21 [0-renegotiate-client-no-resume]
22 ssl_conf = 0-renegotiate-client-no-resume-ss
    [all...]
04-client_auth.conf 6 test-1 = 1-client-auth-flex-request
7 test-2 = 2-client-auth-flex-require-fail
8 test-3 = 3-client-auth-flex-require
9 test-4 = 4-client-auth-flex-require-non-empty-names
10 test-5 = 5-client-auth-flex-noroot
12 test-7 = 7-client-auth-TLSv1-request
13 test-8 = 8-client-auth-TLSv1-require-fail
14 test-9 = 9-client-auth-TLSv1-require
15 test-10 = 10-client-auth-TLSv1-require-non-empty-names
16 test-11 = 11-client-auth-TLSv1-noroo
    [all...]
21-key-update.conf 5 test-0 = 0-update-key-client-update-not-requested
7 test-2 = 2-update-key-client-update-requested
11 [0-update-key-client-update-not-requested]
12 ssl_conf = 0-update-key-client-update-not-requested-ssl
14 [0-update-key-client-update-not-requested-ssl]
15 server = 0-update-key-client-update-not-requested-server
16 client = 0-update-key-client-update-not-requested-client
18 [0-update-key-client-update-not-requested-server
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_client.c 29 #include <core/client.h>
46 struct nvkm_client *client; local
52 NULL, oclass->client->ntfy, &client);
58 client->object.client = oclass->client;
59 client->object.handle = oclass->handle;
60 client->object.route = oclass->route;
61 client->object.token = oclass->token
77 struct nvkm_client *client; member in struct:nvkm_client_notify
90 struct nvkm_client *client = notify->client; local
136 struct nvkm_client *client = object->client; local
225 struct nvkm_client *client = nvkm_client(object); local
263 struct nvkm_client *client = nvkm_client(object); local
275 struct nvkm_client *client = nvkm_client(object); local
333 struct nvkm_client *client; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/demos/bio/
Makefile 11 # LD_LIBRARY_PATH=../.. ./client-arg
12 # LD_LIBRARY_PATH=../.. ./client-conf
19 all: client-arg client-conf saccept sconnect server-arg server-cmod server-conf
21 client-arg: client-arg.o
22 client-conf: client-conf.o
29 client-arg client-conf saccept sconnect server-arg server-cmod server-conf
    [all...]
  /src/external/mpl/dhcp/dist/client/
dhclient.c 5 DHCP Client. */
29 * This code is based on the original client state machine that was
89 static const char message [] = "Internet Systems Consortium DHCP Client";
251 static int send_dhcpv4_query(struct client_state *client, int broadcast);
324 struct client_state *client; local
353 /* Initialize client globals. */
431 log_fatal("Client can only do v4 or v6, not "
437 log_fatal("Client can only do v4 or v6, not "
668 "without a persistent DHCPv6 client");
691 /* Set up the initial client option universe. *
1087 struct client_state *client; local
1254 struct client_state *client = cpp; local
1307 struct client_state *client = cpp; local
1384 struct client_state *client = cpp; local
1432 struct client_state *client = cpp; local
1538 struct client_state *client; local
1807 struct client_state *client = cpp; local
1849 struct client_state *client = cpp; local
1980 struct client_state *client; local
2217 struct client_state *client; local
2481 struct client_state *client; local
2551 struct client_state *client = cpp; local
2776 struct client_state *client = cpp; local
2891 struct client_state *client = cpp; local
3086 struct client_state *client = cpp; local
3126 struct client_state *client = cpp; local
3276 struct client_state *client; local
3782 struct client_state *client; local
4812 struct client_state *client; local
4976 struct client_state *client; local
5127 struct client_state *client; local
5197 struct client_state *client = (struct client_state *)ddns_cb->lease; local
5711 struct client_state *client = (struct client_state *)ddns_cb->lease; local
5860 struct client_state *client; local
5883 struct client_state *client; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check_dsn.in 9 # Test the client restrictions.
12 client 4.1.1_dsn 1.2.3.4
13 client 4.1.2_dsn 1.2.3.4
14 client 4.1.3_dsn 1.2.3.4
15 client 4.1.4_dsn 1.2.3.4
16 client 4.1.5_dsn 1.2.3.4
17 client 4.1.6_dsn 1.2.3.4
18 client 4.1.7_dsn 1.2.3.4
19 client 4.1.8_dsn 1.2.3.4
20 client 4.4.0_dsn 1.2.3.
    [all...]
  /src/usr.sbin/ypserv/common/
yplib_host.h 32 int yp_match_host(CLIENT *client, char *indomain, char *inmap,
35 int yp_first_host(CLIENT *client, char *indomain, char *inmap,
38 int yp_next_host(CLIENT *client, char *indomain, char *inmap,
41 int yp_master_host(CLIENT *client,
43 int yp_order_host(CLIENT *client,
    [all...]
  /src/external/mpl/bind/lib/libns/
pfilter.c 4 #include <ns/client.h>
21 pfilter_notify(isc_result_t res, ns_client_t *client, const char *msg)
34 if (!TCP_CLIENT(client) && !client->peeraddr_valid)
37 if ((fd = isc_nmhandle_getfd(client->handle)) == -1)
42 &client->peeraddr.type.sa, client->peeraddr.length, msg);
  /src/crypto/external/apache2/openssl/dist/demos/guide/
build.info 5 # LD_LIBRARY_PATH=../.. ./tls-client-block www.example.com 443
7 PROGRAMS{noinst} = tls-client-block \
8 quic-client-block \
10 tls-client-non-block \
11 quic-client-non-block \
14 quic-client-non-block \
16 INCLUDE[tls-client-block]=../../include
17 SOURCE[tls-client-block]=tls-client-block.c
18 DEPEND[tls-client-block]=../../libcrypto ../../libss
    [all...]
  /src/crypto/external/bsd/openssl/dist/demos/bio/
Makefile 11 # LD_LIBRARY_PATH=../.. ./client-arg
12 # LD_LIBRARY_PATH=../.. ./client-conf
19 all: client-arg client-conf saccept sconnect server-arg server-cmod server-conf
21 client-arg: client-arg.o
22 client-conf: client-conf.o
29 client-arg client-conf saccept sconnect server-arg server-cmod server-conf
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
client.c 60 SSL *client; local
72 /* This only fuzzes the initial flow from the client so far. */
75 client = SSL_new(ctx);
76 OPENSSL_assert(SSL_set_min_proto_version(client, 0) == 1);
77 OPENSSL_assert(SSL_set_cipher_list(client, "ALL:eNULL:@SECLEVEL=0") == 1);
78 SSL_set_tlsext_host_name(client, "localhost");
81 SSL_set_bio(client, in, out);
82 SSL_set_connect_state(client);
84 if (SSL_do_handshake(client) == 1) {
88 if (SSL_read(client, tmp, sizeof(tmp)) <= 0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/bio/
Makefile 7 TESTS = client-arg \
8 client-conf \
21 client-arg: client-arg.o
22 client-conf: client-conf.o
  /src/external/mit/libuv/dist/test/
test-udp-connect.c 30 ASSERT_NE((uv_udp_t*)(handle) == &server || (uv_udp_t*)(handle) == &client, 0)
33 static uv_udp_t client; variable
68 uv_udp_connect(&client, NULL);
69 r = uv_udp_send(req, &client, &buf, 1, NULL, cl_send_cb);
72 &client,
94 uv_close((uv_handle_t*) &client, close_cb);
121 r = uv_udp_init(uv_default_loop(), &client);
128 r = uv_udp_connect(&client, (const struct sockaddr*) &tmp_addr);
133 r = uv_udp_connect(&client, NULL);
140 r = uv_udp_connect(&client, (const struct sockaddr*) &lo_addr)
    [all...]
  /src/lib/libc/rpc/
pmap_getport.c 46 * Client interface to pmap rpc service.
79 remote_pmap_getport(CLIENT *client, struct pmap *parms, u_short *port)
81 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap,
84 clnt_geterr(client, &rpc_createerr.cf_error);
87 clnt_geterr(client, &rpc_createerr.cf_error);
89 CLNT_DESTROY(client);
92 static CLIENT *
108 CLIENT *client; local
    [all...]

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>