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:IN_MULTICAST
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
network.h
240
#ifndef
IN_MULTICAST
241
#define
IN_MULTICAST
(a) ((((uint32_t)(a)) & 0xf0000000) == 0xe0000000)
macro
H
A
D
network.c
148
return
IN_MULTICAST
(ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr));
in ff_is_multicast_address()
/third_party/python/Modules/
H
A
D
getaddrinfo.c
123
#ifndef
IN_MULTICAST
124
#define
IN_MULTICAST
(i) (((i) & 0xf0000000U) == 0xe0000000U)
macro
428
if (
IN_MULTICAST
(v4a) || IN_EXPERIMENTAL(v4a))
in getaddrinfo()
H
A
D
getnameinfo.c
159
if (
IN_MULTICAST
(v4a) || IN_EXPERIMENTAL(v4a))
/third_party/libcoap/src/
H
A
D
coap_address.c
40
#define
IN_MULTICAST
(Address) (0)
macro
130
return
IN_MULTICAST
(ntohl(a->addr.sin.sin_addr.s_addr));
in coap_is_mcast()
137
IN_MULTICAST
(ntohl(a->addr.sin6.sin6_addr.s6_addr[12])));
in coap_is_mcast()
/third_party/lwip/src/include/lwip/
H
A
D
inet.h
116
#define
IN_MULTICAST
(a) IP_MULTICAST(a)
macro
/third_party/ltp/testcases/network/sockets/
H
A
D
ltpServer.c
101
if (!
IN_MULTICAST
(ntohl(multiCastAddr.s_addr))) {
in main()
H
A
D
ltpClient.c
198
if (!
IN_MULTICAST
(ntohl(mcastRemoteServerAddr.sin_addr.s_addr))) {
in main()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
in.h
172
#define
IN_MULTICAST
(a) IN_CLASSD(a)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
in.h
171
#define
IN_MULTICAST
(a) IN_CLASSD(a)
macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
in.h
171
#define
IN_MULTICAST
(a) IN_CLASSD(a)
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H
A
D
in.h
173
#define
IN_MULTICAST
(a) IN_CLASSD(a)
macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
in.h
171
#define
IN_MULTICAST
(a) IN_CLASSD(a)
macro
/third_party/musl/include/netinet/
H
A
D
in.h
172
#define
IN_MULTICAST
(a) IN_CLASSD(a)
macro
/third_party/toybox/toys/pending/
H
A
D
ip.c
2701
if (!ptnl->i_key &&
IN_MULTICAST
(ntohl(ptnl->iph.daddr))) {
in parse_iptunnel_args()
2705
if (!ptnl->o_key &&
IN_MULTICAST
(ntohl(ptnl->iph.daddr))) {
in parse_iptunnel_args()
2709
if (
IN_MULTICAST
(ntohl(ptnl->iph.daddr)) && !ptnl->iph.saddr)
in parse_iptunnel_args()
/third_party/lwip/src/netif/ppp/
H
A
D
auth.c
2239
||
IN_MULTICAST
(addr) || IN_BADCLASS(addr);
Completed in 18 milliseconds