Searched refs:rname (Results 1 – 1 of 1) sorted by relevance
70 char *rname; /* client's name */ member213 if (authdes_cache[sid].rname == NULL) in _svcauth_des()362 if (entry->rname != NULL) in _svcauth_des()363 mem_free (entry->rname, strlen (entry->rname) + 1); in _svcauth_des()365 entry->rname = mem_alloc ((u_int) full_len); in _svcauth_des()366 if (entry->rname != NULL) in _svcauth_des()367 memcpy (entry->rname, cred->adc_fullname.name, full_len); in _svcauth_des()383 cred->adc_fullname.name = entry->rname; in _svcauth_des()460 cp->rname != NULL && in cache_spot()461 memcmp (cp->rname, name, strlen (name) + 1) == 0) in cache_spot()
Completed in 4 milliseconds