Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c515 static int MAX_V2_CNT = (WNL_FHSIZE/sizeof (int)) - 1; in nfs_sec_nego() local
589 if (cnt > MAX_V2_CNT || cnt < 0) { in nfs_sec_nego()