Searched refs:client (Results 201 - 225 of 294) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_impl.c155 * An RPC client handle that can be used to communicate with the local
191 * A pending client-side lock request, stored on the nlm_waiting_locks
216 CLIENT *af_rpc; /* (c) rpc client to send message */
233 CLIENT *nr_client; /* (l) RPC client handle */
234 time_t nr_create_time; /* (l) when client was created */
246 struct nlm_rpc nh_clntrpc; /* (l) RPC for client requests */
342 * Create an RPC client handle for the given (address,prog,vers)
424 * into an appropriate address and make a new client
519 * Destroy the UDP client we used to speak to rpcbind and
520 * recreate as a TCP client
1024 CLIENT *client; local
1259 CLIENT *client; local
2009 CLIENT *client; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_sock.c561 struct sockaddr_in server, client; local
641 memcpy((char *)&client, (char *)&server, sizeof(server));
643 client.sin_addr.s_addr = htonl(0x7F000001);
647 ii = connect(cs, (struct sockaddr *)&client, sizeof(client));
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dnsprobe.c41 #include <dns/client.h>
54 static dns_client_t *client = NULL; variable
731 result = dns_client_startrequest(client, trans->qmessage,
802 dns_client_freeresanswer(client, &rev->answerlist);
832 return (dns_client_startresolve(client, pns->name, dns_rdataclass_in,
948 dns_client_freeresanswer(client, &rev->answerlist);
999 result = dns_client_startresolve(client, trans->qname,
1081 timermgr, 0, &client);
1110 result = dns_client_setservers(client, dns_rdataclass_in, NULL,
1214 dns_client_destroy(&client);
[all...]
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dhprop.c226 ent.entry.flags.client = 1;
371 hdb.entry.flags.client = (flags & KAFNOTGS) == 0;
445 krb5_principal client; local
457 ret = krb5_make_principal(context, &client, NULL,
465 ret = krb5_get_init_creds_keytab(context, &creds, client, keytab, 0, NULL, init_opts);
476 ret = krb5_cc_initialize(context, *cache, client);
479 krb5_free_principal(context, client);
H A Ddigest.c84 hdb_entry_ex *client)
89 client->entry.principal));
104 hdb_entry_ex *client,
116 p = client->entry.principal;
221 hdb_entry_ex *client = NULL; local
301 /* check the client is allowed to do digest auth */
316 HDB_F_GET_CLIENT, NULL, &client);
321 if (client->entry.flags.allow_digest == 0) {
994 kdc_log(context, config, 0, "NTLM client have no unicode");
1001 kdc_log(context, config, 0, "NTLM client does
83 get_ntlm_targetname(krb5_context context, hdb_entry_ex *client) argument
102 fill_targetinfo(krb5_context context, char *targetname, hdb_entry_ex *client, krb5_data *data) argument
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c115 struct ib_sa_client *client; member in struct:mcast_member
577 ib_sa_join_multicast(struct ib_sa_client *client, argument
598 ib_sa_client_get(client);
599 member->client = client;
626 ib_sa_client_put(client);
658 ib_sa_client_put(member->client);
H A Dnotice.c108 struct ib_sa_client *client; member in struct:inform_member
538 ib_sa_register_inform_info(struct ib_sa_client *client, argument
559 ib_sa_client_get(client);
560 member->client = client;
586 ib_sa_client_put(member->client);
618 ib_sa_client_put(member->client);
/freebsd-9.3-release/tools/tools/net80211/w00t/ap/
H A Dap.c40 struct client { struct
44 struct client *next;
69 struct client *clients;
566 struct client* client_find(struct params *p, char *mac)
568 struct client* c = p->clients;
580 void client_insert(struct params *p, struct client *c)
587 printf("Adding client %s\n", mac);
597 struct client *c;
/freebsd-9.3-release/sbin/hastd/
H A Dproto.c312 proto_connection_recv(const struct proto_conn *conn, bool client, argument
347 client ? PROTO_SIDE_CLIENT : PROTO_SIDE_SERVER_WORK);
351 ret = newconn->pc_proto->prt_wrap(fd, client, &newconn->pc_ctx);
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S103 * The load area and the target area for the client overlap so we have
105 * games with the destination address for the move so that the client
107 * the client starts at 0xc000).
122 sub %bx,%di # End of client, 0xc000 rel
124 inc %cx # client
131 movsb # client
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_lib.c71 int dtls1_listen(SSL *s, struct sockaddr *client);
510 int dtls1_listen(SSL *s, struct sockaddr *client) argument
524 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client); local
H A Dkssl.c1097 &krb5creds.client)) != 0) {
1177 if (krb5creds.client)
1178 krb5_free_principal(krb5context, krb5creds.client);
1277 * Return Kerberos session key and client principle
1482 !krb5ticket->enc_part2->client ||
1483 !krb5ticket->enc_part2->client->data ||
1488 &krb5ticket->enc_part2->client->realm,
1489 krb5ticket->enc_part2->client->data,
1490 krb5ticket->enc_part2->client->length)) {
1828 &krb5creds.client)) !
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlwdclient.h100 * XXXMLG We can keep all of this in a client since we only service
112 * _IDLE The client is not doing anything at all.
114 * _RECV The client is waiting for data after issuing a socket recv().
119 * immediately. An event will wake the client up.
126 * IDLE -> RECV when client has a recv() queued.
180 /*% lightweight daemon client manager */
190 ISC_LIST(ns_lwdclient_t) idle; /*%< idle client slots */
219 ns_lwdclient_sendreply(ns_lwdclient_t *client, isc_region_t *r);
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dconnect.c301 kcm_client *client)
307 client->pid);
314 buf[0], buf[1], client->pid);
326 return kcm_dispatch(kcm_context, client, &request, reply);
298 process_request(unsigned char *buf, size_t len, krb5_data *reply, kcm_client *client) argument
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkgetcred.c62 "client to impersonate", "principal"},
211 ret = krb5_cc_initialize(context, id, out->client);
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c87 krb5_principal client; local
107 KRB5_NT_SRV_HST, &client);
117 ret = krb5_get_init_creds_keytab(context, &creds, client, keytab,
129 ret = krb5_cc_initialize(context, *cache, client);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dchangepw.c89 krb5_principal_compare(context, creds->client, targprinc) != TRUE)
364 str2data (result_string, "client: wrong len in reply");
370 "client: wrong version number (%d)", pkt_ver);
379 str2data (result_string, "client: wrong AP len in reply");
414 "client: bad length in result");
532 realm = creds->client->realm;
771 ret = krb5_cc_get_principal(context, ccache, &creds.client);
779 krb5_free_principal(context, creds.client);
H A Dkrb5_ccapi.h104 char *client; member in struct:cc_credentials_v5_t
/freebsd-9.3-release/crypto/openssh/
H A Dauth.h58 char *user; /* username sent by the client */
83 * the client.
132 int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *);
/freebsd-9.3-release/gnu/usr.bin/cvs/cvs/
H A DMakefile15 checkin.c checkout.c classify.c client.c \
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S36 * separate PXE-aware client just to load the loader.
48 # BTX client can see them
191 * Copy the BTX client to MEM_BTX_CLIENT
197 movw $btx_client, %si # the simple btx client
198 movw $(btx_client_end-btx_client), %cx # length of btx client
200 movsb # simple BTX client
202 * Copy the boot[12] args to where the BTX client can see them
210 * Save the entry point so the client can get to it later on
259 * BTX client to start btxldr
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c666 CLIENT *client = NULL; local
678 if ((client = clntudp_create(&server_addr, prognum,
682 client->cl_auth = authunix_create_default();
685 clnt_stat = clnt_call(client, procnum, inproc, in,
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf221 # SMTP client options
318 O StatusFile=/var/spool/clientmqueue/sm-client.st
469 O PidFile=/var/spool/clientmqueue/sm-client.pid
1036 R<? $=w> $* $: $2 local client: ok
1110 R$* $: $1 $| $>RelayTLS client authenticated?
1151 # check client name: first: did it resolve?
1195 ### srv_features: which features to offer to a client?
1203 ### (done in client)
1210 ### (done in client, per recipient)
1219 ### tls_client: is connection with client "goo
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dafskrb5.c174 ret = krb5_cc_get_principal(d->context, d->id, &in_creds.client);
182 krb5_free_principal(d->context, in_creds.client);
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S52 # BTX client can see them
504 # Copy the BTX client to MEM_BTX_CLIENT
511 mov $btx_client,%si # the simple btx client
512 mov $(btx_client_end-btx_client),%cx # length of btx client
514 movsb # simple BTX client
516 # Copy the boot[12] args to where the BTX client can see them
526 # Save the entry point so the client can get to it later on
732 # BTX client to start btxldr

Completed in 302 milliseconds

1234567891011>>