Searched refs:dialect (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c75 * 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; local
635 smb_xlate_dialect(const char *dialect) argument
[all...]
H A Dsmb2_negotiate.c102 * dialect was "SMB 2.002", we'll respond here with
104 * dialect was "SMB 2.???", we'll respond here with
111 s->dialect = smb2_version;
228 s->dialect = best_version;
372 s->dialect); /* w */
H A Dsmb_tree_connect.c81 * If the negotiated dialect is MICROSOFT NETWORKS 1.03 or earlier,
154 * If the negotiated dialect is LANMAN1.0 or later, then it is a protocol
158 * If the negotiated dialect is prior to LANMAN1.0 and the client has not
198 * If the negotiated dialect is earlier than DOS LANMAN2.1, the response to
250 * Some servers negotiate "DOS LANMAN2.1" dialect or later and still send
332 if (sr->session->dialect < NT_LM_0_12) {
H A Dsmb_pathname.c210 if (sr->session->dialect >= SMB_VERS_2_BASE)
228 if (sr->session->dialect >= SMB_VERS_2_BASE)
761 if (sr->session->dialect < NT_LM_0_12)
H A Dsmb_locking_andx.c305 if (sr->session->dialect < NT_LM_0_12) {
H A Dsmb_session_setup_andx.c66 if (sr->session->dialect < NT_LM_0_12) {
94 * We have dialect >= NT_LM_0_12
H A Dsmb_vss.c164 smb1 = (sr->session->dialect < SMB_VERS_2_BASE);
H A Dsmb_kutil.c76 if (sr->session->dialect >= SMB_VERS_2_BASE ||
85 if (sr->session->dialect >= SMB_VERS_2_BASE ||
94 if (sr->session->dialect >= SMB_VERS_2_BASE ||
104 * meaning dialect LANMAN2_1 etc. (dialect < NT_LM_0_12).
H A Dsmb_mbuf_marshaling.c187 if (sr->session->dialect >= SMB_VERS_2_BASE) {
558 if (sr->session->dialect >= SMB_VERS_2_BASE) {
H A Dsmb_session.c641 * which protocol and dialect we'll be using. That's the ONLY
1421 if (session->dialect > NT_LM_0_12)
1450 if (session->dialect <= NT_LM_0_12) {
H A Dsmb_authenticate.c454 if (sr->session->dialect >= SMB_VERS_2_BASE) {
H A Dsmb_find.c127 * If the client is prior to the LANMAN1.0 dialect, the returned FileName
129 * If the client has negotiated a dialect prior to the LANMAN1.0 dialect,
141 * the core "search" protocol when LANMAN 1.0 dialect has been negotiated.
238 if ((sr->session->dialect <= LANMAN1_0) ||
H A Dsmb_lock.c200 if (sr->session->dialect <= NT_LM_0_12 &&
H A Dsmb_odir.c296 if (sr->session->dialect < NT_LM_0_12)
H A Dsmb_dispatch.c80 * Error a 4-byte union, coding depends on dialect in use
654 * the dialect dispatcher has to send a special reply (like
1076 if (sr->session->dialect >= SMB_VERS_2_BASE) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dslp.h46 unsigned char dialect; member in struct:slpv1_hdr
H A Dsnoop_slp.c1550 sprintf(get_line(0, 0), "Dialect = %u", slp->dialect);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java134 int dialect = (int) ((char)dis.read() & 0xFF);
139 if (dialect != 0) {
319 baos.write((byte) (0xFF & 0)); // dialect...
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c818 mdb_printf("Session dialect: %#x\n", se->dialect);
835 se->s_remote_port, se->dialect, state);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h872 int dialect; member in struct:smb_session

Completed in 145 milliseconds