ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | ATTEMPT(xdr_op) if (!(xdr_op)) return (FALSE) |
Functions | |
bool_t | xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred) |
bool_t | xdr_authdes_verf (XDR *xdrs, struct authdes_verf *verf) |
Definition at line 43 of file authdes_prot.c.
bool_t xdr_authdes_cred | ( | XDR * | xdrs, |
struct authdes_cred * | cred | ||
) |
Definition at line 46 of file authdes_prot.c.
Referenced by authdes_marshal().
bool_t xdr_authdes_verf | ( | XDR * | xdrs, |
struct authdes_verf * | verf | ||
) |
Definition at line 74 of file authdes_prot.c.
Referenced by authdes_marshal().