Go to the source code of this file.
◆ authsys_parms
◆ MAX_MACHINE_NAME
◆ NGRPS
◆ xdr_authunix_parms()
Definition at line 50 of file authunix_prot.c.
53{
54
57
65 }
67}
bool_t xdr_u_int(XDR *xdrs, u_int *up)
bool_t xdr_u_long(XDR *xdrs, u_long *ulp)
bool_t xdr_string(XDR *xdrs, char **cpp, u_int maxsize)
bool_t xdr_int(XDR *xdrs, int *ip)
bool_t(* xdrproc_t)(XDR *,...)
bool_t xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc)
Referenced by _svcauth_unix(), authunix_create(), and authunix_refresh().