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:NS_IN6ADDRSZ
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
inet_ntop.c
120
unsigned int words[
NS_IN6ADDRSZ
/ NS_INT16SZ];
in inet_ntop6()
129
for (i = 0; i <
NS_IN6ADDRSZ
; i++) {
in inet_ntop6()
136
for (i = 0; i < (
NS_IN6ADDRSZ
/ NS_INT16SZ); i++) {
in inet_ntop6()
165
for (i = 0; i < (
NS_IN6ADDRSZ
/ NS_INT16SZ); i++) {
in inet_ntop6()
191
(best.base + best.len) == (
NS_IN6ADDRSZ
/ NS_INT16SZ)) {
in inet_ntop6()
H
A
D
ares_ipv6.h
63
#ifndef
NS_IN6ADDRSZ
66
# define
NS_IN6ADDRSZ
16
macro
68
# define
NS_IN6ADDRSZ
sizeof(struct in6_addr)
macro
H
A
D
inet_net_pton.c
245
unsigned char tmp[
NS_IN6ADDRSZ
];
in ares_inet_pton6()
256
memset((tp = tmp), '\0',
NS_IN6ADDRSZ
);
in ares_inet_pton6()
257
endp = tp +
NS_IN6ADDRSZ
;
in ares_inet_pton6()
344
memcpy(dst, tmp,
NS_IN6ADDRSZ
);
in ares_inet_pton6()
/third_party/cares/include/
H
A
D
ares_nameser.h
56
#ifndef
NS_IN6ADDRSZ
57
# define
NS_IN6ADDRSZ
16
macro
/third_party/node/deps/cares/include/
H
A
D
ares_nameser.h
82
#ifndef
NS_IN6ADDRSZ
83
# define
NS_IN6ADDRSZ
16
macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H
A
D
nameser.h
24
#define
NS_IN6ADDRSZ
16
macro
366
#define IN6ADDRSZ
NS_IN6ADDRSZ
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H
A
D
nameser.h
24
#define
NS_IN6ADDRSZ
16
macro
366
#define IN6ADDRSZ
NS_IN6ADDRSZ
/third_party/musl/porting/uniproton/kernel/include/arpa/
H
A
D
nameser.h
24
#define
NS_IN6ADDRSZ
16
macro
366
#define IN6ADDRSZ
NS_IN6ADDRSZ
/third_party/musl/include/arpa/
H
A
D
nameser.h
24
#define
NS_IN6ADDRSZ
16
macro
401
#define IN6ADDRSZ
NS_IN6ADDRSZ
Completed in 10 milliseconds