Symbol: client
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2119
vchar_t *idsrc = NULL, *iddst = NULL, *client = NULL;
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2160
client = ipsecdoi_sockaddr2id(&saddr, 32, IPSEC_ULPROTO_ANY);
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2165
if (client == NULL)
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2167
client = ipsecdoi_sockaddr2id(iph2->dst, IPSECDOI_PREFIX_HOST,
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2173
iph2->sainfo = getsainfo(idsrc, iddst, iph2->ph1->id_p, client, iph2->ph1->rmconf->ph1id);
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2196
if (client)
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
2197
vfree(client);
crypto/dist/ipsec-tools/src/racoon/sainfo.c
106
if (client == NULL)
crypto/dist/ipsec-tools/src/racoon/sainfo.c
109
dclient = ipsecdoi_id2str(client);
crypto/dist/ipsec-tools/src/racoon/sainfo.c
146
if (client == NULL)
crypto/dist/ipsec-tools/src/racoon/sainfo.c
170
!ipsecdoi_chkcmpids(rmt, client, 0))
crypto/dist/ipsec-tools/src/racoon/sainfo.c
81
const vchar_t *client, uint32_t remoteid)
dist/pf/libexec/tftp-proxy/filter.c
329
server_lookup(struct sockaddr *client, struct sockaddr *proxy,
dist/pf/libexec/tftp-proxy/filter.c
332
if (client->sa_family == AF_INET)
dist/pf/libexec/tftp-proxy/filter.c
333
return (server_lookup4(satosin(client), satosin(proxy),
dist/pf/libexec/tftp-proxy/filter.c
336
if (client->sa_family == AF_INET6)
dist/pf/libexec/tftp-proxy/filter.c
337
return (server_lookup6(satosin6(client), satosin6(proxy),
dist/pf/libexec/tftp-proxy/filter.c
345
server_lookup4(struct sockaddr_in *client, struct sockaddr_in *proxy,
dist/pf/libexec/tftp-proxy/filter.c
354
memcpy(&pnl.saddr.v4, &client->sin_addr.s_addr, sizeof pnl.saddr.v4);
dist/pf/libexec/tftp-proxy/filter.c
356
pnl.sport = client->sin_port;
dist/pf/libexec/tftp-proxy/filter.c
373
server_lookup6(struct sockaddr_in6 *client, struct sockaddr_in6 *proxy,
dist/pf/libexec/tftp-proxy/filter.c
382
memcpy(&pnl.saddr.v6, &client->sin6_addr.s6_addr, sizeof pnl.saddr.v6);
dist/pf/libexec/tftp-proxy/filter.c
384
pnl.sport = client->sin6_port;
dist/pf/usr.sbin/ftp-proxy/filter.c
352
server_lookup(struct sockaddr *client, struct sockaddr *proxy,
dist/pf/usr.sbin/ftp-proxy/filter.c
356
if (client->sa_family == AF_INET)
dist/pf/usr.sbin/ftp-proxy/filter.c
357
return (server_lookup4(satosin(client), satosin(proxy),
dist/pf/usr.sbin/ftp-proxy/filter.c
360
if (client->sa_family == AF_INET6)
dist/pf/usr.sbin/ftp-proxy/filter.c
361
return (server_lookup6(satosin6(client), satosin6(proxy),
dist/pf/usr.sbin/ftp-proxy/filter.c
369
server_lookup4(struct sockaddr_in *client, struct sockaddr_in *proxy,
dist/pf/usr.sbin/ftp-proxy/filter.c
378
memcpy(&pnl.saddr.v4, &client->sin_addr.s_addr, sizeof pnl.saddr.v4);
dist/pf/usr.sbin/ftp-proxy/filter.c
380
pnl.sport = client->sin_port;
dist/pf/usr.sbin/ftp-proxy/filter.c
397
server_lookup6(struct sockaddr_in6 *client, struct sockaddr_in6 *proxy,
dist/pf/usr.sbin/ftp-proxy/filter.c
406
memcpy(&pnl.saddr.v6, &client->sin6_addr.s6_addr, sizeof pnl.saddr.v6);
dist/pf/usr.sbin/ftp-proxy/filter.c
408
pnl.sport = client->sin6_port;
dist/pf/usr.sbin/ftp-proxy/ipf.c
346
ipf_server_lookup(struct sockaddr *client, struct sockaddr *proxy,
dist/pf/usr.sbin/ftp-proxy/ipf.c
353
if (client->sa_family != AF_INET) {
dist/pf/usr.sbin/ftp-proxy/ipf.c
371
natlook.nl_outip = satosin(client)->sin_addr;
dist/pf/usr.sbin/ftp-proxy/ipf.c
373
natlook.nl_outport = satosin(client)->sin_port;
dist/pf/usr.sbin/ftp-proxy/npf.c
363
npf_server_lookup(struct sockaddr *client, struct sockaddr *proxy,
lib/libc/rpc/auth_none.c
120
authnone_marshal(AUTH *client, XDR *xdrs)
lib/libc/rpc/auth_none.c
134
authnone_verf(AUTH *client)
lib/libc/rpc/auth_none.c
140
authnone_validate(AUTH *client, struct opaque_auth *auth)
lib/libc/rpc/auth_none.c
148
authnone_refresh(AUTH *client)
lib/libc/rpc/auth_none.c
156
authnone_destroy(AUTH *client)
lib/libc/rpc/clnt_raw.c
106
CLIENT *client;
lib/libc/rpc/clnt_raw.c
123
client = &clp->client_object;
lib/libc/rpc/clnt_raw.c
147
client->cl_ops = clnt_raw_ops();
lib/libc/rpc/clnt_raw.c
148
client->cl_auth = authnone_create();
lib/libc/rpc/clnt_raw.c
150
return (client);
lib/libc/rpc/clnt_simple.c
164
rcp->client = NULL;
lib/libc/rpc/clnt_simple.c
176
if (rcp->client)
lib/libc/rpc/clnt_simple.c
177
CLNT_DESTROY(rcp->client);
lib/libc/rpc/clnt_simple.c
181
rcp->client = clnt_create(host, prognum, versnum, nettype);
lib/libc/rpc/clnt_simple.c
183
if (rcp->client == NULL) {
lib/libc/rpc/clnt_simple.c
193
(void) CLNT_CONTROL(rcp->client,
lib/libc/rpc/clnt_simple.c
195
if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)(void *)&fd))
lib/libc/rpc/clnt_simple.c
210
clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, in,
lib/libc/rpc/clnt_simple.c
80
CLIENT *client; /* Client handle */
lib/libc/rpc/clnt_simple.c
98
if (rcp->client)
lib/libc/rpc/clnt_simple.c
99
CLNT_DESTROY(rcp->client);
lib/libc/rpc/pmap_getmaps.c
101
clnt_perror(client, "pmap_getmaps rpc problem");
lib/libc/rpc/pmap_getmaps.c
103
CLNT_DESTROY(client);
lib/libc/rpc/pmap_getmaps.c
87
CLIENT *client;
lib/libc/rpc/pmap_getmaps.c
94
client = clnttcp_create(address, PMAPPROG,
lib/libc/rpc/pmap_getmaps.c
96
if (client != NULL) {
lib/libc/rpc/pmap_getmaps.c
97
if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP,
lib/libc/rpc/pmap_getport.c
108
CLIENT *client;
lib/libc/rpc/pmap_getport.c
120
client = get_client(address, protocol == IPPROTO_TCP);
lib/libc/rpc/pmap_getport.c
121
if (client != NULL)
lib/libc/rpc/pmap_getport.c
122
remote_pmap_getport(client, &parms, &port);
lib/libc/rpc/pmap_getport.c
125
client = get_client(address, protocol != IPPROTO_TCP);
lib/libc/rpc/pmap_getport.c
126
if (client != NULL)
lib/libc/rpc/pmap_getport.c
127
remote_pmap_getport(client, &parms, &port);
lib/libc/rpc/pmap_getport.c
79
remote_pmap_getport(CLIENT *client, struct pmap *parms, u_short *port)
lib/libc/rpc/pmap_getport.c
81
if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap,
lib/libc/rpc/pmap_getport.c
84
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/pmap_getport.c
87
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/pmap_getport.c
89
CLNT_DESTROY(client);
lib/libc/rpc/pmap_rmt.c
104
client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &sock);
lib/libc/rpc/pmap_rmt.c
105
if (client != NULL) {
lib/libc/rpc/pmap_rmt.c
114
stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
lib/libc/rpc/pmap_rmt.c
117
CLNT_DESTROY(client);
lib/libc/rpc/pmap_rmt.c
95
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1016
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1020
client = getclnthandle(host, nconf, NULL);
lib/libc/rpc/rpcb_clnt.c
1021
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
1024
clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP,
lib/libc/rpc/rpcb_clnt.c
1033
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
1038
CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1041
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1042
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP,
lib/libc/rpc/rpcb_clnt.c
1048
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
1051
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
1076
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1084
client = getclnthandle(host, nconf, NULL);
lib/libc/rpc/rpcb_clnt.c
1085
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
1088
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, __UNCONST(&rmttimeout));
lib/libc/rpc/rpcb_clnt.c
1099
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&rpcb_vers);
lib/libc/rpc/rpcb_clnt.c
1100
stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT,
lib/libc/rpc/rpcb_clnt.c
1130
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
1143
CLIENT *client = NULL;
lib/libc/rpc/rpcb_clnt.c
1160
while (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
1166
client = getclnthandle(host, nconf, NULL);
lib/libc/rpc/rpcb_clnt.c
1167
if (client)
lib/libc/rpc/rpcb_clnt.c
1171
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
1175
st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME,
lib/libc/rpc/rpcb_clnt.c
1180
CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1184
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
1185
st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME,
lib/libc/rpc/rpcb_clnt.c
1191
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
1202
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1214
client = local_rpcb();
lib/libc/rpc/rpcb_clnt.c
1215
if (! client) {
lib/libc/rpc/rpcb_clnt.c
1219
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_TADDR2UADDR,
lib/libc/rpc/rpcb_clnt.c
1224
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
1226
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
1237
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1250
client = local_rpcb();
lib/libc/rpc/rpcb_clnt.c
1251
if (! client) {
lib/libc/rpc/rpcb_clnt.c
1257
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
1260
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_UADDR2TADDR,
lib/libc/rpc/rpcb_clnt.c
1265
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
1269
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
307
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
322
client = NULL;
lib/libc/rpc/rpcb_clnt.c
329
client = clnt_tli_create(RPC_ANYFD, nconf, addr,
lib/libc/rpc/rpcb_clnt.c
331
if (client != NULL) {
lib/libc/rpc/rpcb_clnt.c
335
return (client);
lib/libc/rpc/rpcb_clnt.c
402
client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
lib/libc/rpc/rpcb_clnt.c
405
if (! client) {
lib/libc/rpc/rpcb_clnt.c
410
if (client) {
lib/libc/rpc/rpcb_clnt.c
419
return (client);
lib/libc/rpc/rpcb_clnt.c
433
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
460
client = clnt_vc_create(sock, &nbuf, (rpcprog_t)RPCBPROG,
lib/libc/rpc/rpcb_clnt.c
463
if (client != NULL) {
lib/libc/rpc/rpcb_clnt.c
465
(void) CLNT_CONTROL(client, CLSET_FD_CLOSE, NULL);
lib/libc/rpc/rpcb_clnt.c
466
return client;
lib/libc/rpc/rpcb_clnt.c
523
client = getclnthandle(hostname, loopnconf, NULL);
lib/libc/rpc/rpcb_clnt.c
524
return (client);
lib/libc/rpc/rpcb_clnt.c
536
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
550
client = local_rpcb();
lib/libc/rpc/rpcb_clnt.c
551
if (! client) {
lib/libc/rpc/rpcb_clnt.c
558
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
573
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_SET, (xdrproc_t) xdr_rpcb,
lib/libc/rpc/rpcb_clnt.c
577
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
580
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
594
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
599
client = local_rpcb();
lib/libc/rpc/rpcb_clnt.c
600
if (! client) {
lib/libc/rpc/rpcb_clnt.c
615
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_UNSET, (xdrproc_t) xdr_rpcb,
lib/libc/rpc/rpcb_clnt.c
619
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
622
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
680
CLIENT *client = NULL;
lib/libc/rpc/rpcb_clnt.c
720
client = getclnthandle(host, newnconf, &parms.r_addr);
lib/libc/rpc/rpcb_clnt.c
723
client = getclnthandle(host, nconf, &parms.r_addr);
lib/libc/rpc/rpcb_clnt.c
725
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
730
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&pmapvers);
lib/libc/rpc/rpcb_clnt.c
736
clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
lib/libc/rpc/rpcb_clnt.c
745
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
753
CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)(void *)&remote);
lib/libc/rpc/rpcb_clnt.c
757
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
797
if (client != NULL) {
lib/libc/rpc/rpcb_clnt.c
798
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
799
client = NULL;
lib/libc/rpc/rpcb_clnt.c
808
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
822
client = getclnthandle(host, nconf_clts,
lib/libc/rpc/rpcb_clnt.c
828
if (client == NULL)
lib/libc/rpc/rpcb_clnt.c
833
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
843
clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDRLIST,
lib/libc/rpc/rpcb_clnt.c
851
CLNT_CONTROL(client, CLGET_SVC_ADDR,
lib/libc/rpc/rpcb_clnt.c
872
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
881
if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
lib/libc/rpc/rpcb_clnt.c
884
if (client && nconf->nc_semantics == NC_TPI_CLTS)
lib/libc/rpc/rpcb_clnt.c
888
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
889
client = NULL;
lib/libc/rpc/rpcb_clnt.c
892
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
893
client = getclnthandle(host, nconf, &parms.r_addr);
lib/libc/rpc/rpcb_clnt.c
894
if (client == NULL) {
lib/libc/rpc/rpcb_clnt.c
904
CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
lib/libc/rpc/rpcb_clnt.c
905
clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDR,
lib/libc/rpc/rpcb_clnt.c
930
CLNT_CONTROL(client, CLGET_SVC_ADDR,
lib/libc/rpc/rpcb_clnt.c
937
clnt_geterr(client, &rpcerr);
lib/libc/rpc/rpcb_clnt.c
943
clnt_geterr(client, &rpc_createerr.cf_error);
lib/libc/rpc/rpcb_clnt.c
949
if (client) {
lib/libc/rpc/rpcb_clnt.c
950
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
951
client = NULL;
lib/libc/rpc/rpcb_clnt.c
956
if (client) {
lib/libc/rpc/rpcb_clnt.c
957
CLNT_DESTROY(client);
lib/libc/rpc/rpcb_clnt.c
958
client = NULL;
lib/libc/rpc/rpcb_clnt.c
962
*clpp = client;
lib/libc/rpc/rpcb_clnt.c
963
} else if (client) {
lib/libc/rpc/rpcb_clnt.c
964
CLNT_DESTROY(client);
lib/libc/yp/yplib.c
107
CLIENT *client;
lib/libc/yp/yplib.c
215
client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS,
lib/libc/yp/yplib.c
217
if (client == NULL) {
lib/libc/yp/yplib.c
223
r = clnt_call(client, (rpcproc_t)YPBINDPROC_DOMAIN,
lib/libc/yp/yplib.c
239
clnt_destroy(client);
lib/libc/yp/yplib.c
243
clnt_destroy(client);
lib/libpam/modules/pam_unix/pam_unix.c
253
CLIENT *client;
lib/libpam/modules/pam_unix/pam_unix.c
312
client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
lib/libpam/modules/pam_unix/pam_unix.c
313
if (client == NULL) {
lib/libpam/modules/pam_unix/pam_unix.c
319
client->cl_auth = authunix_create_default();
lib/libpam/modules/pam_unix/pam_unix.c
322
r2 = clnt_call(client, YPPASSWDPROC_UPDATE,
lib/libquota/quota_nfs.c
104
CLIENT *client = NULL;
lib/libquota/quota_nfs.c
115
if ((client = clntudp_create(&server_addr, prognum,
lib/libquota/quota_nfs.c
119
client->cl_auth = authunix_create_default();
lib/libquota/quota_nfs.c
122
clnt_stat = clnt_call(client, procnum, inproc, in,
lib/libtelnet/forward.c
58
if ((retval = krb5_cc_initialize(context, ccache, ticket->enc_part2->client)) != 0)
lib/libtelnet/kerberos5.c
401
if (krb5_unparse_name(telnet_context, ticket->client, &name))
lib/libtelnet/kerberos5.c
405
ticket->client, UserNameRequested)) {
lib/libtelnet/kerberos5.c
466
ticket->client);
lib/libtelnet/kerberos5.c
601
krb5_kuserok(telnet_context, ticket->client, UserNameRequested)) {
lib/libtelnet/kerberos5.c
696
creds.client = principal;
lib/libwrap/eval.c
114
char *hostinfo = eval_hostinfo(request->client);
lib/libwrap/eval.c
57
if (request->sink == 0 && request->client->sin && request->server->sin)
lib/libwrap/eval.c
58
rfc931(request->client->sin, request->server->sin, request->user);
lib/libwrap/hosts_access.c
116
if (request->client->sin != NULL) {
lib/libwrap/hosts_access.c
117
blocklist_sa_r(blstate, b, fd, request->client->sin,
lib/libwrap/hosts_access.c
118
request->client->sin->sa_len, request->daemon);
lib/libwrap/hosts_access.c
283
return (host_match(tok, request->client));
lib/libwrap/hosts_access.c
285
return (host_match(host, request->client)
lib/libwrap/percent_x.c
62
ch == 'a' ? eval_hostaddr(request->client) :
lib/libwrap/percent_x.c
66
ch == 'h' ? eval_hostinfo(request->client) :
lib/libwrap/percent_x.c
68
ch == 'n' ? eval_hostname(request->client) :
lib/libwrap/socket.c
102
if (request->client->sin == NULL) {
lib/libwrap/socket.c
103
len = sizeof(client);
lib/libwrap/socket.c
104
if (getpeername(fd, (struct sockaddr *)(void *)& client, &len) < 0) {
lib/libwrap/socket.c
106
len = sizeof(client);
lib/libwrap/socket.c
108
(struct sockaddr *) & client, &len) < 0) {
lib/libwrap/socket.c
116
request->client->sin = (struct sockaddr *)&client;
lib/libwrap/socket.c
83
static struct sockaddr_storage client;
lib/libwrap/tcpd.h
30
struct host_info client[1]; /* client endpoint info */
lib/libwrap/update.c
110
request->client->request = request;
lib/libwrap/update.c
58
request->client->sin = va_arg(ap, struct sockaddr *);
lib/libwrap/update.c
75
ptr = request->client->name;
lib/libwrap/update.c
78
ptr = request->client->addr;
sys/arch/arm/rockchip/rk_fb.c
109
drm_client_modeset_dpms(&sfa->sfa_fb_helper->client, DRM_MODE_DPMS_OFF);
sys/arch/arm/rockchip/rk_fb.c
110
drm_client_modeset_dpms(&sfa->sfa_fb_helper->client, DRM_MODE_DPMS_ON);
sys/arch/playstation2/playstation2/sifbios.h
153
struct sifrpc_client *client;
sys/dev/ic/aacreg.h
1291
union aac_AifJobClient client; /* Details */
sys/dev/pci/cxgb/cxgb_offload.c
102
client->add(tdev);
sys/dev/pci/cxgb/cxgb_offload.c
116
cxgb_unregister_client(struct cxgb_client *client)
sys/dev/pci/cxgb/cxgb_offload.c
121
TAILQ_REMOVE(&client_list, client, client_entry);
sys/dev/pci/cxgb/cxgb_offload.c
123
if (client->remove) {
sys/dev/pci/cxgb/cxgb_offload.c
1252
if (te->ctx && te->client && te->client->redirect) {
sys/dev/pci/cxgb/cxgb_offload.c
1253
update_tcb = te->client->redirect(te->ctx, old, new,
sys/dev/pci/cxgb/cxgb_offload.c
126
client->remove(tdev);
sys/dev/pci/cxgb/cxgb_offload.c
141
struct cxgb_client *client;
sys/dev/pci/cxgb/cxgb_offload.c
144
TAILQ_FOREACH(client, &client_list, client_entry) {
sys/dev/pci/cxgb/cxgb_offload.c
145
if (client->add)
sys/dev/pci/cxgb/cxgb_offload.c
146
client->add(tdev);
sys/dev/pci/cxgb/cxgb_offload.c
160
struct cxgb_client *client;
sys/dev/pci/cxgb/cxgb_offload.c
163
TAILQ_FOREACH(client, &client_list, client_entry) {
sys/dev/pci/cxgb/cxgb_offload.c
164
if (client->remove)
sys/dev/pci/cxgb/cxgb_offload.c
165
client->remove(tdev);
sys/dev/pci/cxgb/cxgb_offload.c
508
cxgb_insert_tid(struct toedev *tdev, struct cxgb_client *client,
sys/dev/pci/cxgb/cxgb_offload.c
513
t->tid_tab[tid].client = client;
sys/dev/pci/cxgb/cxgb_offload.c
601
cxgb_alloc_atid(struct toedev *tdev, struct cxgb_client *client,
sys/dev/pci/cxgb/cxgb_offload.c
614
p->toe_tid.client = client;
sys/dev/pci/cxgb/cxgb_offload.c
622
cxgb_alloc_stid(struct toedev *tdev, struct cxgb_client *client,
sys/dev/pci/cxgb/cxgb_offload.c
635
p->toe_tid.client = client;
sys/dev/pci/cxgb/cxgb_offload.c
676
if (toe_tid->ctx && toe_tid->client && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
677
toe_tid->client->handlers[CPL_ACT_OPEN_RPL]) {
sys/dev/pci/cxgb/cxgb_offload.c
678
return toe_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, m,
sys/dev/pci/cxgb/cxgb_offload.c
695
if (toe_tid->ctx && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
696
toe_tid->client->handlers[p->opcode]) {
sys/dev/pci/cxgb/cxgb_offload.c
697
return toe_tid->client->handlers[p->opcode] (dev, m, toe_tid->ctx);
sys/dev/pci/cxgb/cxgb_offload.c
719
if (toe_tid->ctx && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
720
toe_tid->client->handlers[p->opcode]) {
sys/dev/pci/cxgb/cxgb_offload.c
721
return toe_tid->client->handlers[p->opcode]
sys/dev/pci/cxgb/cxgb_offload.c
739
if (toe_tid->ctx && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
740
toe_tid->client->handlers[CPL_PASS_ACCEPT_REQ]) {
sys/dev/pci/cxgb/cxgb_offload.c
741
return toe_tid->client->handlers[CPL_PASS_ACCEPT_REQ]
sys/dev/pci/cxgb/cxgb_offload.c
758
if (toe_tid->ctx && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
759
toe_tid->client->handlers[p->opcode]) {
sys/dev/pci/cxgb/cxgb_offload.c
760
return toe_tid->client->handlers[p->opcode]
sys/dev/pci/cxgb/cxgb_offload.c
797
if (toe_tid->ctx && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
798
toe_tid->client->handlers[CPL_ACT_ESTABLISH]) {
sys/dev/pci/cxgb/cxgb_offload.c
799
return toe_tid->client->handlers[CPL_ACT_ESTABLISH]
sys/dev/pci/cxgb/cxgb_offload.c
844
if (toe_tid->ctx && toe_tid->client->handlers &&
sys/dev/pci/cxgb/cxgb_offload.c
845
toe_tid->client->handlers[opcode]) {
sys/dev/pci/cxgb/cxgb_offload.c
846
return toe_tid->client->handlers[opcode](dev, m, toe_tid->ctx);
sys/dev/pci/cxgb/cxgb_offload.c
92
cxgb_register_client(struct cxgb_client *client)
sys/dev/pci/cxgb/cxgb_offload.c
97
TAILQ_INSERT_TAIL(&client_list, client, client_entry);
sys/dev/pci/cxgb/cxgb_offload.c
99
if (client->add) {
sys/dev/pci/cxgb/cxgb_offload.h
103
struct cxgb_client *client;
sys/dev/pci/cxgb/cxgb_offload.h
68
void cxgb_register_client(struct cxgb_client *client);
sys/dev/pci/cxgb/cxgb_offload.h
69
void cxgb_unregister_client(struct cxgb_client *client);
sys/dev/pci/cxgb/cxgb_offload.h
90
int cxgb_alloc_atid(struct toedev *dev, struct cxgb_client *client,
sys/dev/pci/cxgb/cxgb_offload.h
92
int cxgb_alloc_stid(struct toedev *dev, struct cxgb_client *client,
sys/dev/pci/cxgb/cxgb_offload.h
96
void cxgb_insert_tid(struct toedev *dev, struct cxgb_client *client,
sys/fs/nfs/common/nfs_commonkrpc.c
173
CLIENT *client;
sys/fs/nfs/common/nfs_commonkrpc.c
268
client = clnt_reconnect_create(nconf, saddr, nrp->nr_prog,
sys/fs/nfs/common/nfs_commonkrpc.c
270
CLNT_CONTROL(client, CLSET_WAITCHAN, "nfsreq");
sys/fs/nfs/common/nfs_commonkrpc.c
273
CLNT_CONTROL(client, CLSET_INTERRUPTIBLE, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
275
CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
299
CLNT_CONTROL(client, CLSET_BACKCHANNEL, xprt);
sys/fs/nfs/common/nfs_commonkrpc.c
316
CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
321
CLNT_CONTROL(client, CLSET_RETRIES, &retries);
sys/fs/nfs/common/nfs_commonkrpc.c
341
CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, &timo);
sys/fs/nfs/common/nfs_commonkrpc.c
350
CLNT_RELEASE(client);
sys/fs/nfs/common/nfs_commonkrpc.c
352
nrp->nr_client = client;
sys/fs/nfs/common/nfs_commonkrpc.c
360
CLNT_CONTROL(client, CLSET_CONNECT, &one);
sys/fs/nfs/common/nfs_commonkrpc.c
380
CLIENT *client;
sys/fs/nfs/common/nfs_commonkrpc.c
384
client = nrp->nr_client;
sys/fs/nfs/common/nfs_commonkrpc.c
387
rpc_gss_secpurge_call(client);
sys/fs/nfs/common/nfs_commonkrpc.c
388
CLNT_CLOSE(client);
sys/fs/nfs/common/nfs_commonkrpc.c
389
CLNT_RELEASE(client);
sys/fs/nfs/common/nfsport.h
581
u_char client[1];
sys/fs/nfs/common/nfsport.h
600
#define nst_client nst_rec.client
sys/fs/nfs/nlm/nlm_advlock.c
1043
CLIENT *client;
sys/fs/nfs/nlm/nlm_advlock.c
1062
client = nlm_host_get_rpc(host, FALSE);
sys/fs/nfs/nlm/nlm_advlock.c
1063
if (!client)
sys/fs/nfs/nlm/nlm_advlock.c
1070
stat = nlm_test_rpc(vers, &args, &res, client, ext, *timo);
sys/fs/nfs/nlm/nlm_advlock.c
1072
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_advlock.c
568
nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
572
return nlm4_test_4(args, res, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
583
stat = nlm_test_1(&args1, &res1, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
599
nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
603
return nlm4_lock_4(args, res, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
617
stat = nlm_lock_1(&args1, &res1, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
628
nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
632
return nlm4_cancel_4(args, res, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
644
stat = nlm_cancel_1(&args1, &res1, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
655
nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
659
return nlm4_unlock_4(args, res, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
669
stat = nlm_unlock_1(&args1, &res1, client, ext, timo);
sys/fs/nfs/nlm/nlm_advlock.c
769
CLIENT *client;
sys/fs/nfs/nlm/nlm_advlock.c
792
client = nlm_host_get_rpc(host, FALSE);
sys/fs/nfs/nlm/nlm_advlock.c
793
if (!client)
sys/fs/nfs/nlm/nlm_advlock.c
803
stat = nlm_lock_rpc(vers, &args, &res, client, ext, *timo);
sys/fs/nfs/nlm/nlm_advlock.c
805
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_advlock.c
873
client = nlm_host_get_rpc(host, FALSE);
sys/fs/nfs/nlm/nlm_advlock.c
874
if (!client)
sys/fs/nfs/nlm/nlm_advlock.c
879
&res, client, ext, *timo);
sys/fs/nfs/nlm/nlm_advlock.c
881
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_advlock.c
968
CLIENT *client;
sys/fs/nfs/nlm/nlm_advlock.c
981
client = nlm_host_get_rpc(host, FALSE);
sys/fs/nfs/nlm/nlm_advlock.c
982
if (!client)
sys/fs/nfs/nlm/nlm_advlock.c
989
stat = nlm_unlock_rpc(vers, &args, &res, client, ext, *timo);
sys/fs/nfs/nlm/nlm_advlock.c
991
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_prot_impl.c
1032
CLIENT *client;
sys/fs/nfs/nlm/nlm_prot_impl.c
1034
client = host->nh_srvrpc.nr_client;
sys/fs/nfs/nlm/nlm_prot_impl.c
1037
if (client) {
sys/fs/nfs/nlm/nlm_prot_impl.c
1038
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_prot_impl.c
1267
CLIENT *client;
sys/fs/nfs/nlm/nlm_prot_impl.c
1285
client = rpc->nr_client;
sys/fs/nfs/nlm/nlm_prot_impl.c
1288
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_prot_impl.c
1294
client = nlm_get_rpc((struct sockaddr *)&host->nh_addr,
sys/fs/nfs/nlm/nlm_prot_impl.c
1298
if (client) {
sys/fs/nfs/nlm/nlm_prot_impl.c
1301
CLNT_DESTROY(client);
sys/fs/nfs/nlm/nlm_prot_impl.c
1304
rpc->nr_client = client;
sys/fs/nfs/nlm/nlm_prot_impl.c
1310
client = rpc->nr_client;
sys/fs/nfs/nlm/nlm_prot_impl.c
1311
if (client)
sys/fs/nfs/nlm/nlm_prot_impl.c
1312
CLNT_ACQUIRE(client);
sys/fs/nfs/nlm/nlm_prot_impl.c
1315
return (client);
sys/fs/nfs/nlm/nlm_prot_impl.c
2022
CLIENT *client;
sys/fs/nfs/nlm/nlm_prot_impl.c
2028
client = nlm_host_get_rpc(host, TRUE);
sys/fs/nfs/nlm/nlm_prot_impl.c
2029
if (!client) {
sys/fs/nfs/nlm/nlm_prot_impl.c
2055
CLNT_RELEASE(client);
sys/fs/nfs/nlm/nlm_prot_impl.c
2066
af->af_rpc = client;
sys/fs/nfs/server/nfs_nfsdstate.c
3239
u_char client[NFSV4_OPAQUELIMIT];
sys/fs/nfs/server/nfs_nfsdstate.c
3327
NFSBCOPY(clp->lc_id, client, len);
sys/fs/nfs/server/nfs_nfsdstate.c
3374
nfsrv_writestable(client, len, NFSNST_NEWSTATE, p);
sys/fs/nfs/server/nfs_nfsdstate.c
4534
!NFSBCMP(tsp->client, sp->nst_client, tsp->len))
sys/fs/nfs/server/nfs_nfsdstate.c
4650
nfsrv_writestable(u_char *client, int len, int flag, NFSPROC_T *p)
sys/fs/nfs/server/nfs_nfsdstate.c
4661
NFSBCOPY(client, sp->client, len);
tests/net/net/t_pktinfo.c
161
c = client(&sin);
tests/net/net/t_pktinfo_send.c
162
try_sendmsg_pktinfo(int client, int server, const char *data, size_t datalen,
tests/net/net/t_pktinfo_send.c
170
RL(rv = sendto_pktinfo(client, data, datalen, 0,
tests/net/net/t_pktinfo_send.c
183
do_send_pktinfo_tests(int client, int server, const char *data, size_t datalen)
tests/net/net/t_pktinfo_send.c
193
RL(rv = rump_sys_getsockname(client,
tests/net/net/t_pktinfo_send.c
200
try_sendmsg_pktinfo(client, server, data, datalen,
tests/net/net/t_pktinfo_send.c
202
try_sendmsg_pktinfo(client, server, data, datalen,
tests/net/net/t_pktinfo_send.c
204
try_sendmsg_pktinfo(client, server, data, datalen,
tests/net/net/t_pktinfo_send.c
206
try_sendmsg_pktinfo(client, server, data, datalen,
tests/net/net/t_pktinfo_send.c
211
RL(rv = rump_sys_getsockname(client,
tests/net/net/t_pktinfo_send.c
229
int client, server;
tests/net/net/t_pktinfo_send.c
234
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
237
do_send_pktinfo_tests(client, server, message, strlen(message));
tests/net/net/t_pktinfo_send.c
239
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
252
int client, server, rv;
tests/net/net/t_pktinfo_send.c
257
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
258
RL(rv = sock_bind(client, "0.0.0.0", 0));
tests/net/net/t_pktinfo_send.c
261
do_send_pktinfo_tests(client, server, message, strlen(message));
tests/net/net/t_pktinfo_send.c
263
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
276
int client, server, rv;
tests/net/net/t_pktinfo_send.c
281
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
282
RL(rv = sock_bind(client, "127.0.0.1", 0));
tests/net/net/t_pktinfo_send.c
285
do_send_pktinfo_tests(client, server, message, strlen(message));
tests/net/net/t_pktinfo_send.c
287
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
300
int client, server, rv;
tests/net/net/t_pktinfo_send.c
305
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
306
RL(rv = sock_bind(client, "0.0.0.0", CLIENTPORT));
tests/net/net/t_pktinfo_send.c
309
do_send_pktinfo_tests(client, server, message, strlen(message));
tests/net/net/t_pktinfo_send.c
311
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
324
int client, server, rv;
tests/net/net/t_pktinfo_send.c
329
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
330
RL(rv = sock_bind(client, "127.0.0.2", CLIENTPORT));
tests/net/net/t_pktinfo_send.c
333
do_send_pktinfo_tests(client, server, message, strlen(message));
tests/net/net/t_pktinfo_send.c
335
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
348
int client, server, other, rv;
tests/net/net/t_pktinfo_send.c
354
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
355
RL(rv = sock_bind(client, "127.0.0.3", CLIENTPORT));
tests/net/net/t_pktinfo_send.c
358
do_send_pktinfo_tests(client, server, message, strlen(message));
tests/net/net/t_pktinfo_send.c
360
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
375
int client, server, rv;
tests/net/net/t_pktinfo_send.c
380
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
383
RL(rv = rump_sys_connect(client,
tests/net/net/t_pktinfo_send.c
387
rv = sendto_pktinfo(client, message, strlen(message), 0,
tests/net/net/t_pktinfo_send.c
398
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
411
int client, server, rv;
tests/net/net/t_pktinfo_send.c
416
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
419
rv = sendto_pktinfo(client, message, strlen(message), 0,
tests/net/net/t_pktinfo_send.c
430
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
443
int client, server, rv;
tests/net/net/t_pktinfo_send.c
448
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
449
RL(rv = sock_bind(client, "127.0.0.2", CLIENTPORT));
tests/net/net/t_pktinfo_send.c
452
rv = sendto_pktinfo(client, message, strlen(message), 0,
tests/net/net/t_pktinfo_send.c
463
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
492
int client, server;
tests/net/net/t_pktinfo_send.c
497
RL(client = rump_sys_socket(AF_INET, SOCK_RAW, IPPROTO_ICMP));
tests/net/net/t_pktinfo_send.c
506
try_sendmsg_pktinfo(client, server, (const char *)&icmp, icmplen,
tests/net/net/t_pktinfo_send.c
509
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
524
int client, rv;
tests/net/net/t_pktinfo_send.c
528
RL(client = rump_sys_socket(AF_INET, SOCK_RAW, IPPROTO_ICMP));
tests/net/net/t_pktinfo_send.c
537
rv = sendto_pktinfo(client, (const char *)&icmp, icmplen, 0,
tests/net/net/t_pktinfo_send.c
547
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
559
int client, rv;
tests/net/net/t_pktinfo_send.c
563
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
566
rv = sendto_pktinfo(client, message, strlen(message), 0,
tests/net/net/t_pktinfo_send.c
575
rv = sendto_pktinfo(client, message, strlen(message), 0,
tests/net/net/t_pktinfo_send.c
585
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
620
int client, rv;
tests/net/net/t_pktinfo_send.c
625
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
638
RL(rv = sendto_pktinfo(client, message, strlen(message),
tests/net/net/t_pktinfo_send.c
642
rump_sys_close(client);
tests/net/net/t_pktinfo_send.c
716
int client, rv;
tests/net/net/t_pktinfo_send.c
721
RL(client = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
tests/net/net/t_pktinfo_send.c
730
RL(rv = sendto_pktinfo(client, message, strlen(message),
tests/net/net/t_pktinfo_send.c
734
RL(rv = sendto_pktinfo(client, message, strlen(message),
tests/net/net/t_pktinfo_send.c
737
rump_sys_close(client);
tests/rump/rumpkern/h_client/h_stresscli.c
172
client,
tests/rump/rumpkern/h_client/h_stresscli.c
177
client((void *)(uintptr_t)myport);
usr.bin/chpass/pw_yp.c
112
CLIENT *client;
usr.bin/chpass/pw_yp.c
189
client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
usr.bin/chpass/pw_yp.c
190
if (client == NULL) {
usr.bin/chpass/pw_yp.c
195
client->cl_auth = authunix_create_default();
usr.bin/chpass/pw_yp.c
198
r = clnt_call(client, YPPASSWDPROC_UPDATE,
usr.bin/login/k5login.c
256
mcreds.client = me;
usr.bin/nfsstat/nfsstat.c
392
int client[NSHORTPROC];
usr.bin/nfsstat/nfsstat.c
417
current.client[i] += nfsstats.rpccnt[idx];
usr.bin/nfsstat/nfsstat.c
426
current.client[i] - last.client[i]);
usr.bin/passwd/yp_passwd.c
226
CLIENT *client;
usr.bin/passwd/yp_passwd.c
307
client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
usr.bin/passwd/yp_passwd.c
308
if (client == NULL)
usr.bin/passwd/yp_passwd.c
312
client->cl_auth = authunix_create_default();
usr.bin/passwd/yp_passwd.c
315
yr = clnt_call(client, YPPASSWDPROC_UPDATE,
usr.bin/passwd/yp_passwd.c
387
CLIENT *client;
usr.bin/passwd/yp_passwd.c
442
client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
usr.bin/passwd/yp_passwd.c
443
if (client == NULL) {
usr.bin/passwd/yp_passwd.c
449
client->cl_auth = authunix_create_default();
usr.bin/passwd/yp_passwd.c
452
yr = clnt_call(client, YPPASSWDPROC_UPDATE,
usr.bin/rpcinfo/rpcinfo.c
1026
client = clnt_rpcbind_create(host, RPCBVERS4, NULL);
usr.bin/rpcinfo/rpcinfo.c
1028
client = local_rpcb(PMAP_PROG, RPCB_VERS4);
usr.bin/rpcinfo/rpcinfo.c
1029
if (client == NULL)
usr.bin/rpcinfo/rpcinfo.c
1035
if (CLNT_CALL(client, RPCBPROC_GETSTAT, (xdrproc_t)xdr_void, NULL,
usr.bin/rpcinfo/rpcinfo.c
1039
clnt_sperror(client, "") + 2);
usr.bin/rpcinfo/rpcinfo.c
1225
clnt_destroy(client);
usr.bin/rpcinfo/rpcinfo.c
1256
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
1271
client = clnt_tli_create(fd, nconf, nbuf, prog, vers, 0, 0);
usr.bin/rpcinfo/rpcinfo.c
1272
if (client == NULL) {
usr.bin/rpcinfo/rpcinfo.c
1276
return client;
usr.bin/rpcinfo/rpcinfo.c
1288
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
1314
client = clnt_addr_create(address, nconf, prognum, versnum);
usr.bin/rpcinfo/rpcinfo.c
1315
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1319
if (pstatus(client, prognum, versnum) < 0)
usr.bin/rpcinfo/rpcinfo.c
1321
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
1327
(void)CLNT_CONTROL(client, CLSET_FD_NCLOSE, NULL);
usr.bin/rpcinfo/rpcinfo.c
1328
(void)CLNT_CONTROL(client, CLGET_FD, (char *)(void *)&fd);
usr.bin/rpcinfo/rpcinfo.c
1330
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
1338
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
1339
client = clnt_addr_create(address, nconf, prognum, MAX_VERS);
usr.bin/rpcinfo/rpcinfo.c
1340
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1343
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
1356
(void)pstatus(client, prognum, MAX_VERS);
usr.bin/rpcinfo/rpcinfo.c
1360
(void)pstatus(client, prognum, MIN_VERS);
usr.bin/rpcinfo/rpcinfo.c
1363
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
1365
client = clnt_addr_create(address, nconf, prognum, versnum);
usr.bin/rpcinfo/rpcinfo.c
1366
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1368
if (pstatus(client, prognum, versnum) < 0)
usr.bin/rpcinfo/rpcinfo.c
1370
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
1387
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
1412
client = clnt_tp_create(argv[0], prognum, versnum, nconf);
usr.bin/rpcinfo/rpcinfo.c
1414
client = clnt_create(argv[0], prognum, versnum, "NETPATH");
usr.bin/rpcinfo/rpcinfo.c
1416
if (client == NULL) {
usr.bin/rpcinfo/rpcinfo.c
1422
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1426
if (pstatus(client, prognum, versnum) < 0)
usr.bin/rpcinfo/rpcinfo.c
1428
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
1435
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
1444
(void)CLNT_CONTROL(client, CLSET_VERS,
usr.bin/rpcinfo/rpcinfo.c
1446
rpc_stat = CLNT_CALL(client, NULLPROC,
usr.bin/rpcinfo/rpcinfo.c
1449
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
1462
(void)pstatus(client, prognum, MAX_VERS);
usr.bin/rpcinfo/rpcinfo.c
1466
(void)pstatus(client, prognum, MIN_VERS);
usr.bin/rpcinfo/rpcinfo.c
1470
(void)CLNT_CONTROL(client, CLSET_VERS,
usr.bin/rpcinfo/rpcinfo.c
1472
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
1474
if (pstatus(client, prognum, versnum) < 0)
usr.bin/rpcinfo/rpcinfo.c
1477
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
1567
pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers)
usr.bin/rpcinfo/rpcinfo.c
1571
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
1575
clnt_sperror(client, "") + 2);
usr.bin/rpcinfo/rpcinfo.c
1580
CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&nb);
usr.bin/rpcinfo/rpcinfo.c
1627
CLIENT *client = NULL;
usr.bin/rpcinfo/rpcinfo.c
1637
client = clnt_tli_create(RPC_ANYFD, nconf, &addr, RPCBPROG,
usr.bin/rpcinfo/rpcinfo.c
1639
if (client) {
usr.bin/rpcinfo/rpcinfo.c
1663
return client;
usr.bin/rpcinfo/rpcinfo.c
374
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
399
client = clnt_com_create(&addr, prognum, vers, &fd, trans);
usr.bin/rpcinfo/rpcinfo.c
400
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
404
if (pstatus(client, prognum, vers) < 0)
usr.bin/rpcinfo/rpcinfo.c
406
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
410
(void)CLNT_CONTROL(client, CLSET_FD_NCLOSE, NULL);
usr.bin/rpcinfo/rpcinfo.c
412
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
420
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
422
client = clnt_com_create(&addr, (unsigned int)prognum,
usr.bin/rpcinfo/rpcinfo.c
424
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
427
clnt_geterr(client, &rpcerr);
usr.bin/rpcinfo/rpcinfo.c
440
(void)pstatus(client, prognum, MAX_VERS);
usr.bin/rpcinfo/rpcinfo.c
444
(void)pstatus(client, prognum, MIN_VERS);
usr.bin/rpcinfo/rpcinfo.c
447
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
450
client = clnt_com_create(&addr, prognum, vers, &fd, trans);
usr.bin/rpcinfo/rpcinfo.c
451
rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
453
if (pstatus(client, prognum, vers) < 0)
usr.bin/rpcinfo/rpcinfo.c
455
(void)CLNT_DESTROY(client);
usr.bin/rpcinfo/rpcinfo.c
473
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
485
client = clnttcp_create(&server_addr, PMAPPROG, PMAPVERS,
usr.bin/rpcinfo/rpcinfo.c
488
client = local_rpcb(PMAP_PROG, PMAP_VERS);
usr.bin/rpcinfo/rpcinfo.c
490
if (client == NULL) {
usr.bin/rpcinfo/rpcinfo.c
507
clnt_st = CLNT_CALL(client, (unsigned int)PMAPPROC_DUMP,
usr.bin/rpcinfo/rpcinfo.c
513
CLNT_GETERR(client, &error);
usr.bin/rpcinfo/rpcinfo.c
526
clnt_sperror(client, "") + 2);
usr.bin/rpcinfo/rpcinfo.c
685
CLIENT *client = NULL;
usr.bin/rpcinfo/rpcinfo.c
701
client = clnt_rpcbind_create(host, RPCBVERS, NULL);
usr.bin/rpcinfo/rpcinfo.c
709
client = getclnthandle(host, nconf, RPCBVERS, NULL);
usr.bin/rpcinfo/rpcinfo.c
714
client = local_rpcb(PMAP_PROG, RPCB_VERS);
usr.bin/rpcinfo/rpcinfo.c
716
if (client == NULL)
usr.bin/rpcinfo/rpcinfo.c
721
clnt_st = CLNT_CALL(client, RPCBPROC_DUMP, (xdrproc_t)xdr_void,
usr.bin/rpcinfo/rpcinfo.c
729
CLNT_GETERR(client, &error);
usr.bin/rpcinfo/rpcinfo.c
732
clnt_control(client, CLSET_VERS, (char *)(void *)&vers);
usr.bin/rpcinfo/rpcinfo.c
733
clnt_st = CLNT_CALL(client, RPCBPROC_DUMP,
usr.bin/rpcinfo/rpcinfo.c
746
clnt_control(client, CLSET_VERS, (char *)(void *)&vers);
usr.bin/rpcinfo/rpcinfo.c
747
clnt_st = CLNT_CALL(client, (unsigned int)PMAPPROC_DUMP,
usr.bin/rpcinfo/rpcinfo.c
793
clnt_sperror(client, "") + 2);
usr.bin/rpcinfo/rpcinfo.c
872
if (client)
usr.bin/rpcinfo/rpcinfo.c
873
clnt_destroy(client);
usr.bin/rpcinfo/rpcinfo.c
899
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
909
client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr);
usr.bin/rpcinfo/rpcinfo.c
916
client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
usr.bin/rpcinfo/rpcinfo.c
920
if (client == NULL)
usr.bin/rpcinfo/rpcinfo.c
928
parms.r_netid = client->cl_netid;
usr.bin/rpcinfo/rpcinfo.c
939
nconf = getnetconfigent(client->cl_netid);
usr.bin/rpcinfo/rpcinfo.c
953
if (CLNT_CALL(client, RPCBPROC_GETADDRLIST, (xdrproc_t)xdr_rpcb,
usr.bin/rpcinfo/rpcinfo.c
957
clnt_sperror(client, "") + 2);
usr.bin/rpcinfo/rpcinfo.c
986
clnt_destroy(client);
usr.bin/rpcinfo/rpcinfo.c
998
CLIENT *client;
usr.bin/showmount/showmount.c
240
CLIENT *client;
usr.bin/showmount/showmount.c
244
if ((client = clnt_create(host, prognum, versnum, "tcp")) == NULL &&
usr.bin/showmount/showmount.c
245
(client = clnt_create(host, prognum, versnum, "udp")) == NULL)
usr.bin/showmount/showmount.c
250
rval = (int) clnt_call(client, procnum,
usr.bin/showmount/showmount.c
254
clnt_destroy(client);
usr.sbin/acpitools/acpidump/acpi.c
3497
len = tcpa->client.log_max_len;
usr.sbin/acpitools/acpidump/acpi.c
3498
paddr = tcpa->client.log_start_addr;
usr.sbin/acpitools/acpidump/acpidump.h
59
} client;
usr.sbin/altq/altqd/altqd.c
119
FILE *fp, *client[MAX_CLIENT];
usr.sbin/altq/altqd/altqd.c
125
client[i] = NULL;
usr.sbin/altq/altqd/altqd.c
284
if (client[i] == NULL) {
usr.sbin/altq/altqd/altqd.c
285
client[i] = fdopen(newsock, "r+");
usr.sbin/altq/altqd/altqd.c
296
if (client[i] == NULL)
usr.sbin/altq/altqd/altqd.c
298
fd1 = fileno(client[i]);
usr.sbin/altq/altqd/altqd.c
300
if (quip_input(client[i]) != 0 ||
usr.sbin/altq/altqd/altqd.c
301
fflush(client[i]) != 0) {
usr.sbin/altq/altqd/altqd.c
303
fclose(client[i]);
usr.sbin/altq/altqd/altqd.c
304
client[i] = NULL;
usr.sbin/altq/altqd/altqd.c
319
if (client[i] != NULL)
usr.sbin/altq/altqd/altqd.c
320
(void)fclose(client[i]);
usr.sbin/bthcid/client.c
143
struct client *cl;
usr.sbin/bthcid/client.c
159
cl = malloc(sizeof(struct client));
usr.sbin/bthcid/client.c
166
memset(cl, 0, sizeof(struct client));
usr.sbin/bthcid/client.c
188
struct client *cl = arg;
usr.sbin/bthcid/client.c
260
struct client *cl;
usr.sbin/bthcid/client.c
58
LIST_ENTRY(client) next;
usr.sbin/bthcid/client.c
76
static LIST_HEAD(,client) client_list;
usr.sbin/inetd/inetd.c
565
if (req.client->sin != NULL) {
usr.sbin/inetd/inetd.c
567
req.client->sin);
usr.sbin/isibootd/isibootd.c
278
search(uint8_t *client)
usr.sbin/isibootd/isibootd.c
283
if (memcmp(client, cp->addr, ETHER_ADDR_LEN) == 0)
usr.sbin/isibootd/isibootd.c
295
memcpy(cp->addr, client, ETHER_ADDR_LEN);
usr.sbin/rbootd/parseconf.c
151
if ((client = NewClient(addr)) == NULL) /* alloc new client */
usr.sbin/rbootd/parseconf.c
164
client->files[i] = BootFiles[i];
usr.sbin/rbootd/parseconf.c
180
client->files[i++] =
usr.sbin/rbootd/parseconf.c
198
FreeClient(client);
usr.sbin/rbootd/parseconf.c
208
client->next = Clients;
usr.sbin/rbootd/parseconf.c
209
Clients = client;
usr.sbin/rbootd/parseconf.c
87
CLIENT *client;
usr.sbin/rbootd/rbootd.c
222
CLIENT *client;
usr.sbin/rbootd/rbootd.c
241
client = NULL;
usr.sbin/rbootd/rbootd.c
242
} else if ((client=FindClient(&rconn))==NULL) {
usr.sbin/rbootd/rbootd.c
250
ProcessPacket(&rconn,client);
usr.sbin/rbootd/rmpproto.c
120
client? client->files:
usr.sbin/rbootd/rmpproto.c
125
client? client->files: BootFiles))
usr.sbin/rbootd/rmpproto.c
88
ProcessPacket(RMPCONN *rconn, CLIENT *client)
usr.sbin/rpc.bootparamd/bootparamd.c
309
lookup_bootparam(char *client, char *client_canonical, char *id,
usr.sbin/rpc.bootparamd/bootparamd.c
349
yp_match(ypdom, "bootparams", client,
usr.sbin/rpc.bootparamd/bootparamd.c
350
strlen(client), &ypbuf, &ypbuflen))
usr.sbin/rpc.bootparamd/bootparamd.c
353
word = client;
usr.sbin/rpc.bootparamd/bootparamd.c
359
warnx("match %s with %s", word, client);
usr.sbin/rpc.bootparamd/bootparamd.c
369
if (fnmatch(word, client, FNM_CASEFOLD) == 0) {
usr.sbin/rpc.bootparamd/bootparamd.c
379
canon = client;
usr.sbin/rpc.bootparamd/bootparamd.c
408
if (strcasecmp(hp->h_name, client) != 0)
usr.sbin/rpc.lockd/lock_proc.c
153
CLIENT *client;
usr.sbin/rpc.lockd/lock_proc.c
168
client = clnt_cache_ptr[i];
usr.sbin/rpc.lockd/lock_proc.c
169
if (client && ((clnt_cache_time[i] + CLIENT_CACHE_LIFETIME)
usr.sbin/rpc.lockd/lock_proc.c
175
clnt_destroy(client);
usr.sbin/rpc.lockd/lock_proc.c
177
client = NULL;
usr.sbin/rpc.lockd/lock_proc.c
179
if (client && !addrcmp((const struct sockaddr *)(const void *)
usr.sbin/rpc.lockd/lock_proc.c
184
return client;
usr.sbin/rpc.lockd/lock_proc.c
224
client = clnt_tp_create(host, NLM_PROG, vers, nconf);
usr.sbin/rpc.lockd/lock_proc.c
227
if (!client) {
usr.sbin/rpc.lockd/lock_proc.c
234
clnt_cache_ptr[clnt_cache_next_to_use] = client;
usr.sbin/rpc.lockd/lock_proc.c
248
clnt_control(client, CLSET_TIMEOUT, (char *)(void *)&retry_time);
usr.sbin/rpc.lockd/lock_proc.c
252
return client;
usr.sbin/rpc.lockd/lockd_lock.c
152
newfl->client.svid != fl->client.svid)
usr.sbin/rpc.lockd/lockd_lock.c
198
return (&fl->client);
usr.sbin/rpc.lockd/lockd_lock.c
250
newfl->client.exclusive = lckarg->exclusive;
usr.sbin/rpc.lockd/lockd_lock.c
251
newfl->client.svid = lckarg->alock.svid;
usr.sbin/rpc.lockd/lockd_lock.c
252
newfl->client.oh.n_bytes = malloc(lckarg->alock.oh.n_len);
usr.sbin/rpc.lockd/lockd_lock.c
253
if (newfl->client.oh.n_bytes == NULL) {
usr.sbin/rpc.lockd/lockd_lock.c
259
newfl->client.oh.n_len = lckarg->alock.oh.n_len;
usr.sbin/rpc.lockd/lockd_lock.c
260
(void)memcpy(newfl->client.oh.n_bytes, lckarg->alock.oh.n_bytes,
usr.sbin/rpc.lockd/lockd_lock.c
262
newfl->client.l_offset = lckarg->alock.l_offset;
usr.sbin/rpc.lockd/lockd_lock.c
263
newfl->client.l_len = lckarg->alock.l_len;
usr.sbin/rpc.lockd/lockd_lock.c
287
newfl->client_name, newfl->client.svid);
usr.sbin/rpc.lockd/lockd_lock.c
373
fl->client.oh.n_len != lck->oh.n_len ||
usr.sbin/rpc.lockd/lockd_lock.c
374
memcmp(fl->client.oh.n_bytes, lck->oh.n_bytes,
usr.sbin/rpc.lockd/lockd_lock.c
375
fl->client.oh.n_len) != 0 ||
usr.sbin/rpc.lockd/lockd_lock.c
376
fl->client.svid != lck->svid)
usr.sbin/rpc.lockd/lockd_lock.c
426
free(fl->client.oh.n_bytes);
usr.sbin/rpc.lockd/lockd_lock.c
537
fl->client_name, fl->client.svid,
usr.sbin/rpc.lockd/lockd_lock.c
538
fl->client.exclusive ? " (exclusive)":"", block ? " (block)":"",
usr.sbin/rpc.lockd/lockd_lock.c
542
if (fl->client.exclusive == 0)
usr.sbin/rpc.lockd/lockd_lock.c
561
fl->client_name, fl->client.svid);
usr.sbin/rpc.lockd/lockd_lock.c
573
fl->client_name, fl->client.svid, fl->locker);
usr.sbin/rpc.lockd/lockd_lock.c
624
fl->client_name, fl->client.svid);
usr.sbin/rpc.lockd/lockd_lock.c
638
result.exclusive = fl->client.exclusive;
usr.sbin/rpc.lockd/lockd_lock.c
642
result.alock.oh = fl->client.oh;
usr.sbin/rpc.lockd/lockd_lock.c
643
result.alock.svid = fl->client.svid;
usr.sbin/rpc.lockd/lockd_lock.c
644
result.alock.l_offset = fl->client.l_offset;
usr.sbin/rpc.lockd/lockd_lock.c
645
result.alock.l_len = fl->client.l_len;
usr.sbin/rpc.lockd/lockd_lock.c
660
result.exclusive = fl->client.exclusive;
usr.sbin/rpc.lockd/lockd_lock.c
664
result.alock.oh = fl->client.oh;
usr.sbin/rpc.lockd/lockd_lock.c
665
result.alock.svid = fl->client.svid;
usr.sbin/rpc.lockd/lockd_lock.c
667
(unsigned int)fl->client.l_offset;
usr.sbin/rpc.lockd/lockd_lock.c
669
(unsigned int)fl->client.l_len;
usr.sbin/rpc.lockd/lockd_lock.c
98
struct nlm4_holder client; /* lock holder */
usr.sbin/tcpdchk/percent_x.c
57
ch == 'a' ? eval_hostaddr(request->client) :
usr.sbin/tcpdchk/percent_x.c
61
ch == 'h' ? eval_hostinfo(request->client) :
usr.sbin/tcpdchk/percent_x.c
63
ch == 'n' ? eval_hostname(request->client) :
usr.sbin/tcpdchk/scaffold.c
100
if (STR_EQ(eval_hostname(request.client), unknown))
usr.sbin/tcpdchk/scaffold.c
102
eval_hostaddr(request.client));
usr.sbin/tcpdmatch/tcpdmatch.c
129
if ((client = split_at(argv[optind + 1], '@')) != 0) {
usr.sbin/tcpdmatch/tcpdmatch.c
132
client = argv[optind + 1];
usr.sbin/tcpdmatch/tcpdmatch.c
211
res0 = find_inet_addr(client, AI_NUMERICHOST);
usr.sbin/tcpdmatch/tcpdmatch.c
225
if (NOT_INADDR(client) && HOSTNAME_KNOWN(client) == 0) {
usr.sbin/tcpdmatch/tcpdmatch.c
226
request_set(&request, RQ_CLIENT_NAME, client, 0);
usr.sbin/tcpdmatch/tcpdmatch.c
239
if ((res0 = find_inet_addr(client, 0)) == NULL)
usr.sbin/tcpdmatch/tcpdmatch.c
256
if (STR_EQ(eval_hostname(request.client), unknown))
usr.sbin/tcpdmatch/tcpdmatch.c
258
eval_hostaddr(request.client));
usr.sbin/tcpdmatch/tcpdmatch.c
321
if (STR_EQ(eval_hostname(request->client), paranoid)) {
usr.sbin/tcpdmatch/tcpdmatch.c
66
char *client;
usr.sbin/yppoll/yppoll.c
170
CLIENT *client;
usr.sbin/yppoll/yppoll.c
185
client = mkclient(&rsrv_sin, YPPROG, YPVERS, tcp);
usr.sbin/yppoll/yppoll.c
186
if (client == NULL)
usr.sbin/yppoll/yppoll.c
198
r = clnt_call(client, (unsigned int)YPPROC_ORDER, xdr_ypreq_nokey,
usr.sbin/yppoll/yppoll.c
201
clnt_perror(client, "yp_order: clnt_call");
usr.sbin/yppoll/yppoll.c
210
r = clnt_call(client, (unsigned int)YPPROC_MASTER,
usr.sbin/yppoll/yppoll.c
213
clnt_perror(client, "yp_master: clnt_call");
usr.sbin/yppoll/yppoll.c
219
clnt_destroy(client);
usr.sbin/ypserv/common/yplib_host.c
102
return(client);
usr.sbin/ypserv/common/yplib_host.c
110
static CLIENT *client;
usr.sbin/ypserv/common/yplib_host.c
118
client = clntudp_create(&rsrv_sin, program, version,
usr.sbin/ypserv/common/yplib_host.c
120
if (client == NULL)
usr.sbin/ypserv/common/yplib_host.c
123
return(client);
usr.sbin/ypserv/common/yplib_host.c
127
yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey,
usr.sbin/ypserv/common/yplib_host.c
144
r = clnt_call(client, YPPROC_MATCH, xdr_ypreq_key, &yprk,
usr.sbin/ypserv/common/yplib_host.c
147
clnt_perror(client, "yp_match_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
160
yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey,
usr.sbin/ypserv/common/yplib_host.c
174
r = clnt_call(client, YPPROC_FIRST, xdr_ypreq_nokey, &yprnk,
usr.sbin/ypserv/common/yplib_host.c
177
clnt_perror(client, "yp_first_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
194
yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey,
usr.sbin/ypserv/common/yplib_host.c
211
r = clnt_call(client, YPPROC_NEXT, xdr_ypreq_key, &yprk,
usr.sbin/ypserv/common/yplib_host.c
214
clnt_perror(client, "yp_next_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
231
yp_all_host(CLIENT *client, const char *indomain, const char *inmap,
usr.sbin/ypserv/common/yplib_host.c
240
status = clnt_call(client, YPPROC_ALL, xdr_ypreq_nokey, &yprnk,
usr.sbin/ypserv/common/yplib_host.c
250
yp_order_host(CLIENT *client, char *indomain, char *inmap, int *outorder)
usr.sbin/ypserv/common/yplib_host.c
261
r = clnt_call(client, YPPROC_ORDER, xdr_ypreq_nokey, &yprnk,
usr.sbin/ypserv/common/yplib_host.c
264
clnt_perror(client, "yp_order_host: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
272
yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname)
usr.sbin/ypserv/common/yplib_host.c
283
r = clnt_call(client, YPPROC_MASTER, xdr_ypreq_nokey, &yprnk,
usr.sbin/ypserv/common/yplib_host.c
286
clnt_perror(client, "yp_master: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
296
yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist)
usr.sbin/ypserv/common/yplib_host.c
303
r = clnt_call(client, YPPROC_MAPLIST, xdr_ypdomain_wrap_string,
usr.sbin/ypserv/common/yplib_host.c
306
clnt_perror(client, "yp_maplist: clnt_call");
usr.sbin/ypserv/common/yplib_host.c
68
static CLIENT *client;
usr.sbin/ypserv/common/yplib_host.c
92
client = clnttcp_create(&rsrv_sin, program, version,
usr.sbin/ypserv/common/yplib_host.c
95
client = clntudp_create(&rsrv_sin, program, version,
usr.sbin/ypserv/common/yplib_host.c
98
if (client == NULL)
usr.sbin/ypserv/common/yplib_host.h
32
int yp_match_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
35
int yp_first_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
38
int yp_next_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
41
int yp_master_host(CLIENT *client,
usr.sbin/ypserv/common/yplib_host.h
43
int yp_order_host(CLIENT *client,
usr.sbin/ypserv/common/yplib_host.h
45
int yp_all_host(CLIENT *client, const char *indomain, const char *inmap,
usr.sbin/ypserv/common/yplib_host.h
47
int yp_maplist_host(CLIENT *client, char *indomain,
usr.sbin/ypserv/ypxfr/ypxfr.c
202
client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
usr.sbin/ypserv/ypxfr/ypxfr.c
204
status = get_remote_ordernum(client, domain, map, ordernum,
usr.sbin/ypserv/ypxfr/ypxfr.c
220
status = add_master(client, domain, map, db);
usr.sbin/ypserv/ypxfr/ypxfr.c
224
status = add_interdomain(client, domain, map, db);
usr.sbin/ypserv/ypxfr/ypxfr.c
228
status = add_secure(client, domain, map, db);
usr.sbin/ypserv/ypxfr/ypxfr.c
232
get_map(client, domain, map, &callback);
usr.sbin/ypserv/ypxfr/ypxfr.c
249
if (client != NULL)
usr.sbin/ypserv/ypxfr/ypxfr.c
250
clnt_destroy(client);
usr.sbin/ypserv/ypxfr/ypxfr.c
254
client = yp_bind_local(YPPROG, YPVERS);
usr.sbin/ypserv/ypxfr/ypxfr.c
255
status = send_clear(client);
usr.sbin/ypserv/ypxfr/ypxfr.c
256
clnt_destroy(client);
usr.sbin/ypserv/ypxfr/ypxfr.c
261
client = yp_bind_host(ipadd, atoi(prog), 1, atoi(port), 0);
usr.sbin/ypserv/ypxfr/ypxfr.c
262
status = send_reply(client, xfr_status, atoi(tid));
usr.sbin/ypserv/ypxfr/ypxfr.c
263
clnt_destroy(client);
usr.sbin/ypserv/ypxfr/ypxfr.c
381
get_remote_ordernum(CLIENT *client, char *domain, char *map,
usr.sbin/ypserv/ypxfr/ypxfr.c
386
status = yp_order_host(client, domain, map, (int *)rordernum);
usr.sbin/ypserv/ypxfr/ypxfr.c
401
get_map(CLIENT *client, char *domain, char *map,
usr.sbin/ypserv/ypxfr/ypxfr.c
405
(void)yp_all_host(client, domain, map, incallback);
usr.sbin/ypserv/ypxfr/ypxfr.c
476
add_master(CLIENT *client, char *domain, char *map, DBM *ldb)
usr.sbin/ypserv/ypxfr/ypxfr.c
486
status = yp_master_host(client, domain, map, &master);
usr.sbin/ypserv/ypxfr/ypxfr.c
508
add_interdomain(CLIENT *client, char *domain, char *map, DBM *ldb)
usr.sbin/ypserv/ypxfr/ypxfr.c
520
status = yp_match_host(client, domain, map,
usr.sbin/ypserv/ypxfr/ypxfr.c
545
add_secure(CLIENT *client, char *domain, char *map, DBM *ldb)
usr.sbin/ypserv/ypxfr/ypxfr.c
557
status = yp_match_host(client, domain, map,
usr.sbin/ypserv/ypxfr/ypxfr.c
582
send_clear(CLIENT *client)
usr.sbin/ypserv/ypxfr/ypxfr.c
594
r = clnt_call(client, YPPROC_CLEAR, xdr_void, 0, xdr_void, 0, tv);
usr.sbin/ypserv/ypxfr/ypxfr.c
596
clnt_perror(client, "yp_clear: clnt_call");
usr.sbin/ypserv/ypxfr/ypxfr.c
604
send_reply(CLIENT *client, int status, int tid)
usr.sbin/ypserv/ypxfr/ypxfr.c
617
r = clnt_call(client, YPPUSHPROC_XFRRESP, xdr_ypresp_xfr, &resp,
usr.sbin/ypserv/ypxfr/ypxfr.c
620
clnt_perror(client, "yppushresp_xdr: clnt_call");
usr.sbin/ypserv/ypxfr/ypxfr.c
92
CLIENT *client;
usr.sbin/ypserv/ypxfr/ypxfr.c
97
client = NULL;
usr.sbin/ypset/ypset.c
114
CLIENT *client;
usr.sbin/ypset/ypset.c
134
client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock);
usr.sbin/ypset/ypset.c
135
if (client == NULL) {
usr.sbin/ypset/ypset.c
139
client->cl_auth = authunix_create_default();
usr.sbin/ypset/ypset.c
141
r = clnt_call(client, YPBINDPROC_SETDOM,
usr.sbin/ypset/ypset.c
146
clnt_destroy(client);
usr.sbin/ypset/ypset.c
149
clnt_destroy(client);