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:MSG_PEEK
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
200
#define
MSG_PEEK
0x02
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
socket.h
334
#define
MSG_PEEK
0x0002
macro
764
* @param flags [IN] Specifies the type of message reception. Values of this argument are formed by logically OR'ing zero or more of the following values:
MSG_PEEK
775
* <li>Only flag
MSG_PEEK
and MSG_DONTWAIT are supported, other flags, such as MSG_TRUNC/MSG_WAITALL/MSG_OOB is not supported.</li>
870
* @param flags [IN] Specifies the type of message reception. Values of this argument are formed by logically OR'ing zero or more of the following values:
MSG_PEEK
Peeks at an incoming message. The data is treated as unread and the next recvfrom() or similar function shall still return this data.
881
* <li>Only flag
MSG_PEEK
and MSG_DONTWAIT are supported, other flags, such as MSG_TRUNC/MSG_WAITALL/MSG_OOB is not supported.</li>
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
sockets.h
315
#define
MSG_PEEK
0x01
macro
1528
*
MSG_PEEK
: Peeks at an incoming message. The data is treated as unread and the next recv()
1561
* For UDP
MSG_PEEK
is not suported and data is discarded even if it is set.
1575
* -
MSG_PEEK
is not supported for UDP or RAW sockets.
1682
*
MSG_PEEK
: Peeks at an incoming message. The data is treated as unread and the next recv()
1726
* - For UDP
MSG_PEEK
is not suported and data is discarded even if it is set.
1731
* -
MSG_PEEK
is not supported for UDP or RAW sockets.
Completed in 8 milliseconds