Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SMB20_PROT_ID
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.c
562
return (conn->dialect >=
SMB20_PROT_ID
&&
in __smb2_negotiate()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
855
if (server->vals->protocol_id ==
SMB20_PROT_ID
)
in SMB2_negotiate()
888
if (rsp->DialectRevision == cpu_to_le16(
SMB20_PROT_ID
)) {
in SMB2_negotiate()
899
if (rsp->DialectRevision == cpu_to_le16(
SMB20_PROT_ID
)) {
in SMB2_negotiate()
921
if (rsp->DialectRevision == cpu_to_le16(
SMB20_PROT_ID
))
in SMB2_negotiate()
H
A
D
smb2pdu.h
294
#define
SMB20_PROT_ID
0x0202
macro
H
A
D
smb2ops.c
5555
.protocol_id =
SMB20_PROT_ID
,
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
1087
if (server->vals->protocol_id ==
SMB20_PROT_ID
)
in SMB2_negotiate()
1123
if (rsp->DialectRevision == cpu_to_le16(
SMB20_PROT_ID
)) {
in SMB2_negotiate()
1138
if (rsp->DialectRevision == cpu_to_le16(
SMB20_PROT_ID
)) {
in SMB2_negotiate()
1160
if (rsp->DialectRevision == cpu_to_le16(
SMB20_PROT_ID
))
in SMB2_negotiate()
H
A
D
cifsglob.h
2162
if (ses->server->dialect <=
SMB20_PROT_ID
)
in ntlmssp_workstation_name_size()
H
A
D
connect.c
2539
if (ses->server->dialect >=
SMB20_PROT_ID
&&
in cifs_get_tcon()
H
A
D
smb2ops.c
5636
.protocol_id =
SMB20_PROT_ID
,
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
423
#define
SMB20_PROT_ID
0x0202
macro
Completed in 60 milliseconds