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:INADDR_NONE
(Results
1 - 20
of
20
) sorted by relevance
/third_party/backends/lib/
H
A
D
inet_pton.c
38
# if !defined(
INADDR_NONE
)
in inet_pton()
39
# define
INADDR_NONE
-1
in inet_pton()
40
# endif /* !defined(
INADDR_NONE
) */
in inet_pton()
44
if (in !=
INADDR_NONE
)
in inet_pton()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
inet_addr.c
30
EXPECT_NE("inet_addr_0100", result,
INADDR_NONE
);
in inet_addr_0100()
43
EXPECT_EQ("inet_addr_0200", result,
INADDR_NONE
);
in inet_addr_0200()
56
EXPECT_EQ("inet_addr_0300", result,
INADDR_NONE
);
in inet_addr_0300()
/third_party/curl/docs/examples/
H
A
D
externalsocket.c
50
#ifndef
INADDR_NONE
51
#define
INADDR_NONE
0xffffffff
macro
126
if(
INADDR_NONE
== servaddr.sin_addr.s_addr) {
in main()
/third_party/curl/lib/
H
A
D
hostip.h
182
#ifndef
INADDR_NONE
185
#define CURL_INADDR_NONE
INADDR_NONE
/third_party/pulseaudio/src/pulsecore/
H
A
D
arpa-inet.c
91
if (in->s_addr ==
INADDR_NONE
)
in inet_pton()
H
A
D
socket-client.c
529
if (addr !=
INADDR_NONE
)
/third_party/lwip/src/include/lwip/
H
A
D
inet.h
71
#define
INADDR_NONE
IPADDR_NONE
macro
/third_party/node/deps/cares/src/lib/
H
A
D
ares_private.h
49
#ifndef
INADDR_NONE
50
# define
INADDR_NONE
0xffffffff
macro
H
A
D
ares_sysconfig.c
387
(namesrvr.sa4->sin_addr.S_un.S_addr ==
INADDR_NONE
)) {
in get_DNS_Windows()
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-sockets.c
188
if (address ==
INADDR_NONE
) {
in lws_interface_to_sa()
194
if (address ==
INADDR_NONE
)
in lws_interface_to_sa()
/third_party/lame/frontend/
H
A
D
rtp.c
235
else if (dest.sin_addr.s_addr ==
INADDR_NONE
) {
in rtp_socket()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
in.h
49
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
in.h
49
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
in.h
49
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H
A
D
in.h
49
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
in.h
49
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/third_party/musl/include/netinet/
H
A
D
in.h
49
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/third_party/python/Modules/
H
A
D
socketmodule.c
519
#ifndef
INADDR_NONE
520
#define
INADDR_NONE
(-1)
macro
1112
/* special-case broadcast - inet_addr() below can return
INADDR_NONE
for
in setipaddr()
1167
if ((sin->sin_addr.s_addr = inet_addr(name)) !=
INADDR_NONE
) {
in setipaddr()
6364
/* special-case this address as inet_addr might return
INADDR_NONE
6373
if (packed_addr ==
INADDR_NONE
) { /* invalid address */
8151
#ifdef
INADDR_NONE
8152
PyModule_AddIntMacro(m,
INADDR_NONE
);
8154
PyModule_AddIntConstant(m, "
INADDR_NONE
", 0xffffffff);
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
310
pub const
INADDR_NONE
: in_addr_t = 4294967295;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
1397
pub const
INADDR_NONE
: in_addr_t = 4294967295;
consts
Completed in 41 milliseconds