Searched refs:ah_marshal (Results 1 – 9 of 9) sorted by relevance
/freebsd/include/rpc/ |
H A D | auth.h | 183 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 D | auth.h | 184 int (*ah_marshal) (struct __auth *, uint32_t, XDR *, member 210 ((*((auth)->ah_ops->ah_marshal))(auth, xid, xdrs, args))
|
H A D | auth_none.c | 69 .ah_marshal = authnone_marshal,
|
H A D | auth_unix.c | 75 .ah_marshal = authunix_marshal,
|
/freebsd/lib/libc/rpc/ |
H A D | auth_none.c | 163 ops.ah_marshal = authnone_marshal; in authnone_ops()
|
H A D | auth_unix.c | 358 ops.ah_marshal = authunix_marshal; in authunix_ops()
|
H A D | auth_des.c | 485 ops.ah_marshal = authdes_marshal; in authdes_ops()
|
/freebsd/sys/rpc/rpcsec_tls/ |
H A D | auth_tls.c | 73 .ah_marshal = authtls_marshal,
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 99 .ah_marshal = rpc_gss_marshal,
|