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:recv_flags
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
tcp_in.c
85
static u8_t
recv_flags
;
variable
431
recv_flags
= 0;
459
if (
recv_flags
& TF_RESET) {
548
if (
recv_flags
& TF_GOT_FIN) {
621
if (
recv_flags
& TF_CLOSED) {
855
recv_flags
|= TF_RESET;
1000
if (
recv_flags
& TF_GOT_FIN) {
1018
if (
recv_flags
& TF_GOT_FIN) { /* passive close */
1025
if (
recv_flags
& TF_GOT_FIN) {
1046
if (
recv_flags
[all...]
/third_party/rust/crates/rustix/src/
H
A
D
io_uring.rs
720
/// `msg_flags` is split into `send_flags` and `
recv_flags
`.
723
/// `msg_flags` is split into `send_flags` and `
recv_flags
`.
725
pub
recv_flags
: crate::net::RecvFlags,
/third_party/lwip/src/api/
H
A
D
sockets.c
1360
int
recv_flags
= flags;
in lwip_recvmsg()
local
1366
ssize_t recvd_local = lwip_recv_tcp(sock, message->msg_iov[i].iov_base, message->msg_iov[i].iov_len,
recv_flags
);
in lwip_recvmsg()
1381
recv_flags
|= MSG_DONTWAIT;
in lwip_recvmsg()
Completed in 8 milliseconds