OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_PTR
(Results
1 - 10
of
10
) sorted by null
/external/ppp/pppd/plugins/pppoatm/
ans.c
112
case
T_PTR
:
253
if (!res && !ans(tmp,
T_PTR
,buffer,length)) return 0;
256
return ans(tmp,
T_PTR
,buffer,length);
260
return ans(tmp,
T_PTR
,buffer,length);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
140
#define
T_PTR
ns_t_ptr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
140
#define
T_PTR
ns_t_ptr
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
140
#define
T_PTR
ns_t_ptr
/bionic/libc/private/
arpa_nameser_compat.h
192
#define
T_PTR
ns_t_ptr
/external/dnsmasq/src/
nameser.h
149
#define
T_PTR
12 /* domain name pointer */
rfc1035.c
677
if (qtype ==
T_PTR
)
708
if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype ==
T_PTR
))
1222
if (qtype ==
T_PTR
|| qtype == T_ANY)
1251
T_PTR
, C_IN, "d", intr->name))
1265
T_PTR
, C_IN, "d", ptr->ptr))
[
all
...]
/external/tcpdump/
nameser.h
150
#define
T_PTR
12 /* domain name pointer */
print-domain.c
257
{
T_PTR
, "PTR" }, /* RFC 1035 */
416
case
T_PTR
:
/bionic/libc/netbsd/
gethnamaddr.c
204
case
T_PTR
:
306
if (qtype ==
T_PTR
&& type == T_CNAME) {
338
case
T_PTR
:
1372
n = res_nquery(res, qbuf, C_IN,
T_PTR
, buf->buf, sizeof(buf->buf));
1379
hp = getanswer(buf, n, qbuf,
T_PTR
, res);
[
all
...]
Completed in 36 milliseconds