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

/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c121 * Indexes of entries in smb_proto_options table.
122 * Changes to smb_proto_options table may require
876 } smb_proto_options[] = { variable in typeref:struct:smb_proto_option_defs
922 (sizeof (smb_proto_options) / sizeof (smb_proto_options[0]))
937 if (val < smb_proto_options[index].minval ||
938 val > smb_proto_options[index].maxval)
960 if (val < smb_proto_options[index].minval ||
961 val > smb_proto_options[index].maxval)
978 if (strlen(value) > smb_proto_options[inde
[all...]

Completed in 48 milliseconds