Home
last modified time | relevance | path

Searched defs:svc_auth_ops (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/rpc/
H A Dsvc.h131 struct svc_auth_ops { struct
132 int (*svc_ah_wrap)(struct __rpc_svcauth *, XDR *,
134 int (*svc_ah_unwrap)(struct __rpc_svcauth *, XDR *,
/freebsd/sys/rpc/
H A Dsvc.h213 const struct svc_auth_ops { struct
215 int (*svc_ah_wrap)(struct __rpc_svcauth *, struct mbuf **);
216 int (*svc_ah_unwrap)(struct __rpc_svcauth *, struct mbuf **);
217 void (*svc_ah_release)(struct __rpc_svcauth *);