Lines Matching refs:dialect
75 * The protocol does not impose any particular structure to the dialect
79 * If the server does not understand any of the dialect strings, or if PC
80 * NETWORK PROGRAM 1.0 is the chosen dialect, the response format is
86 * USHORT DialectIndex; Index of selected dialect
89 * If the chosen dialect is greater than core up to and including
96 * USHORT DialectIndex; Index of selected dialect
135 * Clients using the "MICROSOFT NETWORKS 1.03" dialect use a different
139 * If the negotiated dialect is "DOS LANMAN2.1" or "LANMAN2.1", then
142 * If the negotiated dialect is NT LM 0.12, the response format is
148 * USHORT DialectIndex; Index of selected dialect
353 int dialect;
369 if ((dialect = smb_xlate_dialect(negprot->ni_name)) < 0)
375 if (dialect >= DIALECT_SMB2002 &&
379 if (negprot->ni_dialect < dialect) {
380 negprot->ni_dialect = dialect;
477 negprot->ni_index, /* dialect index */
502 negprot->ni_index, /* dialect index */
540 * If so, handle as if a different dialect.
566 negprot->ni_index, /* dialect index */
589 * dialect NT_LM_0_12.
594 negprot->ni_index, /* dialect index */
622 * Save the agreed dialect. Note that the state is also
625 session->dialect = negprot->ni_dialect;
635 smb_xlate_dialect(const char *dialect)
643 if (strcmp(dp->str, dialect) == 0)