Searched refs:client (Results 226 - 250 of 334) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h163 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
/freebsd-current/contrib/tcp_wrappers/
H A Dtcpd.h39 struct host_info client[1]; /* client endpoint info */ member in struct:request_info
78 void fromhost(struct request_info *); /* get/validate client host info */
87 void rfc931(TCPD_SOCKADDR *, TCPD_SOCKADDR *, char *); /* client name from RFC 931 daemon */
115 #define RQ_USER 3 /* client user name */
116 #define RQ_CLIENT_NAME 4 /* client host name */
117 #define RQ_CLIENT_ADDR 5 /* client host address */
118 #define RQ_CLIENT_SIN 6 /* client endpoint (internal) */
127 * name, address, and client user lookup methods. The request_info and
131 char *eval_user(struct request_info *); /* client use
[all...]
H A Dhosts_access.c116 * If the (daemon, client) pair is matched by an entry in the file
118 * client) pair is matched by an entry in the file /etc/hosts.deny,
142 /* table_match - match table entries with (daemon, client) pair */
249 /* client_match - match client information */
256 return (host_match(tok, request->client));
258 return (host_match(host, request->client)
/freebsd-current/secure/lib/libssh/
H A DMakefile30 SRCS+= ssh-sk-client.c
/freebsd-current/stand/i386/pxeldr/
H A Dpxeldr.S33 * separate PXE-aware client just to load the loader.
45 # BTX client can see them
188 * Copy the BTX client to MEM_BTX_CLIENT
194 movw $btx_client, %si # the simple btx client
195 movw $(btx_client_end-btx_client), %cx # length of btx client
197 movsb # simple BTX client
199 * Copy the boot[12] args to where the BTX client can see them
207 * Save the entry point so the client can get to it later on
256 * BTX client to start btxldr
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_private.h55 * * The bid manager initializes the client-provided reader as the
121 * The client looks a lot like a filter, so we just wrap it here.
168 /* Callbacks to open/read/write/close client archive streams. */
169 struct archive_read_client client; member in struct:archive_read
/freebsd-current/contrib/wpa/hs20/client/
H A DAndroid.mk66 LOCAL_MODULE := hs20-osu-client
/freebsd-current/crypto/heimdal/lib/kafs/
H A Dafskrb5.c158 ret = krb5_cc_get_principal(d->context, d->id, &in_creds.client);
181 krb5_free_principal(d->context, in_creds.client);
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c232 this_cred.client = ctx->source;
328 kret = krb5_cc_get_principal(context, ccache, &creds.client);
334 creds.client->realm,
336 creds.client->realm,
365 if (creds.client)
366 krb5_free_principal(context, creds.client);
439 /* canon name if needed for client + target realm */
836 * So DCE_STYLE is strange. The client echos the seq number
999 "invalid state %d for client",
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore.c1308 ret = krb5_store_principal(sp, creds->client);
1363 ret = krb5_ret_principal (sp, &creds->client);
1433 if (creds->client)
1452 if (creds->client) {
1453 ret = krb5_store_principal(sp, creds->client);
1533 ret = krb5_ret_principal (sp, &creds->client);
/freebsd-current/crypto/openssh/
H A Dkex.c1044 choose_enc(struct sshenc *enc, char *client, char *server) argument
1046 char *name = match_list(client, server, NULL);
1066 choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server) argument
1068 char *name = match_list(client, server, NULL);
1084 choose_comp(struct sshcomp *comp, char *client, char *server) argument
1086 char *name = match_list(client, server, NULL);
1109 choose_kex(struct kex *k, char *client, char *server) argument
1113 k->name = match_list(client, server, NULL);
1129 choose_hostkeyalg(struct kex *k, char *client, char *server) argument
1132 k->hostkey_alg = match_list(client, serve
[all...]
/freebsd-current/crypto/heimdal/appl/rsh/
H A Drshd.c160 krb5_principal client)
181 krb5_cc_initialize(context,ccache,client);
361 kerberos_status = save_krb5_creds (s, auth_context, ticket->client);
364 ticket->client,
380 if (krb5_unparse_name (context, ticket->client, &name) == 0) {
708 syslog_and_die("mising client/server/cmd");
158 save_krb5_creds(int s, krb5_auth_context auth_context, krb5_principal client) argument
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c475 tcp_wrap(int fd, bool client, void **ctxp) argument
488 tctx->tc_wait_called = (client ? false : true);
489 tctx->tc_side = (client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK);
/freebsd-current/crypto/openssl/ssl/
H A Dd1_lib.c457 int DTLSv1_listen(SSL *s, BIO_ADDR *client) argument
649 * Verify client version is supported
717 * Special case: for hello verify request, client version 1.0 and we
856 * Some BIOs may not support this. If we fail we clear the client address
858 if (BIO_dgram_get_peer(rbio, client) <= 0)
859 BIO_ADDR_clear(client);
H A Dbio_ssl.c261 if (num) /* client mode */
459 BIO *BIO_new_ssl(SSL_CTX *ctx, int client) argument
470 if (client)
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcms.c260 CMSIdentifier *client,
276 switch (client->element) {
278 q.serial = &client->u.issuerAndSerialNumber.serialNumber;
279 q.issuer_name = &client->u.issuerAndSerialNumber.issuer;
283 q.subject_id = &client->u.subjectKeyIdentifier;
304 ret = unparse_CMSIdentifier(context, client, &str);
1133 * @param anchors trust anchors that the client will use, used to
259 find_CMSIdentifier(hx509_context context, CMSIdentifier *client, hx509_certs certs, time_t time_now, hx509_cert *signer_cert, int match) argument
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Dudpong.c79 struct client { struct
83 static struct client clients[256];
232 printf("client login from %s\n",
236 printf("client login from %s\n",
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h215 int client, int persistent,
454 int client, int persistent,
453 wpas_dbus_signal_p2p_group_started(struct wpa_supplicant *wpa_s, int client, int persistent, const u8 *ip) argument
/freebsd-current/sbin/dhclient/
H A Dbpf.c93 if (info->client->config->vlan_pcp != 0) {
95 &info->client->config->vlan_pcp) < 0)
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S45 # BTX client can see them
254 # Copy the BTX client to MEM_BTX_CLIENT
260 mov $btx_client,%si # the simple btx client
261 mov $(btx_client_end-btx_client),%cx # length of btx client
263 movsb # simple BTX client
265 # Copy the boot[12] args to where the BTX client can see them
273 # Save the entry point so the client can get to it later on
518 # BTX client to start btxldr
/freebsd-current/lib/libsecureboot/
H A Dlocal.trust.mk20 # client for the signing server above
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc65 // Prevent the client app from overwriting the zone contents.
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx1.s74 ; BX has client handle (stored in RX_ELEMENT.handle).
/freebsd-current/crypto/heimdal/appl/kf/
H A Dkf.c220 creds.client = principal;
/freebsd-current/crypto/heimdal/kcm/
H A Dconfig.c246 ret = krb5_parse_name(kcm_context, system_principal, &ccache->client);

Completed in 493 milliseconds

1234567891011>>