HomeSort by: relevance | last modified time | path
    Searched refs:check_access (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/rpcbind/
pmap_svc.c 82 check_access(xprt, rqstp->rq_proc, NULL, PMAPVERS);
188 if (!check_access(xprt, op, &reg, PMAPVERS)) {
277 if (!check_access(xprt, PMAPPROC_GETPORT, &reg, PMAPVERS)) {
350 if (!check_access(xprt, PMAPPROC_DUMP, NULL, PMAPVERS)) {
rpcb_svc.c 91 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS);
169 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) {
rpcbind.h 128 int check_access(SVCXPRT *, rpcproc_t, void *, unsigned int);
rpcb_svc_4.c 93 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4);
222 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) {
security.c 75 check_access(SVCXPRT *xprt, rpcproc_t proc, void *args, unsigned int rpcbvers) function in typeref:typename:int

Completed in 39 milliseconds