Searched refs:rc_retry (Results 1 – 2 of 2) sorted by relevance
99 rc->rc_retry.tv_sec = 3; in clnt_reconnect_create()100 rc->rc_retry.tv_usec = 0; in clnt_reconnect_create()191 CLNT_CONTROL(newclient, CLSET_RETRY_TIMEOUT, &rc->rc_retry); in clnt_reconnect_connect()386 rc->rc_retry = *(struct timeval *)info; in clnt_reconnect_control()392 *(struct timeval *)info = rc->rc_retry; in clnt_reconnect_control()
68 struct timeval rc_retry; member