Searched refs:client (Results 51 - 75 of 381) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-choose-session.c45 struct client *client; member in struct:cmd_choose_session_data
95 cdata->template = xstrdup("switch-client -t '%%'");
96 cdata->client = ctx->curclient;
97 cdata->client->references++;
116 if (cdata->client->flags & CLIENT_DEAD)
127 status_message_set(cdata->client, "%s", cause);
136 ctx.curclient = cdata->client;
153 cdata->client->references--;
H A Dcmd-display-panes.c24 * Display panes on a client.
43 struct client *c;
H A Dcmd-refresh-client.c1 /* $Id: cmd-refresh-client.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
24 * Refresh client.
30 "refresh-client", "refresh",
43 struct client *c;
H A Dcmd-choose-window.c45 struct client *client; member in struct:cmd_choose_window_data
107 cdata->client = ctx->curclient;
108 cdata->client->references++;
129 if (cdata->client->flags & CLIENT_DEAD)
139 status_message_set(cdata->client, "%s", cause);
148 ctx.curclient = cdata->client;
166 cdata->client->references--;
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypxfr/
H A Dypxfr.c93 CLIENT *client; local
98 client = NULL;
203 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
205 status = get_remote_ordernum(client, domain, map, ordernum,
221 status = add_master(client, domain, map, db);
225 status = add_interdomain(client, domain, map, db);
229 status = add_secure(client, domain, map, db);
233 get_map(client, domain, map, &callback);
250 if (client != NULL)
251 clnt_destroy(client);
382 get_remote_ordernum(CLIENT *client, char *domain, char *map, u_int lordernum, u_int *rordernum) argument
402 get_map(CLIENT *client, char *domain, char *map, struct ypall_callback *incallback) argument
477 add_master(CLIENT *client, char *domain, char *map, DBM *ldb) argument
509 add_interdomain(CLIENT *client, char *domain, char *map, DBM *ldb) argument
546 add_secure(CLIENT *client, char *domain, char *map, DBM *ldb) argument
583 send_clear(CLIENT *client) argument
605 send_reply(CLIENT *client, int status, int tid) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dclient.h19 /* Id: client.h,v 1.3 2009/09/02 23:48:02 tbox Exp */
31 * The DNS client module provides convenient programming interfaces to various
94 * A dns_clientresevent_t is sent when name resolution performed by a client
119 * A dns_clientreqevent_t is sent when a DNS request is completed by a client.
133 * A dns_clientupdateevent_t is sent when dynamic update performed by a client
155 * Create a DNS client. These functions create a new client object with
160 * control the behavior of the client through the underlying event framework.
162 * the managers internally. A DNS client object created via
193 * Destroy 'client'
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dclnt_simple.c50 * Simplified front end to client rpc.
80 CLIENT *client; /* Client handle */ local
98 if (rcp->client)
99 CLNT_DESTROY(rcp->client);
116 * This is the simplified interface to the client rpc layer.
117 * The client handle is not destroyed here and is reused for
164 rcp->client = NULL;
176 if (rcp->client)
177 CLNT_DESTROY(rcp->client);
181 rcp->client
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dclient.c19 /* Id: client.c,v 1.14 2011/03/12 04:59:47 tbox Exp */
35 #include <dns/client.h>
73 * DNS client object
126 dns_client_t *client; member in struct:resctx
151 dns_client_t *client; member in struct:resarg
169 dns_client_t *client; member in struct:reqctx
186 dns_client_t *client; member in struct:reqarg
201 dns_client_t *client; member in struct:updatearg
217 dns_client_t *client; member in struct:updatectx
386 /* client ha
410 dns_client_t *client; local
514 dns_client_t *client = *clientp; local
554 dns_client_t *client; local
577 dns_client_setservers(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *namespace, isc_sockaddrlist_t *addrs) argument
607 dns_client_clearservers(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *namespace) argument
1118 dns_client_resolve(dns_client_t *client, dns_name_t *name, dns_rdataclass_t rdclass, dns_rdatatype_t type, unsigned int options, dns_namelist_t *namelist) argument
1204 dns_client_startresolve(dns_client_t *client, dns_name_t *name, dns_rdataclass_t rdclass, dns_rdatatype_t type, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientrestrans_t **transp) argument
1340 dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist) argument
1362 dns_client_t *client; local
1402 dns_client_addtrustedkey(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *keyname, isc_buffer_t *keydatabuf) argument
1514 dns_client_request(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries) argument
1596 dns_client_startrequest(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientreqtrans_t **transp) argument
1722 dns_client_t *client; local
1821 dns_client_t *client; local
1892 dns_client_t *client = uctx->client; local
2117 dns_client_t *client; local
2527 dns_client_update(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options) argument
2608 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
2833 dns_client_t *client; local
2878 dns_client_mctx(dns_client_t *client) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c21 /* privilege, and takes no input from the client. Its service port
152 static void showq_report(VSTREAM *client, char *queue, char *id, argument
179 while (!vstream_ferror(client) && (rec_type = rec_get(qfile, buf, 0)) > 0) {
203 vstream_fprintf(client, SENDER_FORMAT, STR(buf),
216 vstream_fprintf(client, STRING_FORMAT,
245 showq_reasons(client, logfile, rcpt_buf, dsn_buf, dup_filter);
262 static void showq_reasons(VSTREAM *client, BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, argument
290 vstream_fprintf(client, "%*s(%s)\n", padding, "", saved_reason);
292 vstream_fprintf(client, STRING_FORMAT, "", "", "", rcpt->address);
299 /* showq_service - service client */
301 showq_service(VSTREAM *client, char *unused_service, char **argv) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd.x7 /* The maximum number of bytes in a print client name argument */
59 typedef string client<CLIENTLEN>;
61 ** The type client is used for passing the hostname of a client for
69 ** the client wishes to print.
86 ** problems if your client attempts to interoperate with a server
114 ** reserved for client use. The second character specifies the type of
118 ** p - PostScript data. The client will ensure that a valid
121 ** x - Generic printable ASCII text. The client will have filtered
124 ** r - Raw print data. The client perform
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Dclparse.c57 /* client-conf-file :== client-declarations END_OF_FILE
58 client-declarations :== <nil>
59 | client-declaration
60 | client-declarations client-declaration */
71 /* Initialize the top level client configuration. */
105 "default client configuration", 0);
107 log_fatal ("can't begin default client config!");
125 if (!ip -> client) {
150 read_client_conf_file(const char *name, struct interface_info *ip, struct client_config *client) argument
712 struct client_state *client, **cp; local
860 struct client_state *client = (struct client_state *)0; local
998 struct client_state *client = (struct client_state *)0; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dmk_error.c43 const krb5_principal client,
82 if(client){
83 msg.crealm = &client->realm;
84 msg.cname = &client->name;
39 krb5_mk_error(krb5_context context, krb5_error_code error_code, const char *e_text, const krb5_data *e_data, const krb5_principal client, const krb5_principal server, time_t *client_time, int *client_usec, krb5_data *reply) argument
H A Dtest_gic.c53 krb5_principal client)
74 client,
93 {"client", 0, arg_string, &client_str,
94 "client principal to use", NULL },
119 krb5_principal client; local
135 errx(1, "client is not set");
141 ret = krb5_parse_name(context, client_str, &client);
145 test_get_init_creds(context, client);
52 test_get_init_creds(krb5_context context, krb5_principal client) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dquery.h93 ns_query_init(ns_client_t *client);
96 ns_query_free(ns_client_t *client);
99 ns_query_start(ns_client_t *client);
102 ns_query_cancel(ns_client_t *client);
H A Dclient.h88 /*% nameserver client structure */
104 * the client to go from
107 * client's task.
152 * client object rather than global only to avoid
190 * Note! These ns_client_ routines MUST be called ONLY from the client's
195 ns_client_send(ns_client_t *client);
197 * Finish processing the current client request and
198 * send client->message as a response.
200 * Note! These ns_client_ routines MUST be called ONLY from the client's
205 ns_client_sendraw(ns_client_t *client, dns_message_
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A DMakefile7 SRCS= bthcid.c hci.c client.c config.c
/netbsd-6-1-5-RELEASE/usr.sbin/btpand/
H A DMakefile6 SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A Dkerberos.c108 krb5_principal client, server; local
127 ret = krb5_parse_name( context, passwd->bv_val, &client );
135 &creds, client, cred->bv_val, NULL,
139 krb5_free_principal( context, client );
148 krb5_free_principal( context, client );
160 krb5_free_principal( context, client );
168 krb5_free_principal( context, client );
/netbsd-6-1-5-RELEASE/usr.sbin/ypset/
H A Dypset.c114 CLIENT *client; local
134 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
135 if (client == NULL) {
139 client->cl_auth = authunix_create_default();
141 r = clnt_call(client, YPBINDPROC_SETDOM,
146 clnt_destroy(client);
149 clnt_destroy(client);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A DMakefile.am36 client.c \
75 rsh-client.c rsh-client.h \
90 client.h \
104 EXTRA_cvs_SOURCES = gssapi-client.c gssapi-client.h \
105 kerberos4-client.c kerberos4-client.h \
106 socket-client.c socket-client
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c89 struct local_client *client; member in struct:lvm_thread_cmd
123 static void send_local_reply(struct local_client *client, int status,
125 static void free_reply(struct local_client *client);
132 struct local_client *client,
143 static int check_all_clvmds_running(struct local_client *client);
148 static int add_to_lvmqueue(struct local_client *client, struct clvm_header *msg,
153 static void add_reply_to_list(struct local_client *client, int status,
563 struct local_client *sock_client = thisfd->bits.pipe.client;
584 if (thisfd->bits.pipe.client != NULL)
585 thisfd->bits.pipe.client
634 timedout_callback(struct local_client *client, const char *csid, int node_up) argument
667 request_timed_out(struct local_client *client) argument
1400 add_reply_to_list(struct local_client *client, int status, const char *csid, const char *buf, int len) argument
1454 struct local_client *client = (struct local_client *) arg; local
1549 process_local_command(struct clvm_header *msg, int msglen, struct local_client *client, unsigned short xid) argument
1584 struct local_client *client = NULL; local
1610 send_local_reply(struct local_client *client, int status, int fd) argument
1689 free_reply(struct local_client *client) argument
1857 add_to_lvmqueue(struct local_client *client, struct clvm_header *msg, int msglen, const char *csid) argument
1963 process_message(struct local_client *client, const char *buf, int len, const char *csid) argument
1977 check_all_callback(struct local_client *client, const char *csid, int node_up) argument
1988 check_all_clvmds_running(struct local_client *client) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rpcinfo/
H A Drpcinfo.c374 CLIENT *client; local
399 client = clnt_com_create(&addr, prognum, vers, &fd, trans);
400 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
404 if (pstatus(client, prognum, vers) < 0)
406 (void)CLNT_DESTROY(client);
410 (void)CLNT_CONTROL(client, CLSET_FD_NCLOSE, NULL);
412 clnt_geterr(client, &rpcerr);
420 (void)CLNT_DESTROY(client);
422 client = clnt_com_create(&addr, (unsigned int)prognum,
424 rpc_stat = CLNT_CALL(client, NULLPRO
473 CLIENT *client; local
683 CLIENT *client = NULL; local
897 CLIENT *client; local
996 CLIENT *client; local
1254 CLIENT *client; local
1286 CLIENT *client; local
1385 CLIENT *client; local
1551 pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers) argument
1606 CLIENT *client = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tools/
H A Dkrb5-config.in81 kadm-client)
82 library=kadm-client
100 echo "libraries: krb5 gssapi kadm-client kadm-server kafs"
128 kadm-client)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_chat.c28 /* smtpd_chat_query() receives a client request and appends a copy
32 /* client, and appends a copy to the SMTP transaction log.
132 last_char = smtp_get(state->buffer, state->client, var_line_limit);
191 smtp_fputs(cp, next - cp, state->client);
203 if (delay || time((time_t *) 0) - vstream_ftime(state->client) > 10)
204 vstream_fflush(state->client);
209 if (vstream_ftimeout(state->client))
210 vstream_longjmp(state->client, SMTP_ERR_TIME);
211 if (vstream_ferror(state->client))
212 vstream_longjmp(state->client, SMTP_ERR_EO
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/yppoll/
H A Dyppoll.c170 CLIENT *client; local
185 client = mkclient(&rsrv_sin, YPPROG, YPVERS, tcp);
186 if (client == NULL)
198 r = clnt_call(client, (unsigned int)YPPROC_ORDER, xdr_ypreq_nokey,
201 clnt_perror(client, "yp_order: clnt_call");
210 r = clnt_call(client, (unsigned int)YPPROC_MASTER,
213 clnt_perror(client, "yp_master: clnt_call");
219 clnt_destroy(client);

Completed in 297 milliseconds

1234567891011>>