Home
last modified time | relevance | path

Searched defs:xwhere (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/krb5/src/include/gssrpc/
H A Dsvc_auth.h79 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
81 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
H A Dauth.h152 #define AUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
155 #define auth_wrap(auth, xdrs, xfunc, xwhere) \ argument
158 #define AUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
161 #define auth_unwrap(auth, xdrs, xfunc, xwhere) \ argument
/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_none.c144 authnone_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authnone_wrap()
H A Dauth_unix.c326 authunix_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authunix_wrap()
/freebsd/include/rpc/
H A Dsvc.h219 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
221 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument