OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns_rr_rdlen
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/private/
arpa_nameser.h
148
#define
ns_rr_rdlen
(rr) ((size_t)(rr).rdlength + 0)
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h
153
#define
ns_rr_rdlen
(rr) ((rr).rdlength + 0)
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h
153
#define
ns_rr_rdlen
(rr) ((rr).rdlength + 0)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h
153
#define
ns_rr_rdlen
(rr) ((rr).rdlength + 0)
macro
/bionic/libc/netbsd/nameser/
ns_print.c
100
ns_rr_ttl(*rr), ns_rr_rdata(*rr),
ns_rr_rdlen
(*rr),
/bionic/libc/netbsd/resolv/
res_cache.c
1034
const u_char *edata = rdata +
ns_rr_rdlen
(rr); // add the len to find the end
[
all
...]
Completed in 45 milliseconds