Home
last modified time | relevance | path

Searched refs:clnt_control (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c262 clnt_control(clnt, CLSET_TIMEOUT, (char *)&tv); in __yp_ping()
264 clnt_control(clnt, CLSET_ASYNC, (char *)&async); in __yp_ping()
270 clnt_control(clnt, CLSET_XID, (char *)&reqs[i]->xid); in __yp_ping()
273 clnt_control(clnt, CLSET_SVC_ADDR, &addr); in __yp_ping()
282 clnt_control(clnt, CLGET_XID, (char *)&xid_lookup); in __yp_ping()
/freebsd/sys/rpc/
H A Drpcb_clnt.c69 clnt_control(rpcb_clnt, CLSET_RETRIES, &(int){6}); in local_rpcb()
70 clnt_control(rpcb_clnt, CLSET_WAITCHAN, "rpcb"); in local_rpcb()
H A Dclnt.h273 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro
/freebsd/sys/kgssapi/
H A Dgss_impl.c74 clnt_control(cl, CLSET_RETRIES, &(int){30}); in kgss_load()
75 clnt_control(cl, CLSET_TIMEOUT, &(struct timeval){.tv_sec = 300}); in kgss_load()
80 clnt_control(cl, CLSET_WAITCHAN, "gssd"); in kgss_load()
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c313 clnt_control(cli, CLGET_TIMEOUT, &tim); in main()
317 clnt_control(cli, CLSET_TIMEOUT, &tim); in main()
318 clnt_control(cli, CLGET_TIMEOUT, &tim); in main()
H A Dlock_proc.c276 clnt_control(client, CLGET_FD, &clnt_fd); in get_client()
313 clnt_control(client, CLSET_TIMEOUT, (char *)&retry_time); in get_client()
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c123 clnt_control(cl, CLSET_RETRIES, &(int){1}); in rpctls_client_nl_create()
124 clnt_control(cl, CLSET_TIMEOUT, &(struct timeval){.tv_sec = 15}); in rpctls_client_nl_create()
125 clnt_control(cl, CLSET_WAITCHAN, __DECONST(char *, group)); in rpctls_client_nl_create()
/freebsd/usr.sbin/spray/
H A Dspray.c133 clnt_control(cl, CLSET_TIMEOUT, &NO_DEFAULT); in main()
/freebsd/crypto/krb5/src/include/gssrpc/
H A Dclnt.h201 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro
/freebsd/include/rpc/
H A Dclnt.h200 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro
/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_gssapi.c226 if (clnt_control(clnt, CLGET_LOCAL_ADDR, &laddr) == FALSE) { in auth_gssapi_create()
230 if (clnt_control(clnt, CLGET_SERVER_ADDR, &raddr) == FALSE) { in auth_gssapi_create()
/freebsd/lib/libc/rpc/
H A DMakefile.inc83 rpc_clnt_create.3 clnt_control.3 \
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c102 clnt_control(clnt, CLGET_SVC_ADDR, (char *) &addr); in onehost()
/freebsd/usr.sbin/yppush/
H A Dyppush_main.c340 if (clnt_control(clnt, CLSET_TIMEOUT, (char *)&timeout) == FALSE) in yppush_send_xfr()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c723 clnt_control(client, CLSET_VERS, (char *)&vers);
737 clnt_control(client, CLSET_VERS, (char *)&vers);
/freebsd/crypto/krb5/src/lib/kadm5/clnt/
H A Dclient_init.c294 (void)clnt_control(handle->clnt, CLSET_TIMEOUT, &timeout); in init_any()
/freebsd/usr.sbin/ypserv/
H A Dyp_server.c296 if (clnt_control(clnt, CLSET_TIMEOUT, &timeout) == FALSE)
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c867 if (!clnt_control(clp, CLSET_CONNECT, (char *)&doconnect)) { in nfs_tryproto()
/freebsd/lib/libc/yp/
H A Dyplib.c560 clnt_control(ysd->dom_client, CLSET_RETRY_TIMEOUT, (char*)&tv); in _yp_dobind()