Searched defs:flavors (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c345 int i, auth, flavors; local
350 flavors = getxdr_long();
351 for (i = 0; i < flavors; i++) {
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2010 * determine the security flavors that this
2023 getclientsflavors_old(share_t *sh, struct cln *cln, int *flavors) argument
2036 flavors[0] = AUTH_SYS;
2043 flavors[0] = AUTH_DES;
2071 * determine the security flavors that this
2076 * security flavors (sec=) each with its own access
2078 * on a number of security flavors. Note that the
2083 * of flavors, and only if the client is using
2087 getclientsflavors_new(share_t *sh, struct cln *cln, int *flavors) argument
2120 /* get all the sec=f1[:f2] flavors */
[all...]

Completed in 70 milliseconds