Searched refs:client (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetnameinfo.c109 #include <dns/client.h>
282 dns_client_t *client; local
290 /* Get IRS context and the associated DNS client object */
294 client = irs_context_getdnsclient(irsctx);
306 iresult = dns_client_resolve(client, ptrname,
382 dns_client_freeresanswer(client, &answerlist);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkerberos4.c138 hdb_entry_ex *client = NULL, *server = NULL; local
196 HDB_F_GET_CLIENT, &client);
215 client, client_name,
226 client->entry.flags.allow_kerberos4 == 0)
242 || client->entry.flags.require_preauth
253 ret = _kdc_get_des_key(context, client, FALSE, FALSE, &ckey);
255 kdc_log(context, config, 0, "no suitable DES key for client");
257 "no suitable DES key for client");
265 ret = hdb_next_keytype2key(context, &client->entry, KEYTYPE_DES, &ckey);
284 if(client
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c44 * Interface to create an rpc client and server in the same process.
87 * Create a client handle for memory based rpc.
97 CLIENT *client; local
113 client = &clp->client_object;
130 * Set xdrmem for client/server shared buffer
135 * create client handle
137 client->cl_ops = clnt_raw_ops();
138 client->cl_auth = authnone_create();
140 return (client);
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_sa.h264 * ib_sa_register_client - Register an SA client.
266 void ib_sa_register_client(struct ib_sa_client *client);
269 * ib_sa_unregister_client - Deregister an SA client.
270 * @client: Client object to deregister.
272 void ib_sa_unregister_client(struct ib_sa_client *client);
278 int ib_sa_path_rec_get(struct ib_sa_client *client,
289 int ib_sa_service_rec_query(struct ib_sa_client *client,
312 * @client: SA client
337 struct ib_sa_multicast *ib_sa_join_multicast(struct ib_sa_client *client,
[all...]
/freebsd-9.3-release/usr.bin/showmount/
H A Dshowmount.c213 CLIENT *client; local
217 if ((client = clnt_create(host, prognum, versnum, "tcp")) == NULL &&
218 (client = clnt_create(host, prognum, versnum, "udp")) == NULL)
223 rval = (int) clnt_call(client, procnum,
227 clnt_destroy(client);
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c409 a->state, inet_ntoa(a->client.sin_addr),
410 ntohs(a->client.sin_port));
420 (struct sockaddr *) &a->client, sizeof(a->client)) < 0) {
424 inet_ntoa(a->client.sin_addr),
425 ntohs(a->client.sin_port));
446 * @client: Client address
459 struct sockaddr_in *client,
481 os_memcpy(&a->client, client, sizeo
458 msearchreply_state_machine_start(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, int mx) argument
524 ssdp_parse_msearch(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, const char *data) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Duu_server.c90 status = krb5_cc_get_principal(context, ccache, &in_creds.client);
111 in_creds.client,
129 krb5_unparse_name(context, in_creds.client, &str);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dconvert_creds.c127 ret = krb5_524_conv_principal(context, v5_creds->client,
181 ret = krb5_copy_principal (context, in_cred->client, &template.client);
H A Dverify_init.c125 creds->client);
140 match_cred.client = creds->client;
H A Dacache.c148 ret = krb5_parse_name(context, incred->client, &cred->client);
280 if (cred->client)
281 free(cred->client);
295 ret = krb5_unparse_name(context, incred->client, &cred->client);
700 char *client, *server; local
707 if (cred->client) {
708 ret = krb5_unparse_name(context, cred->client, &client);
[all...]
H A Dget_in_tkt_with_keytab.c84 a.principal = creds->client;
H A Drd_error.c86 krb5_unparse_name_fixed(context, creds->client,
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_sa.h381 * ib_sa_register_client - Register an SA client.
383 void ib_sa_register_client(struct ib_sa_client *client);
386 * ib_sa_unregister_client - Deregister an SA client.
387 * @client: Client object to deregister.
389 void ib_sa_unregister_client(struct ib_sa_client *client);
395 int ib_sa_path_rec_get(struct ib_sa_client *client,
406 int ib_sa_service_rec_query(struct ib_sa_client *client,
429 * @client: SA client
454 struct ib_sa_multicast *ib_sa_join_multicast(struct ib_sa_client *client,
[all...]
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c96 ret = krb5_parse_name (context, name, &cred.client);
99 client_realm = krb5_princ_realm (context, cred.client);
H A Dkimpersonate.c83 et.crealm = *krb5_princ_realm (context, cred->client);
84 copy_PrincipalName(&cred->client->name, &et.cname);
161 ret = krb5_copy_principal (context, client_principal, &cred.client);
201 ret = krb5_cc_initialize (context, ccache, cred.client);
232 krb5_errx (context, 1, "missing client principal");
235 krb5_err (context, 1, ret, "resolvning client name");
241 krb5_err (context, 1, ret, "resolvning client name");
267 { "client", 'c', arg_string, &client_principal_str,
268 "name of client principal" },
275 { "client
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddlz_dlopen.h86 const char *client);
122 * want to retrieve information about the client (e.g., source address)
H A Ddns64.h50 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded,
58 * If suffix is NULL zeros will be used for these bits. 'client' defines
59 * for which clients this record applies. If 'client' is NULL then all
85 * 'client' to be NULL or a valid acl.
/freebsd-9.3-release/contrib/cvs/src/
H A DMakefile.am41 client.c \
89 client.h \
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto.h49 int proto_connection_recv(const struct proto_conn *conn, bool client,
H A Dproto_impl.h78 int proto_wrap(const char *protoname, bool client, int fd,
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dmiscd.c85 if (STR_EQ(eval_hostname(request.client), paranoid))
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dntlm.h109 ntlm_cred client; member in struct:__anon4588
/freebsd-9.3-release/kerberos5/libexec/kcm/
H A DMakefile9 client.c \
/freebsd-9.3-release/libexec/rbootd/
H A Drbootd.c254 CLIENT *client, *FindClient(); local
267 * client to NULL (ProcessPacket() handles
273 client = NULL;
274 } else if ((client=FindClient(&rconn))==NULL) {
282 ProcessPacket(&rconn,client);
330 ** FindClient -- Find client associated with a packet.
336 ** Pointer to client info if found, NULL otherwise.
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c108 "Number of times the nfs client has had to reconnect");
165 CLIENT *client; local
259 client = clnt_reconnect_create(nconf, saddr, nrp->nr_prog,
261 CLNT_CONTROL(client, CLSET_WAITCHAN, "newnfsreq");
264 CLNT_CONTROL(client, CLSET_INTERRUPTIBLE, &one);
266 CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
283 * - Null RPC callback to client
284 * - Non-Null RPC callback to client, wait a little longer
289 CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
294 CLNT_CONTROL(client, CLSET_RETRIE
353 CLIENT *client; local
[all...]

Completed in 229 milliseconds

1234567891011>>