Lines Matching defs:is
109 struct smb_iods *is = &ctx->ct_iods;
151 * The initial TID is all ones, but
155 is->is_smbuid = 0;
268 * even if local setting is "disabled".
337 * EncryptionKey (length is eklen)
351 * Remainder is the security blob.
416 is->is_txmax = sv->sv_maxtx;
417 if (is->is_txmax > 0x8000)
418 is->is_txmax = 0x8000;
422 * This is just the payload size, so we must
424 * This is just the ct_txmax value, but
434 len = is->is_txmax - 68;
437 is->is_rwmax = len;
438 is->is_rxmax = len;
439 is->is_wxmax = len;