Searched refs:rc_retry (Results 1 – 2 of 2) sorted by relevance
101 rc->rc_retry.tv_sec = 3; in clnt_reconnect_create()102 rc->rc_retry.tv_usec = 0; in clnt_reconnect_create()247 CLNT_CONTROL(newclient, CLSET_RETRY_TIMEOUT, &rc->rc_retry); in clnt_reconnect_connect()444 rc->rc_retry = *(struct timeval *)info; in clnt_reconnect_control()450 *(struct timeval *)info = rc->rc_retry; in clnt_reconnect_control()
72 struct timeval rc_retry; member