Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/rpc/
Dsvc_auth.c77 struct svc_auth_ops svc_auth_null_ops; variable
107 SVC_AUTH(rqst->rq_xprt).svc_ah_ops = &svc_auth_null_ops; in _authenticate()
158 struct svc_auth_ops svc_auth_null_ops = { variable
Dsvc.c550 ext->xp_auth.svc_ah_ops = &svc_auth_null_ops; in svc_xprt_alloc()
/freebsd-10-stable/sys/rpc/
Dsvc_auth.c60 static struct svc_auth_ops svc_auth_null_ops; variable
87 rqst->rq_auth.svc_ah_ops = &svc_auth_null_ops; in _authenticate()
136 static struct svc_auth_ops svc_auth_null_ops = { variable
/freebsd-10-stable/include/rpc/
Dsvc_auth.h48 extern struct svc_auth_ops svc_auth_null_ops;