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:DialectCount
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.c
273
if (struct_size(req, Dialects, le16_to_cpu(req->
DialectCount
)) >
in ksmbd_negotiate_smb_dialect()
278
req->
DialectCount
);
in ksmbd_negotiate_smb_dialect()
H
A
D
smb2pdu.c
1120
if (req->
DialectCount
== 0) {
in smb2_handle_negotiate()
1142
if (smb2_neg_size + le16_to_cpu(req->
DialectCount
) * sizeof(__le16) >
in smb2_handle_negotiate()
1149
if (smb2_neg_size + le16_to_cpu(req->
DialectCount
) * sizeof(__le16) >
in smb2_handle_negotiate()
7467
le16_to_cpu(neg_req->
DialectCount
) * sizeof(__le16))
in fsctl_validate_negotiate_info()
7471
neg_req->
DialectCount
);
in fsctl_validate_negotiate_info()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
280
__le16
DialectCount
;
member
1127
__le16
DialectCount
;
member
H
A
D
smb2pdu.c
825
req->
DialectCount
= cpu_to_le16(2);
in SMB2_negotiate()
833
req->
DialectCount
= cpu_to_le16(4);
in SMB2_negotiate()
838
req->
DialectCount
= cpu_to_le16(1);
in SMB2_negotiate()
1065
pneg_inbuf->
DialectCount
= cpu_to_le16(2);
in smb3_validate_negotiate()
1075
pneg_inbuf->
DialectCount
= cpu_to_le16(4);
in smb3_validate_negotiate()
1082
pneg_inbuf->
DialectCount
= cpu_to_le16(1);
in smb3_validate_negotiate()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
593
__le16
DialectCount
;
member
1489
__le16
DialectCount
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
1057
req->
DialectCount
= cpu_to_le16(3);
in SMB2_negotiate()
1065
req->
DialectCount
= cpu_to_le16(4);
in SMB2_negotiate()
1070
req->
DialectCount
= cpu_to_le16(1);
in SMB2_negotiate()
1306
pneg_inbuf->
DialectCount
= cpu_to_le16(3);
in smb3_validate_negotiate()
1316
pneg_inbuf->
DialectCount
= cpu_to_le16(4);
in smb3_validate_negotiate()
1323
pneg_inbuf->
DialectCount
= cpu_to_le16(1);
in smb3_validate_negotiate()
Completed in 32 milliseconds