Home
last modified time | relevance | path

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

/freebsd/usr.sbin/keyserv/
H A Dkeyserv.c70 static int root_auth( SVCXPRT *, struct svc_req * );
665 if (root_auth(transp, rqstp) == 0) { in keyprogram()
704 root_auth(SVCXPRT *trans, struct svc_req *rqstp) in root_auth() function