Searched refs:NT_LM_0_12 (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_negotiate.c | 206 { NT_LM_0_12, "NT LM 0.12" }, 519 case NT_LM_0_12: in smb_com_negotiate()
|
H A D | smb_dispatch.c | 371 0xA0, NT_LM_0_12, 0 }, 374 0xA1, NT_LM_0_12, 0 }, 376 0xA2, NT_LM_0_12, 0 }, 379 0xA4, NT_LM_0_12, 0 }, 381 0xA5, NT_LM_0_12, 0 },
|
H A D | smb_tree_connect.c | 332 if (sr->session->dialect < NT_LM_0_12) { in smb_com_tree_connect_andx()
|
H A D | smb_locking_andx.c | 305 if (sr->session->dialect < NT_LM_0_12) { in smb_com_locking_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_session.c | 1421 if (session->dialect > NT_LM_0_12) in smb_session_levelII_oplocks() 1450 if (session->dialect <= NT_LM_0_12) { in smb_session_oplock_break()
|
H A D | smb_lock.c | 200 if (sr->session->dialect <= NT_LM_0_12 && in smb_lock_range()
|
H A D | smb_pathname.c | 761 if (sr->session->dialect < NT_LM_0_12) in smb_pathname_preprocess()
|
H A D | smb_odir.c | 296 if (sr->session->dialect < NT_LM_0_12) in smb_odir_openpath()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb.h | 415 #define NT_LM_0_12 11 /* The SMB protocol designed for NT */ macro
|