Home
last modified time | relevance | path

Searched refs:MAXGIDS (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/rpcsvc/
H A Dkey_prot.x121 const MAXGIDS = 16; /* max number of gids in gid list */ variable
129 u_int gids<MAXGIDS>;
/freebsd/lib/libc/rpc/
H A Dkey_prot_xdr.c124 if (!xdr_array(xdrs, (char **) pgids_val, (u_int *) &objp->gids.gids_len, MAXGIDS, in xdr_unixcred()