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:CONN_STATE_IDLE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
net.h
29
CONN_STATE_IDLE
= 0, /* Alloced but not do connect */
enumerator
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
spunge_message.c
156
if (netState !=
CONN_STATE_IDLE
) {
in SpungeListenMsgCheckState()
239
if (connState !=
CONN_STATE_IDLE
) {
in SpungeConnMsgCheckSockState()
393
if (connState !=
CONN_STATE_IDLE
) {
in SpungeBindMsgCheckState()
611
case
CONN_STATE_IDLE
:
in SpungeCloseMsgFreeSrc()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
net.c
122
FillpNetconnSetState(conn,
CONN_STATE_IDLE
);
in FillpNetconnAlloc()
H
A
D
spunge_stack.c
471
FillpNetconnSetState(conn,
CONN_STATE_IDLE
);
in SpungeSendConnectMsg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
socket_opt.c
204
if (connState !=
CONN_STATE_IDLE
) {
in SockSetFcAlg()
H
A
D
fillp_stack_app_config_in.c
350
(sock->netconn->pcb != FILLP_NULL_PTR) && (sock->netconn->state ==
CONN_STATE_IDLE
)) {
in FtAppConfigSetSendCache()
377
(sock->netconn->pcb != FILLP_NULL_PTR) && (sock->netconn->state ==
CONN_STATE_IDLE
)) {
in FtAppConfigSetRecvCache()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_conn.c
908
FillpNetconnSetState(conn,
CONN_STATE_IDLE
);
in FillpConnConnectionEstFailure()
1111
FillpNetconnSetState(conn,
CONN_STATE_IDLE
);
in ConnectingHandleFinInput()
Completed in 9 milliseconds