Searched refs:_rpc_authdes_cache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c86 static struct cache_entry *_rpc_authdes_cache; /* [authdes_cachesz] */ variable in typeref:struct:cache_entry
142 if (_rpc_authdes_cache == NULL) {
256 entry = &_rpc_authdes_cache[sid];
261 sessionkey = &_rpc_authdes_cache[sid].key;
286 _rpc_authdes_cache[sid].rname);
338 window = _rpc_authdes_cache[sid].window;
350 _rpc_authdes_cache[sid].rname);
356 &_rpc_authdes_cache[sid].laststamp)) {
364 _rpc_authdes_cache[sid].rname);
378 _rpc_authdes_cache[si
[all...]

Completed in 21 milliseconds