Home
last modified time | relevance | path

Searched refs:nrefreshes (Results 1 – 5 of 5) sorted by relevance

/src/crypto/krb5/src/lib/rpc/
H A Dclnt_udp.c256 int nrefreshes = 2; /* number of times to refresh cred */ in clntudp_call() local
380 if (nrefreshes > 0 && in clntudp_call()
382 nrefreshes--; in clntudp_call()
/src/sys/rpc/
H A Dclnt_bck.c198 int nrefreshes = 2; /* number of times to refresh cred */ in clnt_bck_call() local
445 if (nrefreshes > 0 && AUTH_REFRESH(auth, &reply_msg)) { in clnt_bck_call()
446 nrefreshes--; in clnt_bck_call()
H A Dclnt_dg.c341 int nrefreshes = 2; /* number of times to refresh cred */ in clnt_dg_call() local
743 if (nrefreshes > 0 && in clnt_dg_call()
745 nrefreshes--; in clnt_dg_call()
H A Dclnt_vc.c296 int nrefreshes = 2; /* number of times to refresh cred */ in clnt_vc_call() local
564 if (nrefreshes > 0 && in clnt_vc_call()
566 nrefreshes--; in clnt_vc_call()
/src/lib/libc/rpc/
H A Dclnt_dg.c323 int nrefreshes = 2; /* number of times to refresh cred */ in clnt_dg_call() local
584 if (nrefreshes > 0 && in clnt_dg_call()
586 nrefreshes--; in clnt_dg_call()