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:refused_data
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
tcp.c
392
(pcb->
refused_data
!= NULL)
in tcp_fast_tmr_tick()
511
if ((pcb->
refused_data
!= NULL) || (pcb->rcv_wnd != TCP_WND_MAX(pcb))) {
in tcp_close_shutdown()
690
if (pcb->
refused_data
!= NULL) {
in tcp_shutdown()
691
pbuf_free(pcb->
refused_data
);
in tcp_shutdown()
692
pcb->
refused_data
= NULL;
in tcp_shutdown()
1687
if (pcb->
refused_data
!= NULL) {
1715
/** Pass pcb->
refused_data
to the recv callback */
1726
while (pcb->
refused_data
!= NULL)
1730
u8_t refused_flags = pcb->
refused_data
->flags;
1731
/* set pcb->
refused_data
t
1733
struct pbuf *
refused_data
= pcb->
refused_data
;
global()
local
[all...]
H
A
D
tcp_in.c
439
if (pcb->
refused_data
!= NULL) {
441
((pcb->
refused_data
!= NULL) && (tcplen > 0))) {
503
LWIP_ASSERT("pcb->
refused_data
== NULL", pcb->
refused_data
== NULL);
535
pcb->
refused_data
= recv_data;
549
if (pcb->
refused_data
!= NULL) {
551
pcb->
refused_data
->flags |= PBUF_FLAG_TCP_FIN;
/third_party/lwip/src/include/lwip/
H
A
D
tcp.h
344
struct pbuf *
refused_data
; /* Data previously received but not yet taken by upper layer */
member
Completed in 6 milliseconds