Searched defs:xwhere (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | svc_auth.h | 79 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument 81 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
|
H A D | auth.h | 152 #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 D | auth_none.c | 144 authnone_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authnone_wrap()
|
H A D | auth_unix.c | 326 authunix_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authunix_wrap()
|
/freebsd/include/rpc/ |
H A D | svc.h | 219 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument 221 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
|