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

/freebsd-11.0-release/include/rpc/
H A Dsvc_auth.h48 extern struct svc_auth_ops svc_auth_null_ops;
/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_auth.c77 struct svc_auth_ops svc_auth_null_ops; variable in typeref:struct:svc_auth_ops
107 SVC_AUTH(rqst->rq_xprt).svc_ah_ops = &svc_auth_null_ops;
158 struct svc_auth_ops svc_auth_null_ops = { variable in typeref:struct:svc_auth_ops
H A Dsvc.c548 ext->xp_auth.svc_ah_ops = &svc_auth_null_ops;
/freebsd-11.0-release/sys/rpc/
H A Dsvc_auth.c60 static struct svc_auth_ops svc_auth_null_ops; variable in typeref:struct:svc_auth_ops
87 rqst->rq_auth.svc_ah_ops = &svc_auth_null_ops;
136 static struct svc_auth_ops svc_auth_null_ops = { variable in typeref:struct:svc_auth_ops

Completed in 56 milliseconds