Lines Matching defs:is
101 struct smb_iods *is = &ctx->ct_iods;
135 * The initial TID is all ones, but
139 is->is_smbuid = 0;
230 * is FALSE, smb client will not sign.
281 * EncryptionKey (length is eklen)
295 * Remainder is the security blob.
360 is->is_txmax = sv->sv_maxtx;
361 if (is->is_txmax > 0x8000)
362 is->is_txmax = 0x8000;
366 * This is just the payload size, so we must
368 * This is just the ct_txmax value, but
378 len = is->is_txmax - 68;
381 is->is_rwmax = len;
382 is->is_rxmax = len;
383 is->is_wxmax = len;