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:DNS__16BIT
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cares/include/
H
A
D
ares_dns.h
29
* Macro
DNS__16BIT
reads a network short (16 bit) given in network
32
#define
DNS__16BIT
(p) ((unsigned short)((unsigned int) 0xffff & \
macro
56
#define
DNS__16BIT
(p) ntohs(*(unsigned short*)(p))
macro
63
#define DNS_HEADER_QID(h)
DNS__16BIT
(h)
72
#define DNS_HEADER_QDCOUNT(h)
DNS__16BIT
((h) + 4)
73
#define DNS_HEADER_ANCOUNT(h)
DNS__16BIT
((h) + 6)
74
#define DNS_HEADER_NSCOUNT(h)
DNS__16BIT
((h) + 8)
75
#define DNS_HEADER_ARCOUNT(h)
DNS__16BIT
((h) + 10)
93
#define DNS_QUESTION_TYPE(q)
DNS__16BIT
(q)
94
#define DNS_QUESTION_CLASS(q)
DNS__16BIT
((
[all...]
/third_party/node/deps/cares/include/
H
A
D
ares_dns.h
40
* Macro
DNS__16BIT
reads a network short (16 bit) given in network
43
#define
DNS__16BIT
(p) \
macro
70
# define
DNS__16BIT
(p) ntohs(*(unsigned short *)(p))
77
#define DNS_HEADER_QID(h)
DNS__16BIT
(h)
86
#define DNS_HEADER_QDCOUNT(h)
DNS__16BIT
((h) + 4)
87
#define DNS_HEADER_ANCOUNT(h)
DNS__16BIT
((h) + 6)
88
#define DNS_HEADER_NSCOUNT(h)
DNS__16BIT
((h) + 8)
89
#define DNS_HEADER_ARCOUNT(h)
DNS__16BIT
((h) + 10)
108
#define DNS_QUESTION_TYPE(q)
DNS__16BIT
(q)
109
#define DNS_QUESTION_CLASS(q)
DNS__16BIT
((
[all...]
Completed in 1 milliseconds