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:MAX_IPADR_LEN
(Results
1 - 10
of
10
) sorted by relevance
/third_party/curl/tests/unit/
H
A
D
unit1609.c
153
char ipaddress[
MAX_IPADR_LEN
] = {0};
H
A
D
unit1607.c
151
char ipaddress[
MAX_IPADR_LEN
] = {0};
/third_party/curl/lib/
H
A
D
connect.c
150
memcpy(data->info.conn_primary_ip, conn->primary_ip,
MAX_IPADR_LEN
);
in Curl_persistconninfo()
152
memcpy(data->info.conn_local_ip, local_ip,
MAX_IPADR_LEN
);
in Curl_persistconninfo()
204
addr,
MAX_IPADR_LEN
)) {
in Curl_addr2string()
214
addr,
MAX_IPADR_LEN
)) {
in Curl_addr2string()
225
msnprintf(addr,
MAX_IPADR_LEN
, "%s", su->sun_path);
in Curl_addr2string()
H
A
D
urldata.h
113
#define
MAX_IPADR_LEN
sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")
macro
940
char primary_ip[
MAX_IPADR_LEN
];
1146
char conn_primary_ip[
MAX_IPADR_LEN
];
1152
char conn_local_ip[
MAX_IPADR_LEN
];
H
A
D
socks.c
837
char dest[
MAX_IPADR_LEN
]; /* printable address */
in do_SOCKS5()
H
A
D
hostip.c
1345
char buf[
MAX_IPADR_LEN
];
in show_resolve_info()
H
A
D
cf-socket.c
779
char r_ip[
MAX_IPADR_LEN
]; /* remote IP as string */
781
char l_ip[
MAX_IPADR_LEN
]; /* local IP as string */
H
A
D
urlapi.c
615
char norm[
MAX_IPADR_LEN
];
in ipv6_parse()
H
A
D
ftp.c
912
char myhost[
MAX_IPADR_LEN
+ 1] = "";
in ftp_state_use_port()
/third_party/curl/lib/vquic/
H
A
D
curl_msh3.c
116
char l_ip[
MAX_IPADR_LEN
]; /* local IP as string */
Completed in 21 milliseconds