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:DialectRevision
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
1123
if (rsp->
DialectRevision
== cpu_to_le16(SMB20_PROT_ID)) {
in SMB2_negotiate()
1127
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB21_PROT_ID)) {
in SMB2_negotiate()
1131
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB311_PROT_ID)) {
in SMB2_negotiate()
1138
if (rsp->
DialectRevision
== cpu_to_le16(SMB20_PROT_ID)) {
in SMB2_negotiate()
1142
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB21_PROT_ID)) {
in SMB2_negotiate()
1146
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB311_PROT_ID)) {
in SMB2_negotiate()
1150
} else if (le16_to_cpu(rsp->
DialectRevision
) !=
in SMB2_negotiate()
1154
le16_to_cpu(rsp->
DialectRevision
));
in SMB2_negotiate()
1160
if (rsp->
DialectRevision
== cpu_to_le16(SMB20_PROT_ID))
in SMB2_negotiate()
1162
else if (rsp->
DialectRevision
in SMB2_negotiate()
[all...]
H
A
D
smb2misc.c
96
(pneg_rsp->
DialectRevision
!= cpu_to_le16(SMB311_PROT_ID)))
in get_neg_ctxt_len()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
888
if (rsp->
DialectRevision
== cpu_to_le16(SMB20_PROT_ID)) {
in SMB2_negotiate()
892
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB21_PROT_ID)) {
in SMB2_negotiate()
899
if (rsp->
DialectRevision
== cpu_to_le16(SMB20_PROT_ID)) {
in SMB2_negotiate()
903
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB21_PROT_ID)) {
in SMB2_negotiate()
907
} else if (rsp->
DialectRevision
== cpu_to_le16(SMB311_PROT_ID)) {
in SMB2_negotiate()
911
} else if (le16_to_cpu(rsp->
DialectRevision
) !=
in SMB2_negotiate()
915
le16_to_cpu(rsp->
DialectRevision
));
in SMB2_negotiate()
921
if (rsp->
DialectRevision
== cpu_to_le16(SMB20_PROT_ID))
in SMB2_negotiate()
923
else if (rsp->
DialectRevision
== cpu_to_le16(SMB21_PROT_ID))
in SMB2_negotiate()
925
else if (rsp->
DialectRevision
in SMB2_negotiate()
[all...]
H
A
D
smb2misc.c
109
(pneg_rsp->
DialectRevision
!= cpu_to_le16(SMB311_PROT_ID)))
in get_neg_ctxt_len()
H
A
D
smb2pdu.h
455
__le16
DialectRevision
;
member
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
609
__le16
DialectRevision
;
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.c
277
rsp->
DialectRevision
= cpu_to_le16(conn->dialect);
in init_smb2_neg_rsp()
1228
rsp->
DialectRevision
= cpu_to_le16(conn->dialect);
in smb2_handle_negotiate()
Completed in 27 milliseconds