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 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsroot.c
45
__be32 srvaddr = htonl(
INADDR_NONE
);
in cifs_root_setup()
85
if (!root_dev[0] || root_server_addr == htonl(
INADDR_NONE
)) {
in cifs_root_data()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsroot.c
45
__be32 srvaddr = htonl(
INADDR_NONE
);
in cifs_root_setup()
85
if (!root_dev[0] || root_server_addr == htonl(
INADDR_NONE
)) {
in cifs_root_data()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfsroot.c
41
* now mapped to
INADDR_NONE
.
106
static __be32 servaddr __initdata = htonl(
INADDR_NONE
);
305
if (servaddr == htonl(
INADDR_NONE
)) {
in nfs_root_data()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfsroot.c
41
* now mapped to
INADDR_NONE
.
106
static __be32 servaddr __initdata = htonl(
INADDR_NONE
);
305
if (servaddr == htonl(
INADDR_NONE
)) {
in nfs_root_data()
/kernel/liteos_a/apps/tftp/include/
H
A
D
types_adapt.h
77
#define IPADDR_NONE
INADDR_NONE
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_ib.h
69
return cpu_to_be32(
INADDR_NONE
);
in smc_ib_gid_to_ipv4()
H
A
D
smc_ib.c
206
if (daddr == cpu_to_be32(
INADDR_NONE
))
in smc_ib_find_route()
236
smc_ib_gid_to_ipv4((u8 *)&attr->gid) != cpu_to_be32(
INADDR_NONE
)) {
in smc_ib_determine_gid_rcu()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
in.h
290
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
in.h
44
#define
INADDR_NONE
((in_addr_t) 0xffffffff)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
in.h
231
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
in.h
231
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
in.h
213
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
in.h
292
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
in.h
309
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
in.h
309
#define
INADDR_NONE
((unsigned long int) 0xffffffff)
macro
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ipconfig.c
100
#define NONE cpu_to_be32(
INADDR_NONE
)
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ipconfig.c
99
#define NONE cpu_to_be32(
INADDR_NONE
)
Completed in 14 milliseconds