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

1234567891011>>

/freebsd-11-stable/kerberos5/lib/libheimipcc/
H A DMakefile8 client.c \
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dpercent_x.c58 ch == 'a' ? eval_hostaddr(request->client) :
62 ch == 'h' ? eval_hostinfo(request->client) :
64 ch == 'n' ? eval_hostname(request->client) :
H A Dsocket.c2 * This module determines the type of socket (datagram, stream), the client
82 static struct sockaddr_storage client; local
85 static struct sockaddr_in client;
95 * Look up the client host address. Hal R. Brand <BRAND@addvax.llnl.gov>
96 * suggested how to get the client host info in case of UDP connections:
98 * really should verify that client.sin_family gets the value AF_INET,
103 len = sizeof(client);
104 if (getpeername(fd, (struct sockaddr *) & client, &len) < 0) {
106 len = sizeof(client);
108 (struct sockaddr *) & client,
[all...]
H A Deval.c50 if (request->sink == 0 && request->client->sin && request->server->sin)
51 rfc931(request->client->sin, request->server->sin, request->user);
101 /* eval_client - return string with as much about the client as we know */
107 char *hostinfo = eval_hostinfo(request->client);
/freebsd-11-stable/usr.bin/ypwhich/
H A Dypwhich.c93 CLIENT *client; local
99 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
101 if (client == NULL) {
109 r = clnt_call(client, YPBINDPROC_DOMAIN,
114 clnt_destroy(client);
120 clnt_destroy(client);
124 clnt_destroy(client);
147 CLIENT *client = NULL; local
212 client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
223 r = yp_master_host(client, domai
[all...]
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.c76 struct radius_client *client; member in struct:radius_session
104 * struct radius_client - Internal RADIUS server data for a client
478 struct radius_client *client = data->clients; local
480 while (client) {
489 client->mask6.s6_addr[i]) !=
490 (client->addr6.s6_addr[i] &
491 client->mask6.s6_addr[i])) {
501 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
502 (addr->s_addr & client
514 radius_server_get_session(struct radius_client *client, unsigned int sess_id) argument
548 struct radius_client *client = sess->client; local
592 radius_server_new_session(struct radius_server_data *data, struct radius_client *client) argument
702 radius_server_get_new_session(struct radius_server_data *data, struct radius_client *client, struct radius_msg *msg, const char *from_addr) argument
1062 radius_server_encapsulate_eap(struct radius_server_data *data, struct radius_client *client, struct radius_session *sess, struct radius_msg *request) argument
1323 radius_server_macacl(struct radius_server_data *data, struct radius_client *client, struct radius_session *sess, struct radius_msg *request) argument
1403 radius_server_reject(struct radius_server_data *data, struct radius_client *client, struct radius_msg *request, struct sockaddr *from, socklen_t fromlen, const char *from_addr, int from_port) argument
1509 radius_server_request(struct radius_server_data *data, struct radius_msg *msg, struct sockaddr *from, socklen_t fromlen, struct radius_client *client, const char *from_addr, int from_port, struct radius_session *force_sess) argument
1711 radius_server_receive_disconnect_resp(struct radius_server_data *data, struct radius_client *client, struct radius_msg *msg, int ack) argument
1750 radius_server_receive_coa_resp(struct radius_server_data *data, struct radius_client *client, struct radius_msg *msg, int ack) argument
1834 struct radius_client *client = NULL; local
1964 struct radius_client *client = NULL; local
2171 struct radius_client *client, *prev; local
2901 struct radius_client *client; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c40 * Creates a client authentication handle for passing "null"
111 authnone_marshal(AUTH *client, XDR *xdrs) argument
132 authnone_verf(AUTH *client) argument
138 authnone_validate(AUTH *client, struct opaque_auth *opaque) argument
146 authnone_refresh(AUTH *client, void *dummy) argument
154 authnone_destroy(AUTH *client) argument
/freebsd-11-stable/sys/rpc/
H A Dauth_none.c40 * Creates a client authentication handle for passing "null"
113 authnone_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
130 authnone_verf(AUTH *client) argument
136 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, argument
145 authnone_refresh(AUTH *client, void *dummy) argument
153 authnone_destroy(AUTH *client) argument
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_pinctrl.c41 fdt_pinctrl_configure(device_t client, u_int index) argument
49 nconfigs = OF_getencprop_alloc(ofw_bus_get_node(client), name,
64 fdt_pinctrl_configure_by_name(device_t client, const char * name) argument
69 nameslen = OF_getprop_alloc(ofw_bus_get_node(client), "pinctrl-names",
80 return (fdt_pinctrl_configure(client, i));
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in75 client.cnf \
152 # Generate client certificate
160 cat >client.cnf <<EOF
174 [ -f client.cnf ] || fatal "cannot create openssl configuration"
184 -config client.cnf \
193 -extfile client.cnf \
197 [ ! -f "CTL_BASE.pem" ] || fatal "cannot create signed client certificate"
215 # echo "create $CTL_BASE""_browser.pfx (web client certificate)"
219 # openssl pkcs12 -export -in $CTL_BASE"_trust.pem" -inkey $CTL_BASE.key -name "unbound remote control client cert" -out $CTL_BASE"_browser.pfx" -password "pass:" || error "could not create browser certificate"
/freebsd-11-stable/libexec/rbootd/
H A Dparseconf.c85 CLIENT *client; local
106 * when actually linking the new client into the list, but
149 if ((client = NewClient(addr)) == NULL) /* alloc new client */
162 client->files[i] = BootFiles[i];
178 client->files[i++] =
196 FreeClient(client);
202 * Link this client into the linked list of clients.
206 client->next = Clients;
207 Clients = client;
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c134 krb5_principal client,
141 in.client = client;
154 krb5_principal client,
172 client),
191 client,
200 client,
222 ret = krb5_cc_initialize (context, id, cred.client);
236 * credential in the cache, use that client principal. Otherwise, use
237 * the client principal
132 get_kadm_ticket(krb5_context context, krb5_ccache id, krb5_principal client, const char *server_name) argument
153 get_new_cache(krb5_context context, krb5_principal client, const char *password, krb5_prompter_fct prompter, const char *keytab, const char *server_name, krb5_ccache *ret_cache) argument
242 get_cache_principal(krb5_context context, krb5_ccache *id, krb5_principal *client) argument
327 krb5_principal default_client = NULL, client = NULL; local
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c80 struct nlm4_holder client; /* lock holder */ member in struct:file_lock
82 netobj client_cookie; /* cookie sent by the client */
340 fl->client.exclusive, fl->client.svid,
341 fl->client.l_offset, fl->client.l_len);
344 debuglog("Dumping client identity:\n");
345 dump_netobj(&fl->client.oh);
347 debuglog("Dumping client cookie:\n");
352 fl->flags, fl->client
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_host.c145 * have to wait for another nfs request from the client to come
147 * to wait for the client to resend its request (which could
202 fetch_fhandle(CLIENT *client, char *dir, am_nfs_handle_t *fhp, u_long nfs_version) argument
235 clnt_stat = clnt_call(client,
258 clnt_stat = clnt_call(client,
304 CLIENT *client; local
368 * Create a client attached to mountd
370 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
371 if (client == NULL) {
386 client
635 CLIENT *client; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dgss-serv.c185 GSS_C_NO_CHANNEL_BINDINGS, &ctx->client, &mech,
192 debug("Received some client credentials");
194 debug("Got no client credentials");
205 fatal("Couldn't convert client name");
272 /* Extract the client details from a given context. This can only reliably
277 ssh_gssapi_getclient(Gssctxt *ctx, ssh_gssapi_client *client) argument
283 client->mech = NULL;
289 client->mech = supported_mechs[i];
293 if (client->mech == NULL)
296 if ((ctx->major = gss_display_name(&ctx->minor, ctx->client,
[all...]
/freebsd-11-stable/contrib/amd/fixmount/
H A Dfixmount.c152 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) argument
170 if ((estat = clnt_call(client,
192 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) argument
210 remove_mount(client, host, p, fixit);
220 remove_all(CLIENT *client, char *host) argument
231 if ((estat = clnt_call(client,
263 CLIENT *client; local
377 if (!(client = clnt_create_timeout(host, &tv)))
380 client->cl_auth = auth;
385 if ((estat = clnt_call(client,
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dverify_init.c124 creds->client);
139 match_cred.client = creds->client;
205 * @param client the client name to match up
217 krb5_principal client,
225 if (krb5_principal_compare(context, creds->client, client) != TRUE) {
227 N_("Validation credentials and client "
215 krb5_get_validated_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache ccache, char *service) argument
H A Dtest_forward.c107 ret = krb5_cc_get_principal(context, id, &cred.client);
113 krb5_principal_get_realm(context, cred.client),
115 krb5_principal_get_realm(context, cred.client),
H A Dcreds.c51 krb5_free_principal (context, c->client);
52 c->client = NULL;
85 ret = krb5_copy_principal (context, incred->client, &c->client);
223 if (match && mcreds->client) {
225 match = krb5_principal_compare_any_realm (context, mcreds->client,
226 creds->client);
228 match = krb5_principal_compare (context, mcreds->client,
229 creds->client);
/freebsd-11-stable/secure/usr.bin/sftp/
H A DMakefile6 SRCS= sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Ddelete_sec_context.c44 gss_cred_id_t cred = (gss_cred_id_t)ctx->client;
H A Dinit_sec_context.c101 krb5_principal client; local
120 ret = krb5_cc_get_principal(context, id, &client);
124 ret = krb5_unparse_name_flags(context, client,
127 krb5_free_principal(context, client);
260 ret = _gss_copy_cred(cred, &ctx->client);
262 ret = _gss_ntlm_get_user_cred(name, &ctx->client);
326 type3.username = ctx->client->username;
350 ctx->client->key.data,
354 ret = heim_ntlm_calculate_ntlm1(ctx->client->key.data,
355 ctx->client
[all...]
/freebsd-11-stable/tools/tools/mctest/
H A Dmctest.cc66 cout << "mctest [-r] -M clients -m client number -i interface -g multicast group -s packet size -n number -t inter-packet gap\n";
92 // @param client ///< our client number (0..N)
97 int clients, int client, short base_port) {
185 if (n % clients == client) {
186 recvd.sin_port = htons(base_port + client);
227 int client; ///< Which client we listen for member in struct:server_args
254 addr.sin_port = htons(args->client);
372 args[i].client
96 sink(char *interface, struct in_addr *group, int pkt_size, int number, int clients, int client, short base_port) argument
459 int client = 0; ///< for receivers which client are we local
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h48 * This header defines the in-kernel API for Innova FPGA client drivers.
57 * struct mlx5_fpga_client - Describes an Innova client driver
61 * @create: Informs the client that an Innova device was created.
68 * @add: Informs the client that a core device is ready and operational.
77 * @remove: Informs the client that a core device is not operational
85 * @destroy: Informs the client that a core device is being destroyed.
90 /** The name of this client driver */
92 /** For use by core. A link in the list of client drivers */
155 * mlx5_fpga_client_register() - Register a client driver
156 * @client
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c57 struct ib_client *client; member in struct:ib_client_data
59 /* The device or client is going down. Do not call client or device
76 * client_list. device_mutex protects writer access by device and client
83 * lists_rwsem also protects access to the client data list.
247 static int add_client_context(struct ib_device *device, struct ib_client *client) argument
254 pr_warn("Couldn't allocate client context for %s/%s\n",
255 device->name, client->name);
259 context->client = client;
333 struct ib_client *client; local
456 ib_register_client(struct ib_client *client) argument
484 ib_unregister_client(struct ib_client *client) argument
540 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
567 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
974 struct ib_client *client = context->client; local
[all...]

Completed in 161 milliseconds

1234567891011>>