Searched refs:NT_LM_0_12 (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_oplock.c | 151 ofile->f_oplock.og_dialect < NT_LM_0_12) in smb1_oplock_send_break() 316 NT_LM_0_12 : LANMAN2_1; in smb1_oplock_acquire()
|
H A D | smb_negotiate.c | 206 { NT_LM_0_12, "NT LM 0.12" }, 538 case NT_LM_0_12: in smb_com_negotiate()
|
H A D | smb_dispatch.c | 373 0xA0, NT_LM_0_12, 0 }, 376 0xA1, NT_LM_0_12, 0 }, 378 0xA2, NT_LM_0_12, 0 }, 381 0xA4, NT_LM_0_12, 0 }, 383 0xA5, NT_LM_0_12, 0 },
|
H A D | smb_locking_andx.c | 317 if (sr->session->dialect < NT_LM_0_12) { in smb_com_locking_andx()
|
H A D | smb_tree_connect.c | 341 if (sr->session->dialect < NT_LM_0_12) { in smb_com_tree_connect_andx()
|
H A D | smb_session_setup_andx.c | 66 if (sr->session->dialect < NT_LM_0_12) { in smb_pre_session_setup_andx()
|
H A D | smb_lock.c | 261 if (sr->session->dialect <= NT_LM_0_12 && in smb_lock_range()
|
H A D | smb_pathname.c | 945 if (sr->session->dialect < NT_LM_0_12) in smb_pathname_preprocess()
|
H A D | smb_odir.c | 298 if (sr->session->dialect < NT_LM_0_12) in smb_odir_openpath()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb.h | 423 #define NT_LM_0_12 11 /* The SMB protocol designed for NT */ macro
|