Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_auth.c72 struct svc_auth_ops svc_auth_null_ops; variable
102 SVC_AUTH(rqst->rq_xprt).svc_ah_ops = &svc_auth_null_ops; in _authenticate()
153 struct svc_auth_ops svc_auth_null_ops = { variable
H A Dsvc.c545 ext->xp_auth.svc_ah_ops = &svc_auth_null_ops; in svc_xprt_alloc()
/freebsd/sys/rpc/
H A Dsvc_auth.c57 static const struct svc_auth_ops svc_auth_null_ops; variable
84 rqst->rq_auth.svc_ah_ops = &svc_auth_null_ops; in _authenticate()
142 static const struct svc_auth_ops svc_auth_null_ops = { variable
/freebsd/include/rpc/
H A Dsvc_auth.h46 extern struct svc_auth_ops svc_auth_null_ops;