Searched refs:dialect (Results 1 - 20 of 20) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_negotiate.c | 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; local 635 smb_xlate_dialect(const char *dialect) argument [all...] |
H A D | smb2_negotiate.c | 102 * 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 D | smb_tree_connect.c | 81 * 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 D | smb_pathname.c | 210 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 D | smb_locking_andx.c | 305 if (sr->session->dialect < NT_LM_0_12) {
|
H A D | smb_session_setup_andx.c | 66 if (sr->session->dialect < NT_LM_0_12) { 94 * We have dialect >= NT_LM_0_12
|
H A D | smb_vss.c | 164 smb1 = (sr->session->dialect < SMB_VERS_2_BASE);
|
H A D | smb_kutil.c | 76 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 D | smb_mbuf_marshaling.c | 187 if (sr->session->dialect >= SMB_VERS_2_BASE) { 558 if (sr->session->dialect >= SMB_VERS_2_BASE) {
|
H A D | smb_session.c | 641 * 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 D | smb_authenticate.c | 454 if (sr->session->dialect >= SMB_VERS_2_BASE) {
|
H A D | smb_find.c | 127 * 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 D | smb_lock.c | 200 if (sr->session->dialect <= NT_LM_0_12 &&
|
H A D | smb_odir.c | 296 if (sr->session->dialect < NT_LM_0_12)
|
H A D | smb_dispatch.c | 80 * 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 D | slp.h | 46 unsigned char dialect; member in struct:slpv1_hdr
|
H A D | snoop_slp.c | 1550 sprintf(get_line(0, 0), "Dialect = %u", slp->dialect);
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPHeaderV1.java | 134 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 D | smbsrv.c | 818 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 D | smb_ktypes.h | 872 int dialect; member in struct:smb_session
|
Completed in 145 milliseconds