Searched refs:ah_marshal (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dauth.h186 int (*ah_marshal) (struct __auth *, XDR *); member in struct:__auth::auth_ops
213 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
215 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
/freebsd-11-stable/sys/rpc/
H A Dauth.h187 int (*ah_marshal) (struct __auth *, uint32_t, XDR *, member in struct:__auth::auth_ops
213 ((*((auth)->ah_ops->ah_marshal))(auth, xid, xdrs, args))
H A Dauth_none.c73 .ah_marshal = authnone_marshal,
H A Dauth_unix.c79 .ah_marshal = authunix_marshal,
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c168 ops.ah_marshal = authnone_marshal;
H A Dauth_unix.c363 ops.ah_marshal = authunix_marshal;
H A Dauth_des.c490 ops.ah_marshal = authdes_marshal;

Completed in 71 milliseconds