Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_auth.c70 static struct authsvc *Auths = NULL; variable
128 for (asp = Auths; asp; asp = asp->next) { in _authenticate()
197 for (asp = Auths; asp; asp = asp->next) { in svc_auth_reg()
213 asp->next = Auths; in svc_auth_reg()
214 Auths = asp; in svc_auth_reg()