Searched refs:NT_LM_0_12 (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_negotiate.c | 206 { NT_LM_0_12, "NT LM 0.12" } 405 case NT_LM_0_12: in smb_com_negotiate()
|
H A D | smb_dispatch.c | 365 0xA0, NT_LM_0_12, 0 }, 368 0xA1, NT_LM_0_12, 0 }, 370 0xA2, NT_LM_0_12, 0 }, 373 0xA4, NT_LM_0_12, 0 }, 375 0xA5, NT_LM_0_12, 0 },
|
H A D | smb_tree_connect.c | 305 if (sr->session->dialect < NT_LM_0_12) { in smb_com_tree_connect_andx()
|
H A D | smb_locking_andx.c | 304 if (sr->session->dialect < NT_LM_0_12) { in smb_com_locking_andx()
|
H A D | smb_session_setup_andx.c | 73 if (sr->session->dialect >= NT_LM_0_12) { in smb_pre_session_setup_andx()
|
H A D | smb_pathname.c | 744 if (sr->session->dialect < NT_LM_0_12) in smb_pathname_preprocess()
|
H A D | smb_odir.c | 290 if (sr->session->dialect < NT_LM_0_12) in smb_odir_open()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb.h | 403 #define NT_LM_0_12 11 /* The SMB protocol designed for NT */ macro
|