Searched refs:client (Results 251 - 275 of 294) sorted by relevance

<<1112

/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c227 mcred.client = princ;
244 krb5_free_principal(context, mcred.client);
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dklist.c137 ret = krb5_unparse_name(context, cred->client, &str);
341 pattern.client = principal;
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c358 ctx->ticket->client,
384 ctx->ticket->client,
517 * the client.
568 * client has replied with our local seq_number, and then reset
653 * be the same, because the client just replies the seq_number
654 * from our AP-REP in its AP-REP, but then the client uses the
678 * Here we check if the client has responsed with our local seq_number,
686 * We need to reset the remote seq_number, because the client will use,
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c475 tcp_wrap(int fd, bool client, void **ctxp) argument
479 client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK, ctxp));
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsport.h449 * nst_client array is actually the size of the client string name.
454 u_char client[1]; member in struct:nfst_rec
473 #define nst_client nst_rec.client
707 * Set the n_time in the client write rpc, as required.
719 * Fake value, just to make the client work.
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dmit_dump.c143 flags->client = 1; /* XXX */
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Ddigest.c120 ret = krb5_cc_initialize (context, *id, cred.client);
/freebsd-9.3-release/sbin/dhclient/
H A Ddhcpd.h132 /* Possible states in which the client can be. */
206 struct client_state *client; member in struct:interface_info
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_verbs.h1081 int ib_register_client (struct ib_client *client);
1082 void ib_unregister_client(struct ib_client *client);
1084 void *ib_get_client_data(struct ib_device *device, struct ib_client *client);
1085 void ib_set_client_data(struct ib_device *device, struct ib_client *client,
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1254 int ib_register_client (struct ib_client *client);
1255 void ib_unregister_client(struct ib_client *client);
1257 void *ib_get_client_data(struct ib_device *device, struct ib_client *client);
1258 void ib_set_client_data(struct ib_device *device, struct ib_client *client,
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.c427 __uint8_t client,
435 ASSERT(client == XFS_TRANSACTION || client == XFS_LOG);
452 client, flags);
1857 * We've seen logs corrupted with bad transaction client
3265 char client,
3351 tic->t_clientid = client;
3438 * A. Valid client identifier
423 xfs_log_reserve(xfs_mount_t *mp, int unit_bytes, int cnt, xfs_log_ticket_t *ticket, __uint8_t client, uint flags, uint t_type) argument
3262 xlog_ticket_get(xlog_t *log, int unit_bytes, int cnt, char client, uint xflags) argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-rx.c76 { RX_CLIENT_INITIATED, 0, "client-init" },
404 struct in_addr client; /* client IP address (net order) */ member in struct:rx_cache_entry
503 * do not have the client-init flag set, so we check for that
545 * If it's a reply (client-init is _not_ set, but seq is one)
616 rxent->client = ip->ip_src;
645 rxent->client.s_addr == clip &&
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dldm.h153 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
/freebsd-9.3-release/sys/dev/hptnr/
H A Dldm.h152 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
/freebsd-9.3-release/sys/dev/hptrr/
H A Dldm.h152 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h343 DiagnosticConsumer *client = 0,
357 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
360 /// \brief Return the current diagnostic client along with ownership of that
361 /// client.
375 // DiagnosticsEngine characterization methods, used by a client to customize
390 /// \brief Set the diagnostic client associated with this diagnostic object.
393 /// ownership of \c client.
394 void setClient(DiagnosticConsumer *client, bool ShouldOwnClient = true);
453 /// client
517 /// \brief This allows the client t
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_req.c387 &t->client,
873 o->ticket->client,
/freebsd-9.3-release/share/mk/
H A Dbsd.cpu.mk137 # unordered list to make it easy for client makefiles to test for the
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio.h90 # define BIO_TYPE_PROXY_CLIENT (14|0x0200)/* client proxy BIO */
504 # define BIO_set_ssl_mode(b,client) BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL)
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c1263 ent->entry.flags.client = TRUE;
1270 ent->entry.flags.client = TRUE;
1283 ent->entry.flags.client = TRUE;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c320 isc_sockaddr_t *client; member in struct:fetchctx
1755 * Set RD if the client has requested that we do a recursive query,
1763 * Set CD if the client says don't validate or the question is
3448 fctx_join(fetchctx_t *fctx, isc_task_t *task, isc_sockaddr_t *client, argument
3479 event->client = client;
3493 fctx->client = client;
3612 fctx->client = NULL;
3862 if (fctx->client !
8241 dns_resolver_createfetch2(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, isc_sockaddr_t *client, dns_messageid_t id, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument
8259 dns_resolver_createfetch3(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, isc_sockaddr_t *client, dns_messageid_t id, unsigned int options, unsigned int depth, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dmain.c1192 char client[16]; local
1235 client, sizeof(client)) != NULL) {
1236 request_set(&req, RQ_CLIENT_ADDR, client, 0);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h549 uint32_t client; member in struct:llvm::MachO::sub_client_command
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot1.S195 movsb # client
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpi.c663 len = tcpa->client.log_max_len;
664 paddr = tcpa->client.log_start_addr;

Completed in 297 milliseconds

<<1112