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
defs:udp_port
(Results
1 - 7
of
7
) sorted by relevance
/third_party/lwip/src/core/distributed_net/
H
A
D
distributed_net.c
114
int enable_distributed_net(u16_t tcp_port, u16_t
udp_port
)
in enable_distributed_net()
argument
/third_party/lwip/src/core/
H
A
D
udp.c
77
static u16_t
udp_port
= UDP_LOCAL_PORT_RANGE_START;
variable
/third_party/node/deps/cares/src/lib/
H
A
D
ares_update_servers.c
60
unsigned short
udp_port
;
member
373
ares__sconfig_append(ares__llist_t **sconfig, const struct ares_addr *addr, unsigned short
udp_port
, unsigned short tcp_port, const char *ll_iface)
ares__sconfig_append()
argument
[all...]
H
A
D
ares_private.h
168
unsigned short
udp_port
; /* host byte order */
member
243
unsigned short
udp_port
; /* stored in network order */
member
/third_party/ffmpeg/libavformat/
H
A
D
udp.c
397
static int
udp_port
(struct sockaddr_storage *addr, int addr_len)
in udp_port()
function
/third_party/cares/include/
H
A
D
ares.h
264
unsigned short
udp_port
;
member
724
int
udp_port
;
member
/third_party/node/deps/cares/include/
H
A
D
ares.h
320
unsigned short
udp_port
; /* host byte order */
member
746
int
udp_port
;
member
Completed in 9 milliseconds