Home
last modified time | relevance | path

Searched refs:rc_client (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/rpc/
H A Dclnt_rc.c111 rc->rc_client = NULL; in clnt_reconnect_create()
153 if (rc->rc_client) { in clnt_reconnect_connect()
296 if (!rc->rc_client) { in clnt_reconnect_call()
430 if (rc->rc_client) in clnt_reconnect_control()
440 if (rc->rc_client) in clnt_reconnect_control()
454 if (rc->rc_client) in clnt_reconnect_control()
464 if (rc->rc_client) in clnt_reconnect_control()
470 if (rc->rc_client) in clnt_reconnect_control()
480 if (rc->rc_client) in clnt_reconnect_control()
556 rc->rc_client = NULL; in clnt_reconnect_close()
[all …]
H A Dkrpc.h77 CLIENT* rc_client; /* underlying RPC client */ member