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.h164 const struct svc_auth_ops { struct
165 int (*svc_ah_wrap)(struct __rpc_svcauth *, struct mbuf **);
166 int (*svc_ah_unwrap)(struct __rpc_svcauth *, struct mbuf **);
167 void (*svc_ah_release)(struct __rpc_svcauth *);