Home
last modified time | relevance | path

Searched refs:ah_marshal (Results 1 – 9 of 9) sorted by relevance

/freebsd/include/rpc/
H A Dauth.h183 int (*ah_marshal) (struct __auth *, XDR *); member
210 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
212 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
/freebsd/sys/rpc/
H A Dauth.h184 int (*ah_marshal) (struct __auth *, uint32_t, XDR *, member
210 ((*((auth)->ah_ops->ah_marshal))(auth, xid, xdrs, args))
H A Dauth_none.c69 .ah_marshal = authnone_marshal,
H A Dauth_unix.c75 .ah_marshal = authunix_marshal,
/freebsd/lib/libc/rpc/
H A Dauth_none.c163 ops.ah_marshal = authnone_marshal; in authnone_ops()
H A Dauth_unix.c358 ops.ah_marshal = authunix_marshal; in authunix_ops()
H A Dauth_des.c485 ops.ah_marshal = authdes_marshal; in authdes_ops()
/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c73 .ah_marshal = authtls_marshal,
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c99 .ah_marshal = rpc_gss_marshal,